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 picked up in generation of the list of cascade objects.


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

Method Detail

getCascades

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

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



Copyright © 2009 SAS Institute Inc. All Rights Reserved.