Package com.microstrategy.web.objects.rw
Interface RWMessage
-
- All Superinterfaces:
KeyedObject
,WebDisplayUnit
,WebMessage
public interface RWMessage extends WebMessage
This interface contains the methods which relate to the RW doc's inbox message information.- Since:
- MicroStrategy Web 8.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebMessages
getChildMessages()
Returns the collection of child messages for this RW Document message.RWInstance
getRWInstance()
Returns the RW 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
-
getRWInstance
RWInstance getRWInstance() throws WebObjectsException
Returns the RW instance associated with this message.- Returns:
- A
RWInstance
object associated with this message. - Throws:
WebObjectsException
-
getChildMessages
WebMessages getChildMessages() throws WebObjectsException
Returns the collection of child messages for this RW Document message.- Returns:
- The child
WebMessages
for this message. - Throws:
WebObjectsException
- if there is any error retrieving child messages from IServer.
-
-