com.microstrategy.web.objects.WebPromptInstance |
The interface WebPromptInstance
represends a single prompt
instance.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getPin()
Returns the pin of the current prompt instance.
| ||||||||||
abstract WebPrompt |
getPromptDef()
Returns the prompt definition object corresponding to this
prompt instance.
| ||||||||||
abstract boolean |
isDormant()
Returns
true if the current prompt instance is dormant. | ||||||||||
abstract boolean |
isSystemPrompt()
Returns
true if the current prompt is system prompt. | ||||||||||
abstract void |
setPromptDef(WebPrompt promptDef)
Sets and Overwrites a prompt definition object associated with
current prompt instance.
| ||||||||||
abstract void | setSystemPrompt(boolean isSystemPrompt) |
Returns the pin of the current prompt instance.
Returns the prompt definition object corresponding to this prompt instance.
Returns true
if the current prompt instance is dormant.
true
if the current prompt instance is dormant
Returns true
if the current prompt is system prompt.
false
if the current prompt is not system prompt
Sets and Overwrites a prompt definition object associated with current prompt instance.
promptDef | a prompt definition object. |
---|
WebObjectsException | thrown if the prompt type is not supported on this prompt site. |
---|