Class ADHistoryAbleHelper
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ADHistoryAbleHelper
Element which owns history information.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ARG_FindHistoryDlgOclReqOutgetFindHistoryDlg(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) Internal funktion for finding elements by history properties.
-
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 commandseqSel- selected elementsuseSel- use selectionisNot- denied caseisCreator- search for creatoruserName- name of the useryear- year to searchmonth- month to searchday- day to searchhour- hour to searchminute- minute to searchop- operator for checkwithConfig- search in configuration too- Throws:
InoNetExceptionSrvErrorException
-