com.microstrategy.web.beans.PromptsSource |
![]() |
This interface is the base interface from which two sub-interfaces are derived, the MetadaPromptsSource and ExternalPromptsSource interfaces.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getType()
Returns the type of the prompt source (
EnumPromptsSourceTypes ). | ||||||||||
abstract WebPrompts |
getWebPrompts()
Returns all the
WebPrompts contained in this PromptsSource. |
Returns the type of the prompt source (EnumPromptsSourceTypes
).
Returns all the WebPrompts
contained in this PromptsSource.
WebPrompts
originated from this source.WebObjectsException | thrown if there is a problem getting the
WebPrompts .
|
---|