Interface IdBatchProfile
- All Superinterfaces:
OsidProfile, Sourceable
- All Known Subinterfaces:
IdBatchManager, IdBatchProxyManager
The IdBatchProfile describes the interoperability among id
services.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanTests if anIdbulk administrative service is supported.booleanTests if anIdbulk issue service is supported.Methods inherited from interface OsidProfile
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersionMethods inherited from interface Sourceable
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
-
Method Details
-
supportsIdBatchIssue
boolean supportsIdBatchIssue()Tests if anIdbulk issue service is supported.- Returns:
trueifIdbulk issuing is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsIdBatchAdmin
boolean supportsIdBatchAdmin()Tests if anIdbulk administrative service is supported.- Returns:
trueifIdbulk administration is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-