public interface ConfigurationBatchProfile extends OsidProfile
The ConfigurationBatchProfile describes the
interoperability among batch configuration services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsConfigurationBatchAdmin()
Tests if bulk administration of configurations is available.
|
boolean |
supportsParameterBatchAdmin()
Tests if bulk administration of parameters is available.
|
boolean |
supportsValueBatchAdmin()
Tests if bulk administration of values 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 supportsValueBatchAdmin()
true if a value bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsParameterBatchAdmin()
true if a parameter bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsConfigurationBatchAdmin()
true if a configuration bulk administrative
service is available, false otherwisemandatory - This method must be implemented.