OSID Logo
OSID Specifications
logging batch package
Version 3.1.0
Interfaceosid.logging.batch.LoggingBatchManager
Implementsosid.OsidManager
osid.logging.batch.LoggingBatchProfile
Used Byosid.logging.LoggingManager
Description

The logging batch manager provides access to logging batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:

  • LogEntryBatchAdminSession: a session to create, modify and delete log entries in bulk
  • LogEntryPurgeSession: 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.

Returnosid.logging.batch.LogEntryBatchAdminSession a LogEntryBatchAdminSession
ErrorsOPERATION_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
Returnosid.logging.batch.LogEntryBatchAdminSession a LogEntryBatchAdminSession
ErrorsNOT_FOUND no Log found by the given Id
NULL_ARGUMENT logId 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.

Returnosid.logging.batch.LogEntryPurgeSession a LogEntryPurgeSession
ErrorsOPERATION_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
Returnosid.logging.batch.LogEntryPurgeSession a LogEntryPurgeSession
ErrorsNOT_FOUND no Log found by the given Id
NULL_ARGUMENT logId 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.

Returnosid.logging.batch.LogBatchAdminSession a LogBatchAdminSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsLogBatchAdmin() is false
Complianceoptional This method must be implemented if supportsLogBatchAdmin() is true.