Uses of Interface
com.sas.iquery.metadata.business.FilterItem

Packages that use FilterItem
com.sas.iquery.dataretrieval.convenience.olap Provides utility classes that are used to manipulate  OLAP results. 
com.sas.iquery.metadata.business The main package that provides modeling for SAS Query Services's two business models (information maps and data selections), which provide a logical layer of metadata modeling above the physical layer model. 
 

Uses of FilterItem in com.sas.iquery.dataretrieval.convenience.olap
 

Methods in com.sas.iquery.dataretrieval.convenience.olap that return types with arguments of type FilterItem
 java.util.List<FilterItem> OLAPGroupedFilterDataProviderImpl.getGroupedFilters(BusinessGroup group)
           
 

Methods in com.sas.iquery.dataretrieval.convenience.olap with parameters of type FilterItem
 java.lang.String OLAPGroupedFilterDataProviderImpl.getActiveFilterSelection(FilterItem filter)
          Utility method for this "impl" class to see active filter definition applied to session.
 java.lang.String OLAPGroupedFilterDataProviderImpl.getCurrentLevelLabel(FilterItem filterItem)
          We need to be able to allow the clients to see the current level label (not the unique name) on this filter item.
 java.util.Map<java.lang.String,java.lang.String> OLAPGroupedFilterDataProviderImpl.getExcludedValues(FilterItem filterItem)
           
 java.lang.String OLAPGroupedFilterDataProviderImpl.getFilterLabel(FilterItem filter)
           
 java.util.Map<java.lang.String,java.lang.String> OLAPGroupedFilterDataProviderImpl.getIncludedValues(FilterItem filterItem)
           
 java.util.List<java.lang.String> OLAPGroupedFilterDataProviderImpl.getLevelLabels(FilterItem filter)
          We need to be able to allow the clients to see the level labels (not the unique name) on this filter item.
 void OLAPGroupedFilterDataProviderImpl.refresh(FilterItem activeFilter)
           
 void OLAPGroupedFilterDataProviderImpl.setCurrentLevel(FilterItem filterItem, java.lang.String level)
           
 

Uses of FilterItem in com.sas.iquery.metadata.business
 

Subinterfaces of FilterItem in com.sas.iquery.metadata.business
 interface CompoundFilter
          Specifies a filter that is definedin terms of other separately defined filters.
 

Methods in com.sas.iquery.metadata.business that return FilterItem
 FilterItem CompoundFilter.getLeftFilter()
          Gets the left hand operand of the compound filter expression
 FilterItem CompoundFilter.getRightFilter()
          Return the right hand side of the compound filter expression.
 FilterItem BusinessModel.newFilterItem()
          Creates a FilterItem object and returns it.
 

Methods in com.sas.iquery.metadata.business with parameters of type FilterItem
 void CompoundFilter.setLeftFilter(FilterItem lhs)
          Sets the left hand operand of the compound filter expression
 void CompoundFilter.setRightFilter(FilterItem rhs)
          Sets the right hand operand of the compound filter expression
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.