|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface MMCreateTemplate
| Nested Class Summary | |
|---|---|
static class |
MMCreateTemplate.VAttr
|
| Method Summary | ||
|---|---|---|
ARG_EvaluateRelationshipTemplateOut |
evaluateRelationshipTemplate(ADClientAble ohSrc,
ADClientAble ohTrg,
MMCreateTemplate ohTmpl,
K_SIDE kSide,
Point ptPos,
Class<? extends ELObject> kVOclNode,
Class<? extends ELObject> kVOclEdge)
Creates a relationship from the current object between the specified source and target element. |
|
ARG_EvaluateRelationshipTemplateOut |
evaluateRelationshipTemplateWithRequirement(ADClientAble ohSrc,
ADClientAble ohSrcReq,
ADClientAble ohTrg,
ADClientAble ohTrgReq,
MMCreateTemplate ohTmpl,
ADClientAble ohRelReq,
K_SIDE kSide,
Point ptPos,
Class<? extends ELObject> kVOclNode,
Class<? extends ELObject> kVOclEdge)
Creates a relationship from the current object between the specified source and target element. |
|
List<MECreateRedirect> |
getCreateRedirect()
The create defaults that use this create template. |
|
ELElement |
getInstanceOfCreateTemplate()
The element of this create template. |
|
List<MECopy> |
getOwnedCopy(K_CONTROL_OPTION... behaviourFlags)
The copy dependency ownend by this create template. |
|
List<DBRole> |
getOwnedDBRole(K_CONTROL_OPTION... behaviourFlags)
All DB roles owned by this MMCreateTemplate. |
|
|
getOwnedInst(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All dummy elements of this create template. |
|
|
getOwnedOption(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
MMCreateTemplate of the MMTSOption. |
|
List<CLRoleBinding> |
getOwnedRoleBinding(K_CONTROL_OPTION... behaviourFlags)
The role binding owned by this create template. |
|
|
getOwnedStereotypeAble(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All elements ownend by this create template. |
|
List<MMTSType> |
getOwnedType(K_CONTROL_OPTION... behaviourFlags)
MMCreateTemplate of the MMTSType. |
|
List<MMTypeSystem> |
getOwnedTypeSystem(K_CONTROL_OPTION... behaviourFlags)
MMCreateTemplate of the MMTypeSystem. |
|
MMProfile |
getOwningProfile()
The profile that owns this create template. |
|
ELElement |
getOwnInstance()
The instance of this create template. |
|
MMStereotype |
getStereotype()
The stereotype of the instance of this create template. |
|
boolean |
getUseExecAsAccess()
If true, the execution rights of this create template are copied as access rights to the created instance. |
|
boolean |
getUseStereotypeIcon()
True, if the bitmap from the stereotype of this template is used in the menu. |
|
void |
setUseExecAsAccess(boolean value)
Set the value of Attribut UseExecAsAccess. |
|
void |
setUseStereotypeIcon(boolean value)
Set the value of Attribut UseStereotypeIcon. |
|
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble |
|---|
getUUID, setUUID |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMMenuItemAble |
|---|
getMenuItem |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELPresOptAble |
|---|
getBitmap, getColor, getOwnedPresOpt |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMLocalizAble |
|---|
getOwnedLocaleName, hasAnyLocalizedName, hasLocalizedName |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamespaceAsgnAble |
|---|
getMnClassicTREFName, getNamespace, getNamespaceName, getPath, getSeparator, getVisibility, setUniqueName, setVisibility |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELNamedElement |
|---|
getName, getNameKind, getQualifiedDisplayName, getQualifiedName, getQualifiedTLName, getResetDefaultName, getSupplierDependency, rename, setName, setNameKind, setResetDefaultName |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMMetaCommentAble |
|---|
getDescription |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble |
|---|
getAnnotation, getLogic, getLogic, getPresentationContext, getSection |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble |
|---|
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRowList, getTabElementRowTypeList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModify |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble |
|---|
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.MMLocalizedPropertyAble |
|---|
getOwnedLocalizedProperty |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble |
|---|
delete |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADExecuteAble |
|---|
getRoleExecution, hasExecution |
| Method Detail |
|---|
ARG_EvaluateRelationshipTemplateOut evaluateRelationshipTemplate(ADClientAble ohSrc,
ADClientAble ohTrg,
MMCreateTemplate ohTmpl,
K_SIDE kSide,
Point ptPos,
Class<? extends ELObject> kVOclNode,
Class<? extends ELObject> kVOclEdge)
throws InoNetException,
SrvErrorException
ohSrc - element or container on source sideohTrg - element or container on target sideohTmpl - create template of the new nodekSide - side of the new nodeptPos - position of the new node in diagramkVOclNode - type of the new nodekVOclEdge - type of the new edge
InoNetException
SrvErrorException
ARG_EvaluateRelationshipTemplateOut evaluateRelationshipTemplateWithRequirement(ADClientAble ohSrc,
ADClientAble ohSrcReq,
ADClientAble ohTrg,
ADClientAble ohTrgReq,
MMCreateTemplate ohTmpl,
ADClientAble ohRelReq,
K_SIDE kSide,
Point ptPos,
Class<? extends ELObject> kVOclNode,
Class<? extends ELObject> kVOclEdge)
throws InoNetException,
SrvErrorException
ohSrc - element or container on source sideohSrcReq - requirement on source sideohTrg - element or container on target sideohTrgReq - requirement on target sideohTmpl - create template of the new nodeohRelReq - requirement for the relationshipkSide - side of the new nodeptPos - position of the new node in diagramkVOclNode - type of the new nodekVOclEdge - type of the new edge
InoNetException
SrvErrorException
List<MECreateRedirect> getCreateRedirect()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
ELElement getInstanceOfCreateTemplate()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
List<MECopy> getOwnedCopy(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<DBRole> getOwnedDBRole(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
MMCreateTemplate.
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends MMCreateELInst> List<T> getOwnedInst(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends MMTSOption> List<T> getOwnedOption(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
MMCreateTemplate of the MMTSOption.
returnType - Specifies the type of elements to be returned.behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<CLRoleBinding> getOwnedRoleBinding(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends MMStereotypeAble> List<T> getOwnedStereotypeAble(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<MMTSType> getOwnedType(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
MMCreateTemplate of the MMTSType.
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<MMTypeSystem> getOwnedTypeSystem(K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
MMCreateTemplate of the MMTypeSystem.
behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
MMProfile getOwningProfile()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
ELElement getOwnInstance()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
MMStereotype getStereotype()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
boolean getUseExecAsAccess()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
boolean getUseStereotypeIcon()
throws InoNetException,
SrvErrorException
InoNetException
SrvErrorException
void setUseExecAsAccess(boolean value)
throws InoNetException,
SrvErrorException
value - The value to be set.
InoNetException
SrvErrorException
void setUseStereotypeIcon(boolean value)
throws InoNetException,
SrvErrorException
value - The value to be set.
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||