|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.baan.b3.legacydirectory.DirectoryToolkit
Entry point for accessing legacy directory objects.
Implementations should subclass this class.
| Method Summary | |
abstract IBusComponent |
getBusComponent(java.lang.String p_id)
Retrieves the specified Bus Component from the current directory. |
static DirectoryToolkit |
getDefaultToolkit()
Retrieves a default implementation. |
abstract java.lang.String[] |
listAllBusComponentCategories()
Retrieves the list of all BusComponent Categories (the separate list of categories stored in the directory). |
abstract java.lang.String[] |
listAllBusComponentIds()
Retreives the list of all BusComponent Identifiers (the identification of the BusComponent in the directory). |
abstract java.lang.String[] |
listBusComponentIdsWithCategory(java.lang.String category)
Retreives the list of all BusComponent Identifiers (the identification of the BusComponent in the directory) that have a given category. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static DirectoryToolkit getDefaultToolkit()
public abstract IBusComponent getBusComponent(java.lang.String p_id)
throws java.lang.IllegalArgumentException,
DirectoryException
BusinessObjectManager.getCurrentBackend()
for instance).p_id - a String that identifies the required Bus Component.java.lang.IllegalArgumentException - if p_id is null.DirectoryException - if the underlying
directory implementation encountered an error.
public abstract java.lang.String[] listAllBusComponentIds()
throws DirectoryException
getBusComponent(java.lang.String)
DirectoryException - if the underlying
directory implementation encountered an error. *
public abstract java.lang.String[] listBusComponentIdsWithCategory(java.lang.String category)
throws DirectoryException
getBusComponent(java.lang.String)
DirectoryException - if the underlying
directory implementation encountered an error. *
public abstract java.lang.String[] listAllBusComponentCategories()
throws DirectoryException
DirectoryException - if the underlying
directory implementation encountered an error. *
|
Java Client API Reference 6.0.2.61 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||