Class ADHistoryAbleHelper


  • public abstract class ADHistoryAbleHelper
    extends java.lang.Object
    Element which owns history information.
    See Also:
    ADHistoryAble
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ARG_FindHistoryDlgOclReqOut getFindHistoryDlg​(SrvContext srvCtx, K_FINDMODE mode, java.util.List<? extends ELElement> seqSel, boolean useSel, boolean isNot, boolean isCreator, java.lang.String userName, int year, int month, int day, int hour, int minute, K_OPERATOR op, boolean withConfig)
      Internal funktion for finding elements by history properties.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFindHistoryDlg

        public static ARG_FindHistoryDlgOclReqOut getFindHistoryDlg​(SrvContext srvCtx,
                                                                    K_FINDMODE mode,
                                                                    java.util.List<? extends ELElement> seqSel,
                                                                    boolean useSel,
                                                                    boolean isNot,
                                                                    boolean isCreator,
                                                                    java.lang.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