org.pentaho.platform.uifoundation.component.xml
Class FilterDefinitionFactory

java.lang.Object
  extended by org.pentaho.platform.uifoundation.component.xml.FilterDefinitionFactory

public class FilterDefinitionFactory
extends Object

Factory up the correct FilterDefinition derived class based on the contents of the node.

Author:
Steven Barkdull

Constructor Summary
FilterDefinitionFactory()
           
 
Method Summary
static FilterDefinition create(org.dom4j.Element node, IPentahoSession session, ILogger logger)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterDefinitionFactory

public FilterDefinitionFactory()
Method Detail

create

public static FilterDefinition create(org.dom4j.Element node,
                                      IPentahoSession session,
                                      ILogger logger)
                               throws FilterPanelException
Throws:
FilterPanelException