Class ADHistoryAbleHelper

java.lang.Object
de.mid.innovator.srv2api.icw2meta.ADHistoryAbleHelper

public abstract class ADHistoryAbleHelper extends Object
Element which owns history information.
See Also:
  • Method Details

    • getFindHistoryDlg

      public static ARG_FindHistoryDlgOclReqOut getFindHistoryDlg(SrvContext srvCtx, K_FINDMODE mode, List<? extends ELElement> seqSel, boolean useSel, boolean isNot, boolean isCreator, String userName, int year, int month, int day, int hour, int minute, K_OPERATOR op, boolean withConfig) throws InoNetException, SrvErrorException
      Internal funktion for finding elements by history properties.
      Parameters:
      srvCtx - The context of the related innovator server.
      mode - kind of the command
      seqSel - selected elements
      useSel - use selection
      isNot - denied case
      isCreator - search for creator
      userName - name of the user
      year - year to search
      month - month to search
      day - day to search
      hour - hour to search
      minute - minute to search
      op - operator for check
      withConfig - search in configuration too
      Throws:
      InoNetException
      SrvErrorException