Class ADFindAbleHelper
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ADFindAbleHelper
Elements which can be found by the find dialog.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ARG_FindSqlIntelliSensegetFindSqlIntelliSense(SrvContext srvCtx, List<? extends ELElement> seqSel, boolean recursive, boolean withConfig, boolean sortIt, ARG_XFindTerm valTerm) Returns an inforamtion structure for providing intelliSense to build an Innovator Find SQL statement.
-
Method Details
-
getFindSqlIntelliSense
public static ARG_FindSqlIntelliSense getFindSqlIntelliSense(SrvContext srvCtx, List<? extends ELElement> seqSel, boolean recursive, boolean withConfig, boolean sortIt, ARG_XFindTerm valTerm) throws InoNetException, SrvErrorException Returns an inforamtion structure for providing intelliSense to build an Innovator Find SQL statement.- Parameters:
srvCtx- The context of the related innovator server.seqSel- elements to find for or empty if allrecursive- expand selection with its recursive son elementswithConfig- search in configuration if seqSel is emptysortIt- sort result according to the namespace treevalTerm- search term- Throws:
InoNetExceptionSrvErrorException
-