|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
@SASScope(value="ALL") public interface CascadeRuleSet
Contains the set of CascadeRule objects defined on a business query
| Method Summary | |
|---|---|
abstract CascadeRule |
getRuleBasedOn(com.sas.prompts.definitions.PromptDefinitionInterface prompt,
com.sas.prompts.PromptValuesInterface promptValues)
Returns the CascadeRule object defined for the specified
PromptDefinitionInterface/PromptValuesInterface pair. |
abstract java.util.Collection<CascadeRule> |
getRules()
Returns the set of cascade rules defined by a business query |
| Method Detail |
|---|
@Nonnull java.util.Collection<CascadeRule> getRules()
CascadeRule objects
@Nullable
CascadeRule getRuleBasedOn(com.sas.prompts.definitions.PromptDefinitionInterface prompt,
com.sas.prompts.PromptValuesInterface promptValues)
CascadeRule object defined for the specified
PromptDefinitionInterface/PromptValuesInterface pair.
prompt - the PromptDefinitionInterface object that the
cascade rule is based on.promptValues - the PromptValuesInterface that contains the
specified prompt.
CascadeRule object; can be null
|
| Query |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||