***  This interface is subject to change.  ***

com.sas.iquery.metadata.business
Interface CascadeRuleSet


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

***  This method is subject to change.  ***

getRules

java.util.Collection getRules()
Returns the set of cascade rules defined by a business query

Returns:
collection of CascadeRule objects

***  This method is subject to change.  ***

getRuleBasedOn

CascadeRule getRuleBasedOn(com.sas.prompts.definitions.PromptDefinitionInterface prompt,
                           com.sas.prompts.PromptValuesInterface promptValues)
Returns the CascadeRule object defined for the specified PromptDefinitionInterface/PromptValuesInterface pair.

Parameters:
prompt - The PromptDefinitionInterface object that the cascade rule is based on.
promptValues - The PromptValuesInterface that contains the specified prompt.
Returns:
CascadeRule object or null.

***  This interface is subject to change.  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.