|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Reports
The Reports interface defines a collection of Report objects
contained in a DocumentInstance.
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 |
|---|
int getCount()
Report objects in the collection.
Report objects.Report getItem(int index)
Report by index.
index - The index of the Report to return.
Report at the specified position in the collection.
Report getItem(java.lang.String name)
throws REException
Report objects by name.
name - The name of the Report to return.
Report object.
REException
Report getItemByID(java.lang.String ID)
throws REException
Report objects by its ID.
ID - The unique ID of the Report to be returned.
Report object.
REException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||