Package com.microstrategy.webapi
Interface IDSSXMLClusters
-
public interface IDSSXMLClusters
This is a collection of IDSSXMLCluster interfaces.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Enumeration
get_Enum()
Returns an Enumeration of all of the IDSSXMLCluster objects in the collection.int
getCount()
Returns the number of objects in the collection.IDSSXMLCluster
getItem(int index)
Returns the item in the collection at the index given.
-
-
-
Method Detail
-
get_Enum
java.util.Enumeration get_Enum()
Returns an Enumeration of all of the IDSSXMLCluster objects in the collection.- Returns:
- An Enumeration of IDSSXMLCluster objects.
-
getCount
int getCount()
Returns the number of objects in the collection.- Returns:
- The number of clusters in the collection.
-
getItem
IDSSXMLCluster getItem(int index) throws MSTRWebAPIException
Returns the item in the collection at the index given.- Parameters:
index
- The index of the IDSSXMLCluster to be returned. The first item in the Clusters Collection is index=1.- Returns:
- The item in the collection at the index given.
- Throws:
MSTRWebAPIException
- Thrown when error occurs during retrieving cluster information.
-
-