Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADChangeSet
-
Packages that use ADChangeSet Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of ADChangeSet in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as ADChangeSet Modifier and Type Field Description ADChangeSet
ARG_ChangeSetList. ohActiveSet
the active change set assigned to the actual loginADChangeSet
ARG_ChangeSetOperationValue. ohChangeSet
change set of this instance operation valueADChangeSet
ARG_FindDeletedElement. ohChangeSet
changeset of the delete operationADChangeSet
ARG_ChangeSetProperties. ohSet
change set elementFields in de.mid.innovator.srv2api.icw2meta with type parameters of type ADChangeSet Modifier and Type Field Description java.util.List<ADChangeSet>
ARG_ChangeSetProtocolIn. seqSet
list of selected change setsMethods in de.mid.innovator.srv2api.icw2meta that return ADChangeSet Modifier and Type Method Description static ADChangeSet
ADChangeSetHelper. create(SrvContext srvCtx, java.lang.String strName, java.lang.String strNote, java.lang.String strLink, java.lang.String strId)
creates a change set assigned to the user of this login.ADChangeSet
ADLoginAble. getActiveChangeSet()
returns the only not terminated change set of thisADLoginAble
.ADChangeSet
ADChangeSetFragment. getChangeSet()
The element that owns the current object.ADChangeSet
ADCSOperation. getChangeSet()
The change set that owns the current object.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.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type ADChangeSet Modifier and Type Method Description java.util.List<ADChangeSet>
ADModel. getOwnedChangeSet(K_CONTROL_OPTION... behaviourFlags)
The change sets owned by the current object.Method parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADChangeSet Modifier and Type Method Description static ARG_ChangeSetOperationValues
ADChangeSetHelper. getChangeSetProtocol(SrvContext srvCtx, java.util.List<? extends ADChangeSet> seqSet, ARG_ChangeSetPeriod valPeriod)
Returns the protocol of model changes during a set of change sets.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type ADChangeSet Constructor Description ARG_ChangeSetList(boolean isAnonym, java.util.List<ARG_ChangeSetProperties> seqSet, ADChangeSet ohActiveSet)
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)
ARG_ChangeSetProperties(ADChangeSet ohSet, java.lang.String strName, java.lang.String strNote, java.lang.String strLink, java.lang.String strId, java.util.Date lStartTime, java.util.Date lEndTime, java.lang.String strUsers, int lInstOpCount, java.util.Date lUserTime, boolean isUserInvolved, boolean isSealed)
ARG_FindDeletedElement(ADCSInstance ohCSInstance, java.lang.String strInstName, java.lang.String strInstOwnerQualifiedName, java.lang.String strInstBitmap, java.lang.String strInstType, java.lang.String strInstUUID, ADChangeSet ohChangeSet, java.lang.String strChangeSetName, java.util.Date lDeletedAtTime, java.lang.String strDeletedBy)
Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADChangeSet Constructor Description ARG_ChangeSetProtocolIn(java.util.List<ADChangeSet> seqSet, ARG_ChangeSetPeriod valPeriod)
-