Uses of Interface
com.sas.iquery.metadata.business.step.StepFilterInterface

Packages that use StepFilterInterface
com.sas.iquery.metadata.business.step.olap Provides a set of modeled "step" operations that can be applied, in a particular order, to OLAP data items and business queries in order to filter the data that gets returned when business queries are executed. 
com.sas.iquery.metadata.business.step.relational Provides a set of modeled "step" operations that can be applied, in a particular order, to relational data items in order to filter the data that gets returned when business queries are executed
 

Uses of StepFilterInterface in com.sas.iquery.metadata.business.step.olap
 

Classes in com.sas.iquery.metadata.business.step.olap that implement StepFilterInterface
 class BaseFilter
          An abstract class that represents a step that filters.
 class BusinessQueryDataBasedFilter
          A step that filters a query based on a boolean expression.
 class BusinessQueryRankFilter
          A step that ranks a business query based on a ranking criteria.
 class BusinessQueryTupleFilter
          A step that filters out a specific set of member for a set of dimension(s) and a single measure.
 class DataItemMemberFilter
          A step that filters a data item based on a particular member or set of members.
 class DataItemMemberPropertiesFilter
          A step that filters member properties set on a data item based on a boolean expression.
 class DataItemNavigationFilter
          A step that filters a data item based on a specific kind of navigation on a particular member.
 class DataItemTimeFilter
          A step that filters a data item based on time members and time function arguments.
 class DataItemTimeFirstLastPeriodsFilter
          A step that filters a data item to reflect requests for the first or last specified number of members at a level.
 class DataItemTimeNParallelPeriodsFilter
          A step that filters a data item to reflect N periods parallel to a given date member.
 class DataItemTimeNPeriodsFilter
          A step that filters a data item to reflect requests for the first or last N members of a level.
 class DataItemTimeRangeFilter
          A step that filters a data item based on start and end date period or can filter based where either the start or end (or both) members are relative.
 class PromptedTimeRangeFilter
          A prompted step that filters a data item based on start and end date period or relative start or end member(s).
 

Uses of StepFilterInterface in com.sas.iquery.metadata.business.step.relational
 

Classes in com.sas.iquery.metadata.business.step.relational that implement StepFilterInterface
 class DataItemRankFilter
          A step that is used to specify a request for the creation of a flat listing, where data is restricted based on whether it achieved a specific ranking.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.