Interface ADCSOperation
-
- All Superinterfaces:
ELContainerAble
,ELContAsgnAble
,ELDeleteAble
,ELElement
,ELObject
,ELUUIDAble
public interface ADCSOperation extends ELContainerAble, ELContAsgnAble
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ADCSOperation.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ADChangeSet
getChangeSet()
The change set that owns the current object.ADCSInstance
getInstance()
The instance associated with this instance operation.<T extends ADCSMM2TypedValue>
java.util.List<T>getOwnedMM2TypedValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All property values owned by this operation.<T extends ADCSPropertyValue>
java.util.List<T>getOwnedPropertyValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All property values owned by this operation.-
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
-
getOwnedPropertyValue
<T extends ADCSPropertyValue> java.util.List<T> getOwnedPropertyValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All property values owned by this operation.- 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
- Sorted:
- the result may be sorted.
-
getOwnedMM2TypedValue
<T extends ADCSMM2TypedValue> java.util.List<T> getOwnedMM2TypedValue(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All property values owned by this operation.- 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
- Sorted:
- the result may be sorted.
-
getInstance
ADCSInstance getInstance() throws InoNetException, SrvErrorException
The instance associated with this instance operation.- Throws:
InoNetException
SrvErrorException
-
getChangeSet
ADChangeSet getChangeSet() throws InoNetException, SrvErrorException
The change set that owns the current object.- Throws:
InoNetException
SrvErrorException
-
-