com.sas.dataselectors.filters
Interface AdvancedFilterDefinitionModelInterface

All Superinterfaces:
SimpleFilterDefinitionModelInterface
All Known Subinterfaces:
AdvancedFilterModelInterface
All Known Implementing Classes:
BusinessModelToAdvancedFilterDefinitionModelAdapter, BusinessModelToAdvancedFilterModelAdapter, BusinessQueryToAdvancedFilterModelAdapter, DefaultAdvancedFilterModelAdapter

public interface AdvancedFilterDefinitionModelInterface
extends SimpleFilterDefinitionModelInterface

This interface defines the relationship between the AdvancedFilterPanel and an implemented adaptor.

See Also:
SimpleFilterDefinitionModelInterface, SimpleFilterListEditorModelInterface

Method Summary
 boolean isOLAP()
          Returns true if the data source for this adapter is OLAP based.
 
Methods inherited from interface com.sas.dataselectors.filters.SimpleFilterDefinitionModelInterface
commitChanges, getApplicationData, getDataSource, getRootFilterObject, getSelection, setApplicationData, setSelection
 

Method Detail

isOLAP

boolean isOLAP()
Returns true if the data source for this adapter is OLAP based.

Returns:
TRUE if the data source is OLAP based



Copyright © 2009 SAS Institute Inc. All Rights Reserved.