com.sas.prompts
Interface DynamicPromptValueContextInterface

All Known Implementing Classes:
DynamicPromptValueContext

@SASScope(value="ALL")
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
abstract  DataProviderInterface getDataProvider()
          Returns the DataProviderInterface to use when generating and executing queries.
abstract  PromptGroupInterface getPromptGroup()
          Returns the PromptGroupInterface to use when generating queries.
abstract  com.sas.prompts.PromptUserContextInterface getPromptUserContext()
          This is not currently used.
abstract  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.