Class ADFindAbleHelper

java.lang.Object
de.mid.innovator.srv2api.icw2meta.ADFindAbleHelper

public abstract class ADFindAbleHelper extends Object
Elements which can be found by the find dialog.
See Also:
  • 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 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