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

Packages that use FilterCascadeContainer
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. 
com.sas.iquery.metadata.expr Provides classes that are used to model expressions, which are used to compose data items and filters. 
 

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

Subinterfaces of FilterCascadeContainer in com.sas.iquery.metadata.business
 interface CompoundFilter
          Specifies a filter that is definedin terms of other separately defined filters.
 interface FilterCascadeContainerUpdater
          Business objects that can modify there list of FilterCascadeInterfaces should implement this interface.
 interface FilterItem
          Contains a single conditional expression which is used to filter data when running a query and typically yields a resultset containing less data.
 

Uses of FilterCascadeContainer in com.sas.iquery.metadata.expr
 

Classes in com.sas.iquery.metadata.expr that implement FilterCascadeContainer
 class CompoundConditionalExpression
          Models a conditional expression that is made up of one or two sub-conditional expressions adjoined by an AND or OR relation, and optionally negated.
 class MultipleConditionalExpression
          Models a conditional expression that is a combination of one or more Boolean subexpressions.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.