OSID Logo
OSID Specifications
id batch package
Version 3.0.0
Release Candidate Preview
Interfaceosid.id.batch.IdBatchManager
Implementsosid.OsidManager
osid.id.batch.IdBatchProfile
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.IdBatchIssueSessionan IdBatchIssueSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsIdBatchIssue() is false
ComplianceoptionalThis method must be implemented if supportsIdBatchIssue() is true.
MethodgetIdBatchAdminSession
Description

Gets the session associated with the Id bulk admin service.

Returnosid.id.batch.IdBatchAdminSessionan IdBatchAdminSession
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsIdBatchAdmin() is false
ComplianceoptionalThis method must be implemented if supportsIdBatchAdmin() is true.