Package com.microstrategy.web.beans
Interface PromptsSource
- 
- All Known Subinterfaces:
 ExternalPromptsSource,MetadataPromptsSource
public interface PromptsSourceThis interface is the base interface from which two sub-interfaces are derived, the MetadaPromptsSource and ExternalPromptsSource interfaces.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetType()Returns the type of the prompt source (EnumPromptsSourceTypes).WebPromptsgetWebPrompts()Returns all theWebPromptscontained in this PromptsSource. 
 - 
 
- 
- 
Method Detail
- 
getType
int getType()
Returns the type of the prompt source (EnumPromptsSourceTypes).- Returns:
 - the type of the prompt source.
 
 
- 
getWebPrompts
WebPrompts getWebPrompts() throws WebObjectsException
Returns all theWebPromptscontained in this PromptsSource.- Returns:
 - all the 
WebPromptsoriginated from this source. - Throws:
 WebObjectsException- thrown if there is a problem getting theWebPrompts.
 
 - 
 
 -