public interface ProvisioningBatchProfile extends OsidProfile
The ProvisioningBatchProfile describes the
interoperability among batch provisioning services.
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsBrokerBatchAdmin()
Tests if bulk administration of brokers is available.
|
boolean |
supportsDistributorBatchAdmin()
Tests if bulk administration of distributors is available.
|
boolean |
supportsPoolBatchAdmin()
Tests if bulk administration of pools is available.
|
boolean |
supportsProvisionableBatchAdmin()
Tests if bulk administration of provisionables is available.
|
boolean |
supportsProvisionBatchAdmin()
Tests if bulk administration of provisions is available.
|
boolean |
supportsQueueBatchAdmin()
Tests if bulk administration of queues is available.
|
boolean |
supportsRequestBatchAdmin()
Tests if bulk administration of requests is available.
|
boolean |
supportsRequestTransactionBatchAdmin()
Tests if bulk administration of requests 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 supportsProvisionBatchAdmin()
true if a provision bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsQueueBatchAdmin()
true if a queue bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsRequestBatchAdmin()
true if a request bulk administrative service
is available, false otherwisemandatory - This method must be implemented. boolean supportsRequestTransactionBatchAdmin()
true if a request transaction bulk
administrative service is available, false
otherwisemandatory - This method must be implemented. boolean supportsPoolBatchAdmin()
true if a pool bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsProvisionableBatchAdmin()
true if a provisionable bulk administrative
service is available, false otherwisemandatory - This method must be implemented. boolean supportsBrokerBatchAdmin()
true if a broker bulk administrative service is
available, false otherwisemandatory - This method must be implemented. boolean supportsDistributorBatchAdmin()
true if a distributor bulk administrative
service is available, false otherwisemandatory - This method must be implemented.