Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADCSOperation
-
Packages that use ADCSOperation Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of ADCSOperation in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as ADCSOperation Modifier and Type Field Description ADCSOperation
ARG_ChangeSetOperationValue. ohCSOp
change set operationFields in de.mid.innovator.srv2api.icw2meta with type parameters of type ADCSOperation Modifier and Type Field Description java.util.List<ADCSOperation>
ARG_SplitChangeSet. seqOp
list of change set operationsMethods in de.mid.innovator.srv2api.icw2meta that return ADCSOperation Modifier and Type Method Description ADCSOperation
ADCSMM2TypedValue. getOperation()
The operation owning this property value.ADCSOperation
ADCSPropertyValue. getOperation()
The operation owning this property value.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type ADCSOperation Modifier and Type Method Description java.util.List<ADCSOperation>
ADCSInstance. getOperation(K_CONTROL_OPTION... behaviourFlags)
All instance operations assigned to this instance.java.util.List<ADCSOperation>
ADChangeSet. getOwnedOperation(K_CONTROL_OPTION... behaviourFlags)
All operations owned by the current object.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADCSOperation Modifier and Type Method Description static ADChangeSet
ADChangeSetHelper. splitChangeSet(SrvContext srvCtx, java.util.List<? extends ADCSOperation> seqOp, boolean createNewChangeSet)
Splits the change set content and moves the specified operations to another change set.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type ADCSOperation Constructor Description ARG_ChangeSetOperationValue(ADChangeSet ohChangeSet, java.lang.String strChangeSetName, java.util.Date lStartTime, java.util.Date lEndTime, java.lang.String strNote, java.lang.String strUserName, ELElement ohInst, java.lang.String strInstName, java.lang.String strInstOwnerQualifiedName, java.lang.String strInstBitmap, java.lang.String strInstType, java.lang.String strInstUUID, java.util.Date lAtTime, java.lang.String strOperation, K_VATTR_CS kVAttrCS, java.lang.String strPropertyName, java.lang.String strPropertyValue, ADCSOperation ohCSOp, ADCSInstance ohCSInst)
Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADCSOperation Constructor Description ARG_SplitChangeSet(java.util.List<ADCSOperation> seqOp, boolean createNewChangeSet)
-