com.microstrategy.web.objects.WebDimtyPrompt |
This interface represents Dimensionality prompt, whose answer is of type WebDimty
.
This object corresponds Level prompt in desktop.
[Expand]
Inherited Constants | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebDimty |
getAnswer()
Returns the current prompt answer
| ||||||||||
abstract WebDimty |
getDefaultAnswer()
Returns the default prompt answer
| ||||||||||
abstract WebDimty |
getPreviousAnswer()
Returns the previous prompt answer
| ||||||||||
abstract WebSearch |
getSearchRestriction()
Returns the search restriction for building available answers collection
(see
getAvailableDisplayUnits() ). | ||||||||||
abstract WebFolder |
getSuggestedAnswers()
Returns a read-only folder containing suggested answer objects or null
if no suggested answers are defined.
| ||||||||||
abstract WebFolder | getSuggestedAnswers(boolean createIfNull) | ||||||||||
abstract WebDimty |
setAnswer(WebDimty answer)
Sets the current prompt answer.
| ||||||||||
abstract void |
setSearchRestriction(WebSearch search)
Sets the search restriction for building available answers collection
(see
getAvailableDisplayUnits() ). |
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]()
|
Returns the current prompt answer
Returns the default prompt answer
Returns the previous prompt answer
Returns the search restriction for building available answers collection
(see getAvailableDisplayUnits()
). If the predefined list of
suggested answers is not empty (see getSuggestedAnswers
)
and no search restriction is defined, then this method will return null.
If neither suggested answers list nor search restriction is defined this method
will return a default search restriction that will search for all objects
of type dimension and attribute in the project.
Returns a read-only folder containing suggested answer objects or null
if no suggested answers are defined. This list will be used in building available
answers collection (see getAvailableDisplayUnits()
).
Sets the current prompt answer. Internally this method creates a new copy of
the answer
object and stores it as the current answer. (If the
answer
object is the same as the current answer no copy is
created).
answer | a prompt answer |
---|
answer
object.
Sets the search restriction for building available answers collection
(see getAvailableDisplayUnits()
). The search restriction
must return only objects of type dimension and attribute
search | a search restriction. |
---|