Package com.microstrategy.web.objects.rw
Interface RWDocumentDetails
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<RWDataSetDetails>
getDataSetDetails()
Returns the list of dataset details object within this document-
Methods inherited from interface com.microstrategy.web.objects.rw.RWDetails
getDescription, getId, getJobId, getMessageCreationTime, getMessageFinishTime, getMessageId, getMessageModificationTime, getMessageStartTime, getMessageStatus, getModifiedTime, getName, getObjectName, getOwner, getParentFolder, getProjectName, getRequestStatus, getServerName
-
-
-
-
Method Detail
-
getDataSetDetails
java.util.List<RWDataSetDetails> getDataSetDetails()
Returns the list of dataset details object within this document- Returns:
- a list containing
RWDataSetDetails
objects
-
-