com.businessobjects.rebean.wi
Interface Reports


public interface Reports

The Reports interface defines a collection of Report objects contained in a DocumentInstance.

See Also:
Report

Method Summary
 int getCount()
          Gets the number of Report objects in the collection.
 Report getItem(int index)
          Returns a Report by index.
 Report getItem(java.lang.String name)
          Returns a Report objects by name.
 Report getItemByID(java.lang.String ID)
          Returns a Report objects by its ID.
 

Method Detail

getCount

int getCount()
Gets the number of Report objects in the collection.

Returns:
The number of Report objects.

getItem

Report getItem(int index)
Returns a Report by index.

Parameters:
index - The index of the Report to return.
Returns:
The Report at the specified position in the collection.

getItem

Report getItem(java.lang.String name)
               throws REException
Returns a Report objects by name.

Parameters:
name - The name of the Report to return.
Returns:
A Report object.
Throws:
REException

getItemByID

Report getItemByID(java.lang.String ID)
                   throws REException
Returns a Report objects by its ID.

Parameters:
ID - The unique ID of the Report to be returned.
Returns:
A Report object.
Throws:
REException