Package com.microstrategy.web.objects
Interface WebReportMessage
-
- All Superinterfaces:
KeyedObject
,WebDisplayUnit
,WebMessage
public interface WebReportMessage extends WebMessage
This interface contains the methods which relate to the report's inbox message information.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebReportInstance
getReportInstance()
Returns the report instance associated with this message.-
Methods inherited from interface com.microstrategy.utils.KeyedObject
_getObKey
-
Methods inherited from interface com.microstrategy.web.objects.WebDisplayUnit
addDetails, applyVisitor, canHighlight, getChildUnits, getDisplayUnitType, hasDetails, highlightUnit, highlightUnit, isHighlighted, isObjectInfo, isSelected, setDisplayName, setSelected
-
Methods inherited from interface com.microstrategy.web.objects.WebMessage
duplicate, duplicate, duplicate, getCacheID, getClientType, getCreationTime, getDeltaPropertiesXML, getDisplayName, getDisplayName, getExecutionFlags, getFolderID, getFolderName, getID, getLastErrorNumber, getMessageText, getModificationTime, getObjectCreator, getObjectDescription, getObjectID, getOriginalMessageID, getParentID, getProjectID, getProjectName, getReferenceID, getReportManipulationsXML, getRequestFinishTime, getRequestStartTime, getRequestStatus, getRequestType, getResultFlags, getResultWindow, getScheduleReferenceID, getScheduleTriggerID, getSequenceNumber, getServerStateID, getStateID, getStatus, getSubscription, getTitle, getType, getViewMediaSettings, getVisualizationViewMode, isArchivedMessage, isPopulated, isSavedInInbox, populate, refresh, removeFromInbox, saveToInbox, setStatus
-
-
-
-
Method Detail
-
getReportInstance
WebReportInstance getReportInstance() throws WebObjectsException
Returns the report instance associated with this message.- Returns:
- A
WebReportInstance
object associated with this message. - Throws:
WebObjectsException
-
-