Uses of Class
de.mid.innovator.srv2api.icw2meta.ARG_ChangeSetPeriod
Packages that use ARG_ChangeSetPeriod
-
Uses of ARG_ChangeSetPeriod in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as ARG_ChangeSetPeriodModifier and TypeFieldDescriptionARG_ChangeSetListIn.valEndrestrict the list of change sets by end timeARG_ChangeSetInstanceProtocolIn.valPeriodrestrict the list of change set operations by timeARG_ChangeSetProtocolIn.valPeriodrestrict the list of change sets and operations by timeARG_GetInstancesProtocolsIn.valPeriodrestrict the list of change set operations by timeARG_ChangeSetListIn.valStartrestrict the list of change sets by starting timeMethods in de.mid.innovator.srv2api.icw2meta with parameters of type ARG_ChangeSetPeriodModifier and TypeMethodDescriptionstatic ARG_ChangeSetOperationValuesADCSInstanceHelper.getChangeSetInstanceContentProtocol(SrvContext srvCtx, List<? extends ELElement> seqElem, ARG_ChangeSetPeriod valPeriod) Returns the protocol of model changes for contents of a set of elements.static ARG_ChangeSetOperationValuesADCSInstanceHelper.getChangeSetInstanceProtocol(SrvContext srvCtx, List<? extends ELElement> seqElem, ARG_ChangeSetPeriod valPeriod) Returns the protocol of model changes for a set of elements.static ARG_ChangeSetOperationValuesADCSInstanceHelper.getChangeSetInstanceTransitiveContentProtocol(SrvContext srvCtx, List<? extends ELElement> seqElem, ARG_ChangeSetPeriod valPeriod) Returns the protocol of model changes for transitive contents of a set of elements.static ARG_ChangeSetListADChangeSetHelper.getChangeSetList(SrvContext srvCtx, boolean onlyActive, boolean restrictOnLogin, boolean withSealed, ARG_ChangeSetPeriod valStart, ARG_ChangeSetPeriod valEnd) Returns a list of change sets with properties.static ARG_ChangeSetOperationValuesADChangeSetHelper.getChangeSetProtocol(SrvContext srvCtx, List<? extends ADChangeSet> seqSet, ARG_ChangeSetPeriod valPeriod) Returns the protocol of model changes during a set of change sets.static ARG_ChangeSetOperationValuesADCSInstanceHelper.getInstancesProtocols(SrvContext srvCtx, List<? extends ELElement> seqElem, ARG_ChangeSetPeriod valPeriod, boolean showProtocol, boolean showProtocolTransitive, boolean showContent, boolean showContentTransitive) Returns the protocol of model changes for a set of elements or contens of the elements.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type ARG_ChangeSetPeriodModifierConstructorDescriptionARG_ChangeSetInstanceProtocolIn(List<ELElement> seqElem, ARG_ChangeSetPeriod valPeriod) ARG_ChangeSetListIn(boolean onlyActive, boolean restrictOnLogin, boolean withSealed, ARG_ChangeSetPeriod valStart, ARG_ChangeSetPeriod valEnd) ARG_ChangeSetProtocolIn(List<ADChangeSet> seqSet, ARG_ChangeSetPeriod valPeriod) ARG_GetInstancesProtocolsIn(List<ELElement> seqElem, ARG_ChangeSetPeriod valPeriod, boolean showProtocol, boolean showProtocolTransitive, boolean showContent, boolean showContentTransitive)