com.businessobjects.rebean.wi
Interface DrillHierarchies


public interface DrillHierarchies

The DrillHierarchies interface defines a collection of Business Objects universe hierarchies. Hierarchies are defined by the designer and are used during the drill operations.


Method Summary
 int getCount()
          Returns the number of report hierarchies in the collection.
 DrillHierarchy getItem(int index)
          Returns a hierarchy at the specified position in the collection.
 DrillHierarchy getItem(java.lang.String name)
          Returns a hierarchy by name.
 DrillHierarchy getItemByID(java.lang.String ID)
          Returns a hierarchy by it's ID.
 

Method Detail

getCount

int getCount()
Returns the number of report hierarchies in the collection.

Returns:
the number of hierarchies.

getItem

DrillHierarchy getItem(int index)
Returns a hierarchy at the specified position in the collection.

Parameters:
index - index of the element to return.
Returns:
a hierarchy at the specified position in the collection.

getItem

DrillHierarchy getItem(java.lang.String name)
                       throws REException
Returns a hierarchy by name.

Parameters:
name - name of the hierarchy to return.
Returns:
a hierarchy by name.
Throws:
REException

getItemByID

DrillHierarchy getItemByID(java.lang.String ID)
                           throws REException
Returns a hierarchy by it's ID.

Parameters:
ID - ID of the hierarchy to return.
Returns:
a hierarchy by it's ID.
Throws:
REException