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