Class ActionFilterDefinition


  • public class ActionFilterDefinition
    extends FilterDefinition
    Author:
    Steven Barkdull
    • Constructor Detail

      • ActionFilterDefinition

        public ActionFilterDefinition​(org.dom4j.Element node,
                                      org.pentaho.platform.api.engine.IPentahoSession session,
                                      org.pentaho.platform.api.engine.ILogger logger)
    • Method Detail

      • getResultSet

        protected org.pentaho.commons.connection.IPentahoResultSet getResultSet​(Map parameterProviders)
        If the element is present in the xml file, its text specifies the name of the output parameter in the runtime context containing the result set. However, the element is not required. If this element is not in the xml file, then the first parameter in the runtime context's output of type "resultset" contains the result set.
        Specified by:
        getResultSet in class FilterDefinition
      • main

        public static void main​(String[] args)