|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface ELContainerAble
A ContainerAble instance may have owned instances.
ELContainerAbleHelper| Nested Class Summary | |
|---|---|
static class |
ELContainerAble.VAttr
|
| Method Summary | ||
|---|---|---|
ARG_Ask |
getCheckSetNotToLocalizeAttribute(ELElement item)
Checks whether existing translations are deleted, if the specified MM2Attribute is marked as not localizable for this element. |
|
|
getClientDependency(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Indicates the dependencies that reference the client. |
|
|
getNotToLocalizeAttribute(Class<T> returnType)
All attributes which should not be localized for this container. |
|
|
getOwnedElement(Class<T> returnType,
K_CONTASGN kind,
K_CONTROL_OPTION... behaviourFlags)
Returns the elements owned by this element. |
|
|
getOwnedElementTransitiveDown(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Recursively retrieves all owned containers and returns all elements owned by these containers. |
|
|
getOwnedElementTransitiveDown(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedElementTransitiveDown and filters its return values according to the given stereotype value. |
|
|
getOwnedElementTransitiveDownAndUnresolved(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Recursively retrieves all owned containers and returns all elements owned by these containers which are unresolved. |
|
|
getOwnedElementTransitiveDownAndUnresolved(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedElementTransitiveDownAndUnresolved and filters its return values according to the given stereotype value. |
|
List<ELLocalizedValue> |
getOwnedLocalizedValue(K_CONTROL_OPTION... behaviourFlags)
All translated values owned by this element. |
|
|
getOwnedOrReferencedElementTransitiveDown(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Recursively retrieves all owned containers and returns all elements owned or referenced by these containers. |
|
|
getOwnedOrReferencedElementTransitiveDown(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedOrReferencedElementTransitiveDown and filters its return values according to the given stereotype value. |
|
|
getOwnedRelshipBinDirWithTarget(Class<T> returnType,
ELElement refObj,
K_CONTROL_OPTION... behaviourFlags)
All directed relationships owned by this element and argument refObj as target. |
|
|
getOwnedRelshipBinDirWithTarget(Class<T> returnType,
MMStereotype stereotype,
ELElement refObj,
K_CONTROL_OPTION... behaviourFlags)
The method calls getOwnedRelshipBinDirWithTarget and filters its return values according to the given stereotype value. |
|
ELContainerAble |
getRedirectedModelContainer(MM2Classification refObj)
The container which a new element specified by meta classification is redirected to or this container, if no redirection is found. |
|
|
getRelshipBinDirSource(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
All directed relationships with this element as source. |
|
|
getSelfAndOwnedElementTransitiveDown(Class<T> returnType,
K_CONTROL_OPTION... behaviourFlags)
Recursively retrieves all owned containers and returns all elements owned by these containers. |
|
|
getSelfAndOwnedElementTransitiveDown(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
The method calls getSelfAndOwnedElementTransitiveDown and filters its return values according to the given stereotype value. |
|
List<ARG_ElemNameIcon> |
getSortedContents(Class<? extends ELObject> value)
Returns the sorted list of contents specified by the exact element type. |
|
void |
resetNotToLocalizeAttribute(ELElement item)
Marks the specified MM2Attribute as localizable for this element. |
|
void |
setNotToLocalizeAttribute(ELElement item)
Marks the specified MM2Attribute as not localizable for this element. |
|
void |
sortContents(List<? extends ELElement> seq)
All of this specified list's elements are sorted according to their order within the list. |
|
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble |
|---|
delete |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement |
|---|
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit |
| Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject |
|---|
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead |
| Method Detail |
|---|
ARG_Ask getCheckSetNotToLocalizeAttribute(ELElement item)
throws InoNetException,
SrvErrorException
MM2Attribute is marked as not localizable for this element.
item - ELElement instance
InoNetException
SrvErrorException
<T extends ELDependency> List<T> getClientDependency(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 ELM2Attribute> List<T> getNotToLocalizeAttribute(Class<T> returnType)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.
InoNetException
SrvErrorException
<T extends ELContAsgnAble> List<T> getOwnedElement(Class<T> returnType,
K_CONTASGN kind,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.kind - A value of type K_CONTASGN that controls the behaviour of the underlying method. (see description) This parameter is optional. (Its value can be given as null.)behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends ELContAsgnAble> List<T> getOwnedElementTransitiveDown(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 ELContAsgnAble> List<T> getOwnedElementTransitiveDown(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.stereotype - The stereotype used to filter the result listbehaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends ELContAsgnAble> List<T> getOwnedElementTransitiveDownAndUnresolved(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 ELContAsgnAble> List<T> getOwnedElementTransitiveDownAndUnresolved(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.stereotype - The stereotype used to filter the result listbehaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<ELLocalizedValue> getOwnedLocalizedValue(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 ELContAsgnAble> List<T> getOwnedOrReferencedElementTransitiveDown(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 ELContAsgnAble> List<T> getOwnedOrReferencedElementTransitiveDown(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.stereotype - The stereotype used to filter the result listbehaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends ELRelshipBinDir> List<T> getOwnedRelshipBinDirWithTarget(Class<T> returnType,
ELElement refObj,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
argument refObj as target.
returnType - Specifies the type of elements to be returned.refObj - A further instance of type ELElement which is used to control the behaviour of the method. (see description above)behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
<T extends ELRelshipBinDir> List<T> getOwnedRelshipBinDirWithTarget(Class<T> returnType,
MMStereotype stereotype,
ELElement refObj,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.stereotype - The stereotype used to filter the result listrefObj - A further instance of type ELElement which is used to control the behaviour of the method. (see description above)behaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
ELContainerAble getRedirectedModelContainer(MM2Classification refObj)
throws InoNetException,
SrvErrorException
refObj - A further instance of type MM2Classification which is used to control the behaviour of the method. (see description above)
InoNetException
SrvErrorException
<T extends ELRelshipBinDir> List<T> getRelshipBinDirSource(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 ELContAsgnAble> List<T> getSelfAndOwnedElementTransitiveDown(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 ELContAsgnAble> List<T> getSelfAndOwnedElementTransitiveDown(Class<T> returnType,
MMStereotype stereotype,
K_CONTROL_OPTION... behaviourFlags)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.stereotype - The stereotype used to filter the result listbehaviourFlags - An optional list of enum values to control the behaviour of the command.
InoNetException
SrvErrorException
List<ARG_ElemNameIcon> getSortedContents(Class<? extends ELObject> value)
throws InoNetException,
SrvErrorException
value -
InoNetException
SrvErrorException
void resetNotToLocalizeAttribute(ELElement item)
throws InoNetException,
SrvErrorException
MM2Attribute as localizable for this element.
item - ELElement instance
InoNetException
SrvErrorException
void setNotToLocalizeAttribute(ELElement item)
throws InoNetException,
SrvErrorException
MM2Attribute as not localizable for this element.
item - ELElement instance
InoNetException
SrvErrorException
void sortContents(List<? extends ELElement> seq)
throws InoNetException,
SrvErrorException
seq - List of ELElement
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||