public interface IdBatchProxyManager extends OsidProxyManager, IdBatchProfile
The Id batch manager provides access to Id batch sessions and provides interoperability tests for various aspects of this service. Methods in this manager support the passing of a Proxy object for the purpose of pasisng information from a server envrionment. 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(Proxy proxy)
Gets the session associated with the Id bulk administrative service.
|
IdBatchIssueSession |
getIdBatchIssueSession(Proxy proxy)
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(Proxy proxy) throws OperationFailedException
proxy - a proxy IdBatchIssueSession NullArgumentException - proxy is
null OperationFailedException - unable to complete
request UnimplementedException - supportsIdBatchIssue()
is false optional - This method must be implemented if
supportsIdIssue() is true. IdBatchAdminSession getIdBatchAdminSession(Proxy proxy) throws OperationFailedException
proxy - a proxy IdBatchAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete
request UnimplementedException - supportsIdBatchAdmin()
is false optional - This method must be implemented if
supportsIdBatchAdmin() is true.