Class ADFindAbleHelper


  • public abstract class ADFindAbleHelper
    extends java.lang.Object
    Elements which can be found by the find dialog.
    See Also:
    ADFindAble
    • Method Detail

      • getFindSqlIntelliSense

        public static ARG_FindSqlIntelliSense getFindSqlIntelliSense​(SrvContext srvCtx,
                                                                     java.util.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 all
        recursive - expand selection with its recursive son elements
        withConfig - search in configuration if seqSel is empty
        sortIt - sort result according to the namespace tree
        valTerm - search term
        Throws:
        InoNetException
        SrvErrorException