***  This interface is subject to change.  ***

com.sas.iquery.metadata.business
Interface FilterCascadeContainer

All Known Subinterfaces:
CompoundFilter, FilterCascadeContainerUpdater, FilterItem
All Known Implementing Classes:
CompoundConditionalExpression, MultipleConditionalExpression

public interface FilterCascadeContainer

Business Objects that can contain FilterCascadeInterfaces should implement this interface. So that they will be pickup in generation of the list of cascade object


Method Summary
 java.util.List getCascades(boolean recursive)
          Returns the list of FilterCascadeInterfaces set on the filter.
 

Method Detail

***  This method is subject to change.  ***

getCascades

java.util.List getCascades(boolean recursive)
Returns the list of FilterCascadeInterfaces set on the filter.

Parameters:
recursive - determines if the list of filter cascades returned includes all the cascades from filters that make up the current filter
Returns:
filterCascades list of FilterCascadeInterfaces

***  This interface is subject to change.  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.