org.pentaho.reporting.engine.classic.core.wizard
Interface DataSchemaRule

All Superinterfaces:
Serializable
All Known Implementing Classes:
DirectFieldSelectorRule, GlobalRule, MetaSelectorRule

public interface DataSchemaRule
extends Serializable

Todo: Document Me

Author:
Thomas Morgner

Method Summary
 DataAttributeReferences getMappedAttributes()
           
 DataAttributes getStaticAttributes()
           
 boolean isMatch(DataAttributes dataAttributes, DataAttributeContext context)
           
 

Method Detail

getStaticAttributes

DataAttributes getStaticAttributes()

getMappedAttributes

DataAttributeReferences getMappedAttributes()

isMatch

boolean isMatch(DataAttributes dataAttributes,
                DataAttributeContext context)