Class ADCSInstanceHelper


  • public abstract class ADCSInstanceHelper
    extends java.lang.Object
    Represents a instance in the context of a change set log.
    See Also:
    ADCSInstance
    • Method Detail

      • 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 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