Uses of Interface
de.mid.innovator.srv2api.icw2meta.ADChangeSet
Packages that use ADChangeSet
-
Uses of ADChangeSet in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as ADChangeSetModifier and TypeFieldDescriptionARG_ChangeSetList.ohActiveSetthe active change set assigned to the actual loginARG_ChangeSetOperationValue.ohChangeSetchange set of this instance operation valueARG_FindDeletedElement.ohChangeSetchangeset of the delete operationARG_ChangeSetProperties.ohSetchange set elementFields in de.mid.innovator.srv2api.icw2meta with type parameters of type ADChangeSetMethods in de.mid.innovator.srv2api.icw2meta that return ADChangeSetModifier and TypeMethodDescriptionstatic ADChangeSetADChangeSetHelper.create(SrvContext srvCtx, String strName, String strNote, String strLink, String strId) creates a change set assigned to the user of this login.ADLoginAble.getActiveChangeSet()Returns the only not terminated change set of thisADLoginAble.ADChangeSetFragment.getChangeSet()The element that owns the current object.ADCSOperation.getChangeSet()The change set that owns the current object.static ADChangeSetADChangeSetHelper.splitChangeSet(SrvContext srvCtx, 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 ADChangeSetModifier and TypeMethodDescriptionADModel.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 ADChangeSetModifier and TypeMethodDescriptionstatic ARG_ChangeSetOperationValuesADChangeSetHelper.getChangeSetProtocol(SrvContext srvCtx, 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 ADChangeSetModifierConstructorDescriptionARG_ChangeSetList(boolean isAnonym, List<ARG_ChangeSetProperties> seqSet, ADChangeSet ohActiveSet) ARG_ChangeSetOperationValue(ADChangeSet ohChangeSet, String strChangeSetName, Date lStartTime, Date lEndTime, String strNote, String strUserName, ELElement ohInst, String strInstName, String strInstOwnerQualifiedName, String strInstBitmap, String strInstType, String strInstUUID, Date lAtTime, String strOperation, K_VATTR_CS kVAttrCS, String strPropertyName, String strPropertyValue, ADCSOperation ohCSOp, ADCSInstance ohCSInst) ARG_ChangeSetProperties(ADChangeSet ohSet, String strName, String strNote, String strLink, String strId, Date lStartTime, Date lEndTime, String strUsers, int lInstOpCount, Date lUserTime, boolean isUserInvolved, boolean isSealed) ARG_FindDeletedElement(ADCSInstance ohCSInstance, String strInstName, String strInstOwnerQualifiedName, String strInstBitmap, String strInstType, String strInstUUID, ADChangeSet ohChangeSet, String strChangeSetName, Date lDeletedAtTime, String strDeletedBy) Constructor parameters in de.mid.innovator.srv2api.icw2meta with type arguments of type ADChangeSetModifierConstructorDescriptionARG_ChangeSetProtocolIn(List<ADChangeSet> seqSet, ARG_ChangeSetPeriod valPeriod)