OSID Logo
OSID Specifications
id batch package
Version 3.1.0
Interfaceosid.id.batch.IdBatchManager
Implementsosid.OsidManager
osid.id.batch.IdBatchProfile
Used Byosid.id.IdManager
Description

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

  • IdBatchIssueSession: a session to issue Ids in bulk
  • IsBatchAdminSession: a session to create, modify and delete Ids in bulk
MethodgetIdBatchIssueSession
Description

Gets the session associated with the Id bulk issue service.

Returnosid.id.batch.IdBatchIssueSession an IdBatchIssueSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsIdBatchIssue() is false
Complianceoptional This method must be implemented if supportsIdBatchIssue() is true.
MethodgetIdBatchAdminSession
Description

Gets the session associated with the Id bulk admin service.

Returnosid.id.batch.IdBatchAdminSession an IdBatchAdminSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsIdBatchAdmin() is false
Complianceoptional This method must be implemented if supportsIdBatchAdmin() is true.