|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataSourceObjects
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
DataSourceObjects interface is a collection of DataSourceObject objects.
DataSource.getClasses(),
DataSource.getHierarchies()| Method Summary | |
|---|---|
DataSourceObject |
getChild(java.lang.String dsoID)
Gets a datasource object by unique identifier. |
DataSourceObject |
getChildAt(int index)
Returns the data source object at the specified position in the list. |
DataSourceObject |
getChildByName(java.lang.String name)
Gets the first datasource object whose name is name. |
int |
getChildCount()
Gets the amount of DataSourceObjects. |
| Method Detail |
|---|
int getChildCount()
DataSourceObjects.
DataSourceObjectsDataSourceObject getChildAt(int index)
index - the index of the data source object to return (0 based)
java.lang.ArrayIndexOutOfBoundsException - if index is out of range
(index < 0 || index >= getChildCount())DataSourceObject getChild(java.lang.String dsoID)
dsoID - the ID of the object to get
DataSourceObject with ID dsoID, or null
when there is no DataSourceObject in the collection with ID
dsoID.
java.lang.NullPointerException - when dsoID is nullDataSourceObject.getID()DataSourceObject getChildByName(java.lang.String name)
name.
This method recursively searches all classes or hierarchies.
name - the name to look for
DataSourceObject with name name, or null
when there is no DataSourceObject in the collection with name
name.
java.lang.NullPointerException - when name is nullDataSourceObject.getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||