com.sas.prompts
Interface DynamicPromptValueContextInterface

All Known Implementing Classes:
DynamicPromptValueContext

public interface DynamicPromptValueContextInterface

This interface is used when information is passed to the PromptDefinition to retrieve possible values for a dynamic prompt. It provides a context for retrieving the possible values.


Method Summary
 DataProviderInterface getDataProvider()
          Returns the DataProviderInterface to use when generating and executing queries.
 PromptGroupInterface getPromptGroup()
          Returns the PromptGroupInterface to use when generating queries.
 com.sas.prompts.PromptUserContextInterface getPromptUserContext()
          This is not currently used.
 PromptValuesInterface getPromptValues()
          Returns the PromptValuesInterface to use when generating queries.
 

Method Detail

getPromptValues

PromptValuesInterface getPromptValues()
Returns the PromptValuesInterface to use when generating queries.


getPromptGroup

PromptGroupInterface getPromptGroup()
Returns the PromptGroupInterface to use when generating queries.


getPromptUserContext

com.sas.prompts.PromptUserContextInterface getPromptUserContext()
This is not currently used.


getDataProvider

DataProviderInterface getDataProvider()
Returns the DataProviderInterface to use when generating and executing queries.




Copyright © 2009 SAS Institute Inc. All Rights Reserved.