Package com.microstrategy.web.objects.rw
Interface RWDetails
- 
- All Known Subinterfaces:
 RWDataSetDetails,RWDocumentDetails
public interface RWDetails- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()Returns the description of the objectjava.lang.StringgetId()Returns the DSSID of the objectjava.lang.StringgetJobId()Returns the job idjava.lang.StringgetMessageCreationTime()returns the message creation time.java.lang.StringgetMessageFinishTime()returns the message finish time.java.lang.StringgetMessageId()Returns the id of the messagejava.lang.StringgetMessageModificationTime()returns the message modification time.java.lang.StringgetMessageStartTime()returns the message start time.intgetMessageStatus()Returns the status of the messagejava.lang.StringgetModifiedTime()Returns the object modification time.java.lang.StringgetName()Returns the name of the objectjava.lang.StringgetObjectName()java.lang.StringgetOwner()Returns the owner information of the objectWebFoldergetParentFolder()Returns the parent folder objectjava.lang.StringgetProjectName()Returns the project nameintgetRequestStatus()Returns the status of the requestjava.lang.StringgetServerName()Returns the server name. 
 - 
 
- 
- 
Method Detail
- 
getName
java.lang.String getName()
Returns the name of the object 
- 
getId
java.lang.String getId()
Returns the DSSID of the object 
- 
getDescription
java.lang.String getDescription()
Returns the description of the object 
- 
getOwner
java.lang.String getOwner()
Returns the owner information of the object 
- 
getModifiedTime
java.lang.String getModifiedTime()
Returns the object modification time. 
- 
getServerName
java.lang.String getServerName()
Returns the server name. 
- 
getProjectName
java.lang.String getProjectName()
Returns the project name 
- 
getParentFolder
WebFolder getParentFolder()
Returns the parent folder object 
- 
getRequestStatus
int getRequestStatus()
Returns the status of the request 
- 
getMessageCreationTime
java.lang.String getMessageCreationTime()
returns the message creation time. 
- 
getMessageModificationTime
java.lang.String getMessageModificationTime()
returns the message modification time. 
- 
getMessageStartTime
java.lang.String getMessageStartTime()
returns the message start time. 
- 
getMessageFinishTime
java.lang.String getMessageFinishTime()
returns the message finish time. 
- 
getMessageId
java.lang.String getMessageId()
Returns the id of the message 
- 
getMessageStatus
int getMessageStatus()
Returns the status of the message 
- 
getJobId
java.lang.String getJobId()
Returns the job id 
- 
getObjectName
java.lang.String getObjectName()
 
 - 
 
 -