Uses of Class
de.mid.innovator.srv2api.icw2meta.ARG_ChangeSetPeriod
-
Packages that use ARG_ChangeSetPeriod Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of ARG_ChangeSetPeriod in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as ARG_ChangeSetPeriod Modifier and Type Field Description ARG_ChangeSetPeriod
ARG_ChangeSetListIn. valEnd
restrict the list of change sets by end timeARG_ChangeSetPeriod
ARG_ChangeSetInstanceProtocolIn. valPeriod
restrict the list of change set operations by timeARG_ChangeSetPeriod
ARG_ChangeSetProtocolIn. valPeriod
restrict the list of change sets and operations by timeARG_ChangeSetPeriod
ARG_ChangeSetListIn. valStart
restrict the list of change sets by starting timeMethods in de.mid.innovator.srv2api.icw2meta with parameters of type ARG_ChangeSetPeriod Modifier and Type Method Description static ARG_ChangeSetOperationValues
ADCSInstanceHelper. getChangeSetInstanceProtocol(SrvContext srvCtx, java.util.List<? extends ELElement> seqElem, ARG_ChangeSetPeriod valPeriod)
Returns the protocol of model changes for a set of elements.static ARG_ChangeSetList
ADChangeSetHelper. 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_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 ARG_ChangeSetPeriod Constructor Description ARG_ChangeSetInstanceProtocolIn(java.util.List<ELElement> seqElem, ARG_ChangeSetPeriod valPeriod)
ARG_ChangeSetListIn(boolean onlyActive, boolean restrictOnLogin, boolean withSealed, ARG_ChangeSetPeriod valStart, ARG_ChangeSetPeriod valEnd)
ARG_ChangeSetProtocolIn(java.util.List<ADChangeSet> seqSet, ARG_ChangeSetPeriod valPeriod)
-