public interface InstallationBatchProfile extends OsidProfile
The InstallationBatchProfile describes the
interoperability among batch installation services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsDepotBatchAdmin()
Tests if bulk administration of depots is available.
|
boolean |
supportsPackageBatchAdmin()
Tests if bulk administration of packages 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 supportsPackageBatchAdmin()
true if a package bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsDepotBatchAdmin()
true if a depot bulk administrative service is
available, false otherwisemandatory - This method must be implemented.