Class ADCSInstanceHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ADCSInstanceHelper
-
public abstract class ADCSInstanceHelper extends java.lang.Object
Represents a instance in the context of a change set log.- See Also:
ADCSInstance
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ARG_ChangeSetOperationValues
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_FindDeletedElements
getFindDeletedElements(SrvContext srvCtx, java.lang.String name, boolean isSearchByPattern, java.lang.Class<? extends ELObject> kVOcl, java.util.Date lStartTime, java.util.Date lEndTime)
Searches in change log for deleted elements.
-
-
-
Method Detail
-
getChangeSetInstanceProtocol
public static ARG_ChangeSetOperationValues getChangeSetInstanceProtocol(SrvContext srvCtx, java.util.List<? extends ELElement> seqElem, ARG_ChangeSetPeriod valPeriod) throws InoNetException, SrvErrorException
Returns the protocol of model changes for a set of elements. The changes may be restricted by a time period.- Parameters:
srvCtx
- The context of the related innovator server.seqElem
- list of selected elementsvalPeriod
- restrict the list of change set operations by time- Throws:
InoNetException
SrvErrorException
-
getFindDeletedElements
public static ARG_FindDeletedElements getFindDeletedElements(SrvContext srvCtx, java.lang.String name, boolean isSearchByPattern, java.lang.Class<? extends ELObject> kVOcl, java.util.Date lStartTime, java.util.Date lEndTime) throws InoNetException, SrvErrorException
Searches in change log for deleted elements.- Parameters:
srvCtx
- The context of the related innovator server.name
- name of the deleted elementisSearchByPattern
- Take name as base for an pattern based, case insensitive searchkVOcl
- meta class of the searched elementlStartTime
- find only elements deleted after this timestamplEndTime
- find only elements deleted before this timestamp- Throws:
InoNetException
SrvErrorException
-
-