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.String
getDescription()
Returns the description of the objectjava.lang.String
getId()
Returns the DSSID of the objectjava.lang.String
getJobId()
Returns the job idjava.lang.String
getMessageCreationTime()
returns the message creation time.java.lang.String
getMessageFinishTime()
returns the message finish time.java.lang.String
getMessageId()
Returns the id of the messagejava.lang.String
getMessageModificationTime()
returns the message modification time.java.lang.String
getMessageStartTime()
returns the message start time.int
getMessageStatus()
Returns the status of the messagejava.lang.String
getModifiedTime()
Returns the object modification time.java.lang.String
getName()
Returns the name of the objectjava.lang.String
getObjectName()
java.lang.String
getOwner()
Returns the owner information of the objectWebFolder
getParentFolder()
Returns the parent folder objectjava.lang.String
getProjectName()
Returns the project nameint
getRequestStatus()
Returns the status of the requestjava.lang.String
getServerName()
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()
-
-