Uses of Interface
org.pentaho.reporting.engine.classic.core.wizard.DataAttributeReferences

Packages that use DataAttributeReferences
org.pentaho.reporting.engine.classic.core.wizard   
 

Uses of DataAttributeReferences in org.pentaho.reporting.engine.classic.core.wizard
 

Classes in org.pentaho.reporting.engine.classic.core.wizard that implement DataAttributeReferences
 class DefaultDataAttributeReferences
          Todo: Document Me
 

Methods in org.pentaho.reporting.engine.classic.core.wizard that return DataAttributeReferences
 DataAttributeReferences DataSchemaRule.getMappedAttributes()
           
 DataAttributeReferences MetaSelectorRule.getMappedAttributes()
           
 DataAttributeReferences GlobalRule.getMappedAttributes()
           
 DataAttributeReferences DirectFieldSelectorRule.getMappedAttributes()
           
 

Methods in org.pentaho.reporting.engine.classic.core.wizard with parameters of type DataAttributeReferences
 void DefaultDataAttributeReferences.merge(DataAttributeReferences attributes)
           
 void DefaultDataAttributes.mergeReferences(DataAttributeReferences references, DataAttributeContext context)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.wizard with parameters of type DataAttributeReferences
DirectFieldSelectorRule(String field, DataAttributes attributes, DataAttributeReferences references)
           
GlobalRule(DataAttributes attributes, DataAttributeReferences references)
           
MetaSelectorRule(MetaSelector[] selectors, DataAttributes attributes, DataAttributeReferences references)