com.sas.iquery.metadata.business
Interface FilterCascadeContainerUpdater
- All Superinterfaces:
- FilterCascadeContainer
- All Known Subinterfaces:
- CompoundFilter
- All Known Implementing Classes:
- CompoundConditionalExpression, MultipleConditionalExpression
@SASScope(value="ALL")
@SubjectToChange
public interface FilterCascadeContainerUpdater
- extends FilterCascadeContainer
Business objects that can modify there list of FilterCascadeInterfaces
should implement this interface.
setCascades
@SASScope(value="ALL")
@SubjectToChange
void setCascades(java.util.List<? extends FilterCascadeInterface> filterCascades)
- Set the list of FilterCascadeInterfaces that are associated to this filter.
This call will replace the current list of cascades.
- Parameters:
filterCascades - list of FilterCascadeInterfaces
- Throws:
java.lang.IllegalArgumentException - if the list of filter cascades contains an object that is not a FilterCascadeInterface
Copyright © 2009 SAS Institute Inc. All Rights Reserved.