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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description WebMessagesgetChildMessages()Returns the collection of child messages for this RW Document message.RWInstancegetRWInstance()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.WebDisplayUnitaddDetails, applyVisitor, canHighlight, getChildUnits, getDisplayUnitType, hasDetails, highlightUnit, highlightUnit, isHighlighted, isObjectInfo, isSelected, setDisplayName, setSelected
 - 
Methods inherited from interface com.microstrategy.web.objects.WebMessageduplicate, 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- 
getRWInstanceRWInstance getRWInstance() throws WebObjectsException Returns the RW instance associated with this message.- Returns:
- A RWInstanceobject associated with this message.
- Throws:
- WebObjectsException
 
 - 
getChildMessagesWebMessages getChildMessages() throws WebObjectsException Returns the collection of child messages for this RW Document message.- Returns:
- The child WebMessagesfor this message.
- Throws:
- WebObjectsException- if there is any error retrieving child messages from IServer.
 
 
- 
 
-