Class ADCSInstanceHelper
- java.lang.Object
- 
- de.mid.innovator.srv2api.icw2meta.ADCSInstanceHelper
 
- 
 public abstract class ADCSInstanceHelper extends java.lang.ObjectRepresents a instance in the context of a change set log.- See Also:
- ADCSInstance
 
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static ARG_ChangeSetOperationValuesgetChangeSetInstanceProtocol(SrvContext srvCtx, java.util.List<? extends ELElement> seqElem, ARG_ChangeSetPeriod valPeriod)Returns the protocol of model changes for a set of elements.static ARG_FindDeletedElementsgetFindDeletedElements(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- 
getChangeSetInstanceProtocolpublic 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 elements
- valPeriod- restrict the list of change set operations by time
- Throws:
- InoNetException
- SrvErrorException
 
 - 
getFindDeletedElementspublic 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 element
- isSearchByPattern- Take name as base for an pattern based, case insensitive search
- kVOcl- meta class of the searched element
- lStartTime- find only elements deleted after this timestamp
- lEndTime- find only elements deleted before this timestamp
- Throws:
- InoNetException
- SrvErrorException
 
 
- 
 
-