public interface ResourceBatchProfile extends OsidProfile
The ResourceBatchProfile describes the interoperability
among batch resource services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsBinBatchAdmin()
Tests if bulk administration of bins is available.
|
boolean |
supportsResourceBatchAdmin()
Tests if bulk administration of resources is available.
|
boolean |
supportsResourceRelationshipBatchAdmin()
Tests if bulk administration of resource relationships 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 supportsResourceBatchAdmin()
true if a resource bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsResourceRelationshipBatchAdmin()
true if a resource relationship bulk
administrative service is available, false
otherwisemandatory - This method must be implemented. boolean supportsBinBatchAdmin()
true if an bin bulk administrative service is
available, false otherwisemandatory - This method must be implemented.