Interface | osid.logging.batch.LoggingBatchProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.logging.batch.LoggingBatchProfile | |||
Description |
The logging batch proxy manager provides access to logging
batch sessions and provides interoperability tests for various
aspects of this service. Methods in this manager support the
passing of a
| ||
Method | getLogEntryBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.logging.batch.LogEntryBatchAdminSession | a LogEntryBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsLogEntryBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsLogEntryBatchAdmin()
is true. | |
Method | getLogEntryBatchAdminSessionForLog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | logId | the Id of the Log |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.logging.batch.LogEntryBatchAdminSession | a LogEntryBatchAdminSession | |
Errors | NOT_FOUND | no Log found by the given Id | |
NULL_ARGUMENT | logId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsLogEntryBatchAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsLogEntryBatchAdmin()
and supportsVisibleFederation() are true | |
Method | getLogEntryPurgeSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.logging.batch.LogEntryPurgeSession | a LogEntryPurgeSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsLogEntryPurge() is false | ||
Compliance | optional | This method must be implemented if supportsLogEntryPurge()
is true. | |
Method | getLogEntryPurgeSessionForLog | ||
Description |
Gets the | ||
Parameters | osid.id.Id | logId | the Id of the Log |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.logging.batch.LogEntryPurgeSession | a LogEntryPurgeSession | |
Errors | NOT_FOUND | no Log found by the given Id | |
NULL_ARGUMENT | logId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsLogEntryPurge() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsLogEntryPurge()
and supportsVisibleFederation() are true | |
Method | getLogBatchAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.logging.batch.LogBatchAdminSession | a LogBatchAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsLogBatchAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsLogBatchAdmin()
is true. |