Interface ConfigurationBatchProfile
- All Superinterfaces:
OsidProfile, Sourceable
- All Known Subinterfaces:
ConfigurationBatchManager, ConfigurationBatchProxyManager
The ConfigurationBatchProfile describes the interoperability
among batch configuration services.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanTests if bulk administration of configurations is available.booleanTests if bulk administration of parameters is available.booleanTests if bulk administration of values is available.booleanTests if federation is visible.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
-
supportsVisibleFederation
boolean supportsVisibleFederation()Tests if federation is visible.- Returns:
trueif visible federation is supported,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsValueBatchAdmin
boolean supportsValueBatchAdmin()Tests if bulk administration of values is available.- Returns:
trueif a value bulk administrative service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsParameterBatchAdmin
boolean supportsParameterBatchAdmin()Tests if bulk administration of parameters is available.- Returns:
trueif a parameter bulk administrative service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-
supportsConfigurationBatchAdmin
boolean supportsConfigurationBatchAdmin()Tests if bulk administration of configurations is available.- Returns:
trueif a configuration bulk administrative service is available,falseotherwise- Compliance:
mandatory- This method must be implemented.
-