Package com.microstrategy.web.objects
Interface WebDocumentDefinition
-
public interface WebDocumentDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<RWDataSetInfo>
getDataSetsInfo()
get all the data sets info objects of the document.
-
-
-
Method Detail
-
getDataSetsInfo
java.util.List<RWDataSetInfo> getDataSetsInfo()
get all the data sets info objects of the document.- Returns:
- all the data sets info objects of the document. It would throw an exception if an HTML document called it.
-
-