|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Read-write interface for the Manager of UserDefinedLog objects
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
UserDefinedLog |
createUserDefinedLog(Catalog catalog,
java.lang.String name,
boolean runningLog)
Creates a UserDefined Log based upon an owning Catalog Retrieve a UserDefinedLog based upon the owning catalog and log name |
UserDefinedLog |
createUserDefinedLog(Hierarchy hierarchy,
java.lang.String name,
boolean runningLog)
Creates a UserDefined Log based upon an owning Hierarchy Retrieve a UserDefinedLog based upon the owning hierarchy and log name |
UserDefinedLog |
getUserDefinedLogByName(Catalog catalog,
java.lang.String name)
Retrieves a specific UserDefinedLog in a specified catalog with a specified name |
UserDefinedLog |
getUserDefinedLogByName(Hierarchy hierarchy,
java.lang.String name)
Retrieves a specific UserDefinedLog in a specified hierarchy with a specified name |
PIMCollection |
getUserDefinedLogs()
Retrieves all UserDefinedLogs available in the current context |
java.util.Collection |
getUserDefinedLogs(Catalog catalog)
Retrieves all UserDefinedLogs available in the current context for the specified Catalog |
java.util.Collection |
getUserDefinedLogs(Hierarchy hierarchy)
Retrieves all UserDefinedLogs available in the current context for the specified Hierarchy |
Methods inherited from interface com.ibm.pim.interfaces.managers.Manager |
---|
getManagerName |
Field Detail |
public static final java.lang.String copyright
Method Detail |
public UserDefinedLog createUserDefinedLog(Catalog catalog, java.lang.String name, boolean runningLog) throws PIMInternalException, PIMAuthorizationException
catalog
- -
The Catalogname
- -
The log namerunningLog
- -
boolean. true if log is running false if not
PIMInternalException
PIMAuthorizationException
Catalog
,
UserDefinedLog
public UserDefinedLog createUserDefinedLog(Hierarchy hierarchy, java.lang.String name, boolean runningLog) throws PIMInternalException, PIMAuthorizationException
name
- -
The log namerunningLog
- -
boolean. true if log is running false if not
PIMInternalException
PIMAuthorizationException
Hierarchy
,
UserDefinedLog
public PIMCollection getUserDefinedLogs() throws PIMInternalException, PIMAuthorizationException
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationfor more info
,
UserDefinedLog
public java.util.Collection getUserDefinedLogs(Catalog catalog) throws PIMInternalException, PIMAuthorizationException
catalog
- the catalog for which to retrieve logs
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationfor more info
,
UserDefinedLog
public java.util.Collection getUserDefinedLogs(Hierarchy hierarchy) throws PIMInternalException, PIMAuthorizationException
hierarchy
- the hierarchy for which to retrieve logs
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationfor more info
,
UserDefinedLog
public UserDefinedLog getUserDefinedLogByName(Catalog catalog, java.lang.String name) throws PIMInternalException, PIMAuthorizationException
catalog
- The Catalog for which to retrieve the UserDefinedLogname
- The name of the UserDefinedLog to be retrieved
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationCatalog
public UserDefinedLog getUserDefinedLogByName(Hierarchy hierarchy, java.lang.String name) throws PIMInternalException, PIMAuthorizationException
hierarchy
- The Hierarchy for which to retrieve the UserDefinedLogname
- The name of the UserDefinedLog to be retrieved
PIMInternalException
- If an internal error occurs
PIMAuthorizationException
- If the user is not allowed to perform this operationHierarchy
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |