com.microstrategy.webapi.IDSSXMLElementServer |
The ElementServer interface retrieves elements from the Intelligence Server.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DEFAULT_GetElements_attributeForms | Default attributeForms parameter for GetElements method | |||||||||
int | DEFAULT_GetElements_blockBegin | Default blockBegin parameter for GetElements method | |||||||||
int | DEFAULT_GetElements_blockCount | Default blockCount parameter for GetElements method | |||||||||
String | DEFAULT_GetElements_browsePath | Default browsePath parameter for GetElements method | |||||||||
String | DEFAULT_GetElements_filter | Default filter parameter for GetElements method | |||||||||
int | DEFAULT_GetElements_flags | Default flags parameter for GetElements method | |||||||||
String | DEFAULT_GetElements_resolution | Default resolution parameter for GetElements method | |||||||||
String | DEFAULT_GetHierarchy_attributeID | Default attributeID parameter for GetHierarchy method | |||||||||
int | DEFAULT_GetHierarchy_blockCount | Default blockCount parameter for GetHierarchy method | |||||||||
String | DEFAULT_GetHierarchy_browsePath | Default browsePath parameter for GetHierarchy method | |||||||||
int | DEFAULT_GetHierarchy_flags | Default flags parameter for GetHierarchy method | |||||||||
int | DEFAULT_GetHierarchy_level | Default level parameter for GetHierarchy method |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
GetElements(String sessionID, String attributeID, String attributeForms, String browsePath, String filter, String resolution, int flags, int blockBegin, int blockCount)
Gets the elements XML for an attribute.
| ||||||||||
abstract String |
GetElementsEx(String sessionID, String messageID, String attributeID, String attributeForms, String browsePath, String filter, String resolution, int flags, int blockBegin, int blockCount, String dataSourceXML)
Gets the elements XML for an attribute.
| ||||||||||
abstract String |
GetElementsEx(String sessionID, String attributeID, String attributeForms, String browsePath, String filter, String resolution, int flags, int blockBegin, int blockCount, String dataSourceXML)
Gets the elements XML for an attribute.
| ||||||||||
abstract String |
GetHierarchy(String sessionID, String dimensionID, String attributeID, String browsePath, int flags, int level, int blockCount)
Returns a hierarchy in the metadata in XML.
|
Default attributeForms parameter for GetElements method
Default blockBegin parameter for GetElements method
Default blockCount parameter for GetElements method
Default browsePath parameter for GetElements method
Default filter parameter for GetElements method
Default flags parameter for GetElements method
Default resolution parameter for GetElements method
Default attributeID parameter for GetHierarchy method
Default blockCount parameter for GetHierarchy method
Default browsePath parameter for GetHierarchy method
Default flags parameter for GetHierarchy method
Default level parameter for GetHierarchy method
Gets the elements XML for an attribute.
sessionID | A valid Session ID |
---|---|
attributeID | The attribute for which to retrieve elements. |
attributeForms | The collection of forms. [default=""] |
browsePath | The path browsed to get here. [default=""] |
filter | Filter to apply to browse action. [default=""] |
resolution | Used for any prompts in the filter. [default=""] |
flags | Reserved [default=0] |
blockBegin | The starting element (used for incremental fetch). [default=1] |
blockCount | Number of elements to retrieve (used for incremental fetch). [default=-1] |
MSTRWebAPIException | Signals an error condition. |
---|
Gets the elements XML for an attribute.
sessionID | A valid Session ID |
---|---|
messageID | A valid Message ID |
attributeID | The attribute for which to retrieve elements. |
attributeForms | The collection of forms. [default=""] |
browsePath | The path browsed to get here. [default=""] |
filter | Filter to apply to browse action. [default=""] |
resolution | Used for any prompts in the filter. [default=""] |
flags | Reserved [default=0] |
blockBegin | The starting element (used for incremental fetch). [default=1] |
blockCount | Number of elements to retrieve (used for incremental fetch). [default=-1] |
dataSourceXML | If the element browse request uses a data source other than the warehouse, this parameter should contain an XML string containing those data sources. |
MSTRWebAPIException | Signals an error condition. |
---|
Gets the elements XML for an attribute.
sessionID | A valid Session ID |
---|---|
attributeID | The attribute for which to retrieve elements. |
attributeForms | The collection of forms. [default=""] |
browsePath | The path browsed to get here. [default=""] |
filter | Filter to apply to browse action. [default=""] |
resolution | Used for any prompts in the filter. [default=""] |
flags | Reserved [default=0] |
blockBegin | The starting element (used for incremental fetch). [default=1] |
blockCount | Number of elements to retrieve (used for incremental fetch). [default=-1] |
dataSourceXML | If the element browse request uses a data source other than the warehouse, this parameter should contain an XML string containing those data sources. |
MSTRWebAPIException | Signals an error condition. |
---|
Returns a hierarchy in the metadata in XML.
sessionID | A valid Session ID. |
---|---|
dimensionID | The dimension that defines the hierarchy. |
attributeID | Starting place in hierarchy (if not at top). [Default=""] |
browsePath | The path browsed to get here. [Default=""] |
flags | Reserved. [Default=0] |
level | 0 = infinite, 1 = 1 level, etc. Not yet implemented in MicroStrategy 7.1. [Default=0] |
blockCount | Maximum number of elements to return. [Default=-1] |
MSTRWebAPIException | Signals an error condition. |
---|