public interface IdBatchManager extends OsidManager, IdBatchProfile
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 | Modifier and Type | Method and Description |
|---|---|
IdBatchAdminSession |
getIdBatchAdminSession()
Gets the session associated with the Id bulk admin service.
|
IdBatchIssueSession |
getIdBatchIssueSession()
Gets the session associated with the Id bulk issue service.
|
changeBranch, initialize, rollbackServiceclosesupportsIdBatchAdmin, supportsIdBatchIssuegetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdIdBatchIssueSession getIdBatchIssueSession() throws OperationFailedException
IdBatchIssueSession OperationFailedException - unable to complete requestUnimplementedException - supportsIdBatchIssue()
is false optional - This method must be implemented if
supportsIdBatchIssue() is true. IdBatchAdminSession getIdBatchAdminSession() throws OperationFailedException
IdBatchAdminSession OperationFailedException - unable to complete requestUnimplementedException - supportsIdBatchAdmin()
is false optional - This method must be implemented if
supportsIdBatchAdmin() is true.