|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Describes a BusinessObjectManager.
| Method Summary | |
java.lang.String[] |
getDescription()
Gets a description of this manager. |
IBusinessObjectMetadata[] |
getManagedObjects()
Retrieves a list of object types that are associated with this manager. |
IMethodMetadata[] |
getMethods()
Retrieves a list of generated methods defined on this manager. |
IManagerMethodMetadata[] |
getMethods2()
Retrieves a list of generated methods defined on this manager. |
java.lang.String |
getTypeName()
Retrieves the fully qualified type name of this manager. |
boolean |
isManagerOf(java.lang.String p_objectTypeName)
Tests whether the specified type is managed by this manager. |
| Method Detail |
public IMethodMetadata[] getMethods()
BusinessObjectManager are not included in this
list.
public IManagerMethodMetadata[] getMethods2()
BusinessObjectManager are not included in this
list.
public IBusinessObjectMetadata[] getManagedObjects()
Iterator) from a query method on this manager.
The types of the members of these objects are not included in this list.
In other words, if you want a complete list of types that this manager
(directly or indirectly) depends on, you will need to recursively examine
the objects returned from this method.
public boolean isManagerOf(java.lang.String p_objectTypeName)
getManagedObjects()
p_objectTypeName - the name of the type to search for in the list of
managed object typespublic java.lang.String getTypeName()
public java.lang.String[] getDescription()
|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||