|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
com.sas.prompts.DynamicPromptValueContext
@SASScope(value="ALL") public class DynamicPromptValueContext
Default implementation of the DynamicPromptValueContextInterface. It stores the PromptValuesInterface, PromptGroupInterface, and PromptUserContextInterface for passing to the PromptDefinition when asking for a list of dynamic values.
| Constructor Summary | |
|---|---|
DynamicPromptValueContext(MetadataInterface metadata)
Create a DynamicPromptValuecontext which is used by OLAP dynamic prompts to retrieve the values from the OLAP server. |
|
DynamicPromptValueContext(PromptValuesInterface promptValues,
PromptGroupInterface promptGroup,
com.sas.prompts.PromptUserContextInterface promptUserContext)
Constructor |
|
DynamicPromptValueContext(PromptValuesInterface promptValues,
PromptGroupInterface promptGroup,
com.sas.prompts.PromptUserContextInterface promptUserContext,
DataProviderInterface dataProvider)
Constructor |
|
| Method Summary | |
|---|---|
DataProviderInterface |
getDataProvider()
Returns the DataProviderInterface to use when generating and executing queries. |
MetadataInterface |
getMetadata()
Return a MetadataInterface used in querying dynamic values for an OLAP source. |
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. |
| Constructor Detail |
|---|
public DynamicPromptValueContext(MetadataInterface metadata)
metadata -
public DynamicPromptValueContext(PromptValuesInterface promptValues,
PromptGroupInterface promptGroup,
com.sas.prompts.PromptUserContextInterface promptUserContext,
DataProviderInterface dataProvider)
promptValues - The PromptValuesInterface to use when generating queries. This parameter may not be null.promptGroup - The PromptGroupInterface to use when generating queries. This parameter may not be null.promptUserContext - This is not currently used. This parameter may not be null.dataProvider - The DataProviderInterface to use when generating and executing queries. This parameter may not be null.
public DynamicPromptValueContext(PromptValuesInterface promptValues,
PromptGroupInterface promptGroup,
com.sas.prompts.PromptUserContextInterface promptUserContext)
promptValues - The PromptValuesInterface to use when generating queries. This parameter may not be null.promptGroup - The PromptGroupInterface to use when generating queries. This parameter may not be null.promptUserContext - This is not currently used. This parameter may not be null.| Method Detail |
|---|
public PromptValuesInterface getPromptValues()
getPromptValues in interface DynamicPromptValueContextInterfacepublic PromptGroupInterface getPromptGroup()
getPromptGroup in interface DynamicPromptValueContextInterfacepublic com.sas.prompts.PromptUserContextInterface getPromptUserContext()
getPromptUserContext in interface DynamicPromptValueContextInterfacepublic DataProviderInterface getDataProvider()
DynamicPromptValueContextInterface
getDataProvider in interface DynamicPromptValueContextInterfacepublic MetadataInterface getMetadata()
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||