|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Read-only Interface for the manager of Catalog objects
Field Summary | |
---|---|
static java.lang.String |
copyright
IBM standard copyright |
Method Summary | |
---|---|
Catalog |
getCatalogByName(java.lang.String name)
Retrieves a specific Catalog by name |
PIMCollection |
getCatalogs()
Retrieves all Catalogs available in the current context |
Methods inherited from interface com.ibm.pim.interfaces.managers.Manager |
---|
getManagerName |
Field Detail |
public static final java.lang.String copyright
copyright
Method Detail |
public PIMCollection getCatalogs() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationfor more info
,
Catalog
public Catalog getCatalogByName(java.lang.String name) throws PIMInternalException, PIMAuthorizationException
name
- The name of the Catalog to be retrieved
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationCatalog
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |