Interface ADCSInstance
-
- All Superinterfaces:
ELContainerAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELObject
,ELUUIDAble
public interface ADCSInstance extends ELContainerAble, ELContAsgnAble
Represents a instance in the context of a change set log.- See Also:
ADCSInstanceHelper
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ADCSInstance.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ADCSMM2TypedEnumValue>
getCSEnumMember(K_CONTROL_OPTION... behaviourFlags)
All property values assigned to this enumeration value.<T extends ADCSMM2TypedValue>
java.util.List<T>getCSMM2Type(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All property values of this MM2-type.java.util.List<ADCSPropertyValueRef>
getCSPropValueRef(K_CONTROL_OPTION... behaviourFlags)
All references to this instance.ADModel
getModel()
java.util.List<ADCSOperation>
getOperation(K_CONTROL_OPTION... behaviourFlags)
All instance operations assigned to this instance.java.util.List<ADCSInstLocalizedName>
getOwnedInstLocalizedName(K_CONTROL_OPTION... behaviourFlags)
All localized names owned by the current object.-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContents
-
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.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
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
-
-
-
Method Detail
-
getCSPropValueRef
java.util.List<ADCSPropertyValueRef> getCSPropValueRef(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All references to this instance.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getOperation
java.util.List<ADCSOperation> getOperation(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All instance operations assigned to this instance.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getCSEnumMember
java.util.List<ADCSMM2TypedEnumValue> getCSEnumMember(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All property values assigned to this enumeration value.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getCSMM2Type
<T extends ADCSMM2TypedValue> java.util.List<T> getCSMM2Type(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All property values of this MM2-type.- Parameters:
returnType
- Specifies the type of elements to be returned.behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
-
getOwnedInstLocalizedName
java.util.List<ADCSInstLocalizedName> getOwnedInstLocalizedName(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All localized names owned by the current object.- Parameters:
behaviourFlags
- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetException
SrvErrorException
- Sorted:
- the result may be sorted.
-
getModel
ADModel getModel() throws InoNetException, SrvErrorException
- Throws:
InoNetException
SrvErrorException
-
-