|
| Query |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||
| 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 | |
|---|---|
abstract 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 | |
|---|---|
abstract void |
FilterCascadeContainerUpdater.setCascades(java.util.List<? extends FilterCascadeInterface> filterCascades)
Set the list of FilterCascadeInterfaces that are associated to this filter. |
|
| Query |
|
| |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||||