OSID Logo
OSID Specifications
logging batch package
Version 3.1.0
Interfaceosid.logging.batch.LoggingBatchProxyManager
Implementsosid.OsidProxyManager
osid.logging.batch.LoggingBatchProfile
Used Byosid.logging.LoggingProxyManager
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 Proxy object. The sessions included in this manager are:

  • LogEntryBatchAdminSession: a session to create, modify and delete log entries in bulk
  • LogEntryPurgeession: a session to purge logs
  • LogBatchAdminSession: a session to create, modify and delete logs in bulk
MethodgetLogEntryBatchAdminSession
Description

Gets the OsidSession associated with the bulk log entry administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.logging.batch.LogEntryBatchAdminSession a LogEntryBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsLogEntryBatchAdmin() is false
Complianceoptional This method must be implemented if supportsLogEntryBatchAdmin() is true.
MethodgetLogEntryBatchAdminSessionForLog
Description

Gets the OsidSession associated with the bulk log entry administration service for the given log.

Parametersosid.id.IdlogId the Id of the Log
osid.proxy.Proxyproxy a proxy
Returnosid.logging.batch.LogEntryBatchAdminSession a LogEntryBatchAdminSession
ErrorsNOT_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
Complianceoptional This method must be implemented if supportsLogEntryBatchAdmin() and supportsVisibleFederation() are true
MethodgetLogEntryPurgeSession
Description

Gets the OsidSession associated with the log entry purge service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.logging.batch.LogEntryPurgeSession a LogEntryPurgeSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsLogEntryPurge() is false
Complianceoptional This method must be implemented if supportsLogEntryPurge() is true.
MethodgetLogEntryPurgeSessionForLog
Description

Gets the OsidSession associated with the log entry purge service for the given log.

Parametersosid.id.IdlogId the Id of the Log
osid.proxy.Proxyproxy a proxy
Returnosid.logging.batch.LogEntryPurgeSession a LogEntryPurgeSession
ErrorsNOT_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
Complianceoptional This method must be implemented if supportsLogEntryPurge() and supportsVisibleFederation() are true
MethodgetLogBatchAdminSession
Description

Gets the OsidSession associated with the bulk log administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.logging.batch.LogBatchAdminSession a LogBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsLogBatchAdmin() is false
Complianceoptional This method must be implemented if supportsLogBatchAdmin() is true.