Package com.microstrategy.web.objects
Interface WebParsedModelAvailableObjects
-
public interface WebParsedModelAvailableObjects
This interface represents the availableObjects parameter of the parsed model command.- Since:
- MicroStrategy Web 11.2.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
buildXML()
java.util.List<WebParsedModelData>
getData()
java.util.List<WebParsedModelIdType>
getIdTypes()
-
-
-
Method Detail
-
getData
java.util.List<WebParsedModelData> getData()
- Returns:
- whole or partial objects which may not be in the metadata
-
getIdTypes
java.util.List<WebParsedModelIdType> getIdTypes()
- Returns:
- reference of objects which should be in the metadata
-
buildXML
java.lang.String buildXML()
- Returns:
- an XML representation of the availableObjects, which will be used as a node inside the Parse Model Command (
)
-
-