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

Packages that use FilterCascadeInterface
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 FilterCascadeInterface in com.sas.iquery.metadata.business
 

Subinterfaces of FilterCascadeInterface in com.sas.iquery.metadata.business
 interface FilterCascadeRule
          This business rule defines the prompt filter dependencies that makes up the cascade.
 

Classes in com.sas.iquery.metadata.business that implement FilterCascadeInterface
 class FilterCascade
           
 

Methods in com.sas.iquery.metadata.business that return types with arguments of type FilterCascadeInterface
 java.util.List<FilterCascadeInterface> FilterCascadeContainer.getCascades(boolean recursive)
          Returns the list of FilterCascadeInterfaces set on the filter.
 

Method parameters in com.sas.iquery.metadata.business with type arguments of type FilterCascadeInterface
 void FilterCascadeContainerUpdater.setCascades(java.util.List<? extends FilterCascadeInterface> filterCascades)
          Set the list of FilterCascadeInterfaces that are associated to this filter.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.