public interface RepositoryBatchProfile extends OsidProfile
The RepositoryBatchProfile describes the
interoperability among batch repository services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsAssetBatchAdmin()
Tests if bulk administration of assets is available.
|
boolean |
supportsCompositionBatchAdmin()
Tests if bulk administration of compositions is available.
|
boolean |
supportsRepositoryBatchAdmin()
Tests if bulk administration of repositories 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 supportsAssetBatchAdmin()
true if an asset bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsCompositionBatchAdmin()
true if a composition bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsRepositoryBatchAdmin()
true if an repository bulk administrative
service is available, false otherwisemandatory - This method must be implemented.