|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CascadeRuleSet
Contains the set of CascadeRule
objects defined on a business query
Method Summary | |
---|---|
CascadeRule |
getRuleBasedOn(com.sas.prompts.definitions.PromptDefinitionInterface prompt,
com.sas.prompts.PromptValuesInterface promptValues)
Returns the CascadeRule object defined for the specified PromptDefinitionInterface /PromptValuesInterface
pair. |
java.util.Collection |
getRules()
Returns the set of cascade rules defined by a business query |
Method Detail |
---|
java.util.Collection getRules()
CascadeRule
objectsCascadeRule 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 or null.
|
Query |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |