Interface ProvisioningBatchManager
- All Superinterfaces:
AutoCloseable, Closeable, OsidManager, OsidManager, OsidProfile, ProvisioningBatchProfile, Sourceable
The provisioning batch manager provides access to provisioning batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
-
ProvisionBatchAdminSession: a session to create, modify and delete provisions in bulk -
QueueBatchSession: a session to create, modify and delete queues in bulk -
RequestBatchAdminSession: a session to create, modify and delete requests in bulk -
RequestBatchAdminSession: a session to create, modify and delete request transactionss in bulk -
PoolBatchAdminSession: a session to create, modify and delete pools in bulk -
ProvisionableBatchAdminSession: a session to create, modify and delete provisionables in bulk -
BrokerBatchAdminSession: a session to create, modify and delete brokers in bulk -
DistributorBatchAdminSession: a session to create, modify and delete distributors in bulk
-
Method Summary
Modifier and TypeMethodDescriptionGets theOsidSessionassociated with the bulk broker administration service.getBrokerBatchAdminSessionForDistributor(Id distributorId) Gets theOsidSessionassociated with the bulk broker administration service for the given distributor.Gets theOsidSessionassociated with the bulk distributor administration service.Gets theOsidSessionassociated with the bulk pool administration service.getPoolBatchAdminSessionForDistributor(Id distributorId) Gets theOsidSessionassociated with the bulk pool administration service for the given distributor.Gets theOsidSessionassociated with the bulk provisionable administration service.getProvisionableBatchAdminSessionForDistributor(Id distributorId) Gets theOsidSessionassociated with the bulk provisionable administration service for the given distributor.Gets theOsidSessionassociated with the bulk provision administration service.getProvisionBatchAdminSessionForDistributor(Id distributorId) Gets theOsidSessionassociated with the bulk provision administration service for the given distributor.Gets theOsidSessionassociated with the bulk queue administration service.getQueueBatchAdminSessionForDistributor(Id distributorId) Gets theOsidSessionassociated with the bulk queue administration service for the given distributor.Gets theOsidSessionassociated with the bulk request administration service.getRequestBatchAdminSessionForDistributor(Id distributorId) Gets theOsidSessionassociated with the bulk request administration service for the given distributor.Gets theOsidSessionassociated with the bulk request transaction administration service.getRequestTransactionBatchAdminSessionForDistributor(Id distributorId) Gets theOsidSessionassociated with the bulk request transaction administration service for the given distributor.Methods inherited from interface OsidManager
closeMethods inherited from interface OsidManager
changeBranch, initialize, rollbackServiceModifier and TypeMethodDescriptionvoidchangeBranch(Id branchId) Changes the service branch.voidinitialize(OsidRuntimeManager runtime) Initializes this manager.rollbackService(Date rollbackTime) Rolls back this service to a point in time.Methods inherited from interface OsidProfile
getBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypeModifier and TypeMethodDescriptionGets this service branch.Gets theBranch Idrepresenting this service branch.Gets a description of this service implementation.Gets a display name for this service implementation.getId()Gets an identifier for this service implementation.Gets the locales supported in this service.Gets the proxy recordTypessupported in this service.Gets the date this service implementation was released.Gets the version of this service implementation.booleanTest for support of a journal branching service.booleanTest for support of a journaling rollback service.booleansupportsOSIDVersion(Version version) Test for support of an OSID specification version.booleansupportsProxyRecordType(Type proxyRecordType) Test for support of a proxy type.Methods inherited from interface ProvisioningBatchProfile
supportsBrokerBatchAdmin, supportsDistributorBatchAdmin, supportsPoolBatchAdmin, supportsProvisionableBatchAdmin, supportsProvisionBatchAdmin, supportsQueueBatchAdmin, supportsRequestBatchAdmin, supportsRequestTransactionBatchAdmin, supportsVisibleFederationModifier and TypeMethodDescriptionbooleanTests if bulk administration of brokers is available.booleanTests if bulk administration of distributors is available.booleanTests if bulk administration of pools is available.booleanTests if bulk administration of provisionables is available.booleanTests if bulk administration of provisions is available.booleanTests if bulk administration of queues is available.booleanTests if bulk administration of requests is available.booleanTests if bulk administration of requests is available.booleanTests if federation is visible.Methods inherited from interface Sourceable
getBranding, getBrandingIds, getLicense, getProvider, getProviderIdModifier and TypeMethodDescriptionGets a branding, such as an image or logo, expressed using theAssetinterface.Gets the branding assetIds.Gets the terms of usage.Gets theResourcerepresenting the provider.Gets theIdof the provider.
-
Method Details
-
getProvisionBatchAdminSession
Gets theOsidSessionassociated with the bulk provision administration service.- Returns:
- a
ProvisionBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsProvisionBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsProvisionBatchAdmin()} is {@code true} .
-
getProvisionBatchAdminSessionForDistributor
ProvisionBatchAdminSession getProvisionBatchAdminSessionForDistributor(Id distributorId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk provision administration service for the given distributor.- Parameters:
distributorId- theIdof theDistributor- Returns:
- a
ProvisionBatchAdminSession - Throws:
NotFoundException- noDistributorfound by the givenIdNullArgumentException-distributorIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsProvisionBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsProvisionBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getQueueBatchAdminSession
Gets theOsidSessionassociated with the bulk queue administration service.- Returns:
- a
QueueBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsQueueBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsQueueBatchAdmin()} is {@code true} .
-
getQueueBatchAdminSessionForDistributor
QueueBatchAdminSession getQueueBatchAdminSessionForDistributor(Id distributorId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk queue administration service for the given distributor.- Parameters:
distributorId- theIdof theDistributor- Returns:
- a
QueueBatchAdminSession - Throws:
NotFoundException- noDistributorfound by the givenIdNullArgumentException-distributorIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsQueueBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsQueueBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getRequestBatchAdminSession
Gets theOsidSessionassociated with the bulk request administration service.- Returns:
- a
RequestBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsRequestBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsRequestBatchAdmin()} is {@code true} .
-
getRequestBatchAdminSessionForDistributor
RequestBatchAdminSession getRequestBatchAdminSessionForDistributor(Id distributorId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk request administration service for the given distributor.- Parameters:
distributorId- theIdof theDistributor- Returns:
- a
RequestBatchAdminSession - Throws:
NotFoundException- noDistributorfound by the givenIdNullArgumentException-distributorIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsRequestBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsRequestBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getRequestTransactionBatchAdminSession
RequestTransactionBatchAdminSession getRequestTransactionBatchAdminSession() throws OperationFailedExceptionGets theOsidSessionassociated with the bulk request transaction administration service.- Returns:
- a
RequestTransactionBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsRequestTransactionBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsRequestTransactionBatchAdmin()} is {@code true} .
-
getRequestTransactionBatchAdminSessionForDistributor
RequestTransactionBatchAdminSession getRequestTransactionBatchAdminSessionForDistributor(Id distributorId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk request transaction administration service for the given distributor.- Parameters:
distributorId- theIdof theDistributor- Returns:
- a
RequestTransactionBatchAdminSession - Throws:
NotFoundException- noDistributorfound by the givenIdNullArgumentException-distributorIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsRequestTransactionBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsRequestTransactionBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getPoolBatchAdminSession
Gets theOsidSessionassociated with the bulk pool administration service.- Returns:
- a
PoolBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsPoolBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPoolBatchAdmin()} is {@code true} .
-
getPoolBatchAdminSessionForDistributor
PoolBatchAdminSession getPoolBatchAdminSessionForDistributor(Id distributorId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk pool administration service for the given distributor.- Parameters:
distributorId- theIdof theDistributor- Returns:
- a
PoolBatchAdminSession - Throws:
NotFoundException- noDistributorfound by the givenIdNullArgumentException-distributorIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPoolBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPoolBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getProvisionableBatchAdminSession
Gets theOsidSessionassociated with the bulk provisionable administration service.- Returns:
- a
ProvisionableBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsProvisionableBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsProvisionableBatchAdmin()} is {@code true} .
-
getProvisionableBatchAdminSessionForDistributor
ProvisionableBatchAdminSession getProvisionableBatchAdminSessionForDistributor(Id distributorId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk provisionable administration service for the given distributor.- Parameters:
distributorId- theIdof theDistributor- Returns:
- a
ProvisionableBatchAdminSession - Throws:
NotFoundException- noDistributorfound by the givenIdNullArgumentException-distributorIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsProvisionableBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsProvisionableBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getBrokerBatchAdminSession
Gets theOsidSessionassociated with the bulk broker administration service.- Returns:
- a
BrokerBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsBrokerBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsBrokerBatchAdmin()} is {@code true} .
-
getBrokerBatchAdminSessionForDistributor
BrokerBatchAdminSession getBrokerBatchAdminSessionForDistributor(Id distributorId) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk broker administration service for the given distributor.- Parameters:
distributorId- theIdof theDistributor- Returns:
- a
BrokerBatchAdminSession - Throws:
NotFoundException- noDistributorfound by the givenIdNullArgumentException-distributorIdisnullOperationFailedException- unable to complete requestUnimplementedException-supportsBrokerBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsBrokerBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getDistributorBatchAdminSession
Gets theOsidSessionassociated with the bulk distributor administration service.- Returns:
- a
DistributorBatchAdminSession - Throws:
OperationFailedException- unable to complete requestUnimplementedException-supportsDistributorBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsDistributorBatchAdmin()} is {@code true} .
-