public interface HoldBatchProfile extends OsidProfile
The HoldBatchProfile describes the interoperability
among batch hold services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsBlockBatchAdmin()
Tests if bulk administration of blocks is available.
|
boolean |
supportsHoldBatchAdmin()
Tests if bulk administration of holds is available.
|
boolean |
supportsIssueBatchAdmin()
Tests if bulk administration of issues is available.
|
boolean |
supportsOublietteBatchAdmin()
Tests if bulk administration of oubliettes is available.
|
boolean |
supportsVisibleFederation()
Tests if federation is visible.
|
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdboolean supportsVisibleFederation()
true if visible federation is supported
, false otherwisemandatory - This method must be implemented. boolean supportsBlockBatchAdmin()
true if a block bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsIssueBatchAdmin()
true if an issue bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsHoldBatchAdmin()
true if a hold bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsOublietteBatchAdmin()
true if a oubliette bulk administrative service
is available, false otherwisemandatory - This method must be implemented.