Package com.microstrategy.web.objects
Interface WebPromptAnswer
-
- All Superinterfaces:
EnumWebPersistableState
,KeyedObject
,Persistable
,WebDisplayUnit
,WebFeatures
,WebObjectInfo
,WebPromptSite
- All Known Subinterfaces:
WebConstantPromptAnswer
,WebDimtyPromptAnswer
,WebElementsPromptAnswer
,WebExpressionPromptAnswer
,WebObjectsPromptAnswer
public interface WebPromptAnswer extends WebObjectInfo, Persistable
TheWebPromptAnswer
interface represents a user answer to a prompt question and is persisted in metadata for that user. This persisted prompt answer can then be loaded to answer prompt questions.- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.utils.serialization.EnumWebPersistableState
BARE_MINIMAL_STATE_INFO, MAXIMAL_STATE_INFO, MINIMAL_STATE_INFO, TYPICAL_STATE_INFO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebPrompt
getPrompt()
Returns the prompt question object to which this prompt answer is trying to answer.int
getReuse()
Returns a value from the enumerationEnumDSSXMLPromptAnswerReuse
.void
setReuse(int _reuse)
Sets the reuse property, fromEnumDSSXMLPromptAnswerReuse
-
Methods inherited from interface com.microstrategy.utils.KeyedObject
_getObKey
-
Methods inherited from interface com.microstrategy.utils.serialization.Persistable
restoreState, restoreState, saveState, saveState, saveState, saveState
-
Methods inherited from interface com.microstrategy.web.objects.WebDisplayUnit
addDetails, applyVisitor, canHighlight, getChildUnits, getDisplayName, getDisplayUnitType, hasDetails, highlightUnit, highlightUnit, isHighlighted, isObjectInfo, isSelected, setDisplayName, setSelected
-
Methods inherited from interface com.microstrategy.web.objects.WebFeatures
isFeatureAvailable, isFeatureAvailable
-
Methods inherited from interface com.microstrategy.web.objects.WebObjectInfo
buildShortObjectAttributes, buildShortXML, getAbbreviation, getAccessGranted, getAncestors, getCardStatus, getCertifiedInfo, getComments, getContainerDid, getContainerType, getCreationTime, getCreationTimeStamp, getDataSources, getDescription, getExtendedType, getFactory, getFlags, getIconPath, getID, getModificationTime, getModificationTimeStamp, getName, getNonSchedulable, getOtherNameTransCount, getOwner, getParent, getPreSaveAsFlags, getProjectId, getProjectName, getPropertyFlags, getPropertySetFilter, getPropertySets, getRecommendationInfo, getSecurity, getState, getSubType, getType, getVersionID, getViewMediaSettings, getVisualizationViewMode, getXML, getXML, hasOwner, isAncestorNamedFolder, isDirty, isEmbedded, isHidden, isNew, isPopulated, populate, populate, setAbbreviation, setComments, setDataSources, setDescription, setExtendedType, setFlags, setHidden, setIconPath, setName, setNonSchedulable, setPreSaveAsFlags, setPropertyFlags
-
Methods inherited from interface com.microstrategy.web.objects.WebPromptSite
getPromptInstances
-
-
-
-
Method Detail
-
getPrompt
WebPrompt getPrompt()
Returns the prompt question object to which this prompt answer is trying to answer.- Returns:
- the prompt question object.
-
getReuse
int getReuse()
Returns a value from the enumerationEnumDSSXMLPromptAnswerReuse
.- Returns:
- the reuse property of this prompt answer.
-
setReuse
void setReuse(int _reuse)
Sets the reuse property, fromEnumDSSXMLPromptAnswerReuse
- Parameters:
_reuse
-
-
-