com.microstrategy.web.objects.WebClusterProjectInfoCollection |
Defines generic functionality for a collection of WebClusterProjectInfo
objects.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebClusterProjectInfo |
get(int index)
Returns the project info object with the given index from the collection.
| ||||||||||
abstract boolean |
isEmpty()
Returns true if the collection is empty, false if it contains one or more projects.
| ||||||||||
abstract WebClusterProjectInfo |
itemByProject(WebProjectInstance instance)
Returns the project info object for the provided project, if one exists.
| ||||||||||
abstract int |
size()
Returns the number of projects within the collection.
|
Returns the project info object with the given index from the collection.
WebClusterProjectInfo
object contained at the given index in the collection.IndexOutOfBoundsException | Thrown if the index could not be found in the collection. |
---|
Returns true if the collection is empty, false if it contains one or more projects.
Returns the project info object for the provided project, if one exists. Returns null otherwise
instance | WebProjectInstance associated with the desired info object |
---|
WebClusterProjectInfo
for provided projectIllegalArgumentException |
---|
Returns the number of projects within the collection.