Interface ProvisioningBatchProxyManager
- All Superinterfaces:
AutoCloseable, Closeable, OsidProfile, OsidProxyManager, OsidProxyManager, ProvisioningBatchProfile, Sourceable
The provisioning batch proxy manager provides access to provisioning
batch sessions and provides interoperability tests for various aspects of
this service. Methods in this manager support the passing of a
Proxy object. 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 -
RequestTransactionBatchAdminSession: a session to create, modify and delete request transactions 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 TypeMethodDescriptiongetBrokerBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk broker administration service.getBrokerBatchAdminSessionForDistributor(Id distributorId, Proxy proxy) Gets theOsidSessionassociated with the bulk broker administration service for the given distributor.Gets theOsidSessionassociated with the bulk distributor administration service.getPoolBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk pool administration service.getPoolBatchAdminSessionForDistributor(Id distributorId, Proxy proxy) Gets theOsidSessionassociated with the bulk pool administration service for the given distributor.Gets theOsidSessionassociated with the bulk provisionable administration service.getProvisionableBatchAdminSessionForDistributor(Id distributorId, Proxy proxy) Gets theOsidSessionassociated with the bulk provisionable administration service for the given distributor.Gets theOsidSessionassociated with the bulk provision administration service.getProvisionBatchAdminSessionForDistributor(Id distributorId, Proxy proxy) Gets theOsidSessionassociated with the bulk provision administration service for the given distributor.getQueueBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk queue administration service.getQueueBatchAdminSessionForDistributor(Id distributorId, Proxy proxy) Gets theOsidSessionassociated with the bulk queue administration service for the given distributor.getRequestBatchAdminSession(Proxy proxy) Gets theOsidSessionassociated with the bulk request administration service.getRequestBatchAdminSessionForDistributor(Id distributorId, Proxy proxy) Gets theOsidSessionassociated with the bulk request administration service for the given distributor.Gets theOsidSessionassociated with the bulk request transaction administration service.getRequestTransactionBatchAdminSessionForDistributor(Id distributorId, Proxy proxy) Gets theOsidSessionassociated with the bulk request transaction administration service for the given distributor.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 OsidProxyManager
closeMethods inherited from interface OsidProxyManager
changeBranch, initialize, rollbackServiceModifier and TypeMethodDescriptionvoidchangeBranch(Id branchId, Proxy proxy) Changes the service branch.voidinitialize(OsidRuntimeManager runtime) Initializes this manager.rollbackService(Date rollbackTime, Proxy proxy) Rolls back this service to a point in time.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
ProvisionBatchAdminSession getProvisionBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk provision administration service.- Parameters:
proxy- a proxy- Returns:
- a
ProvisionBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsProvisionBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsProvisionBatchAdmin()} is {@code true} .
-
getProvisionBatchAdminSessionForDistributor
ProvisionBatchAdminSession getProvisionBatchAdminSessionForDistributor(Id distributorId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk provision administration service for the given distributor.- Parameters:
distributorId- theIdof theDistributorproxy- a proxy- Returns:
- a
ProvisionBatchAdminSession - Throws:
NotFoundException- noDistributorfound by the givenIdNullArgumentException-distributorIdorproxyisnullOperationFailedException- 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.- Parameters:
proxy- a proxy- Returns:
- a
QueueBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsQueueBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsQueueBatchAdmin()} is {@code true} .
-
getQueueBatchAdminSessionForDistributor
QueueBatchAdminSession getQueueBatchAdminSessionForDistributor(Id distributorId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk queue administration service for the given distributor.- Parameters:
distributorId- theIdof theDistributorproxy- a proxy- Returns:
- a
QueueBatchAdminSession - Throws:
NotFoundException- noDistributorfound by the givenIdNullArgumentException-distributorIdorproxyisnullOperationFailedException- 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.- Parameters:
proxy- a proxy- Returns:
- a
RequestBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsRequestBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsRequestBatchAdmin()} is {@code true} .
-
getRequestBatchAdminSessionForDistributor
RequestBatchAdminSession getRequestBatchAdminSessionForDistributor(Id distributorId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk request administration service for the given distributor.- Parameters:
distributorId- theIdof theDistributorproxy- a proxy- Returns:
- a
RequestBatchAdminSession - Throws:
NotFoundException- noDistributorfound by the givenIdNullArgumentException-distributorIdorproxyisnullOperationFailedException- 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(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk request transaction administration service.- Parameters:
proxy- a proxy- Returns:
- a
RequestTransactionBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsRequestTransactionBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsRequestTransactionBatchAdmin()} is {@code true} .
-
getRequestTransactionBatchAdminSessionForDistributor
RequestTransactionBatchAdminSession getRequestTransactionBatchAdminSessionForDistributor(Id distributorId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk request transaction administration service for the given distributor.- Parameters:
distributorId- theIdof theDistributorproxy- a proxy- Returns:
- a
RequestTransactionBatchAdminSession - Throws:
NotFoundException- noDistributorfound by the givenIdNullArgumentException-distributorIdorproxyisnullOperationFailedException- 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.- Parameters:
proxy- a proxy- Returns:
- a
PoolBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPoolBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPoolBatchAdmin()} is {@code true} .
-
getPoolBatchAdminSessionForDistributor
PoolBatchAdminSession getPoolBatchAdminSessionForDistributor(Id distributorId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk pool administration service for the given distributor.- Parameters:
distributorId- theIdof theDistributorproxy- a proxy- Returns:
- a
PoolBatchAdminSession - Throws:
NotFoundException- noDistributorfound by the givenIdNullArgumentException-distributorIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsPoolBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsPoolBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getProvisionableBatchAdminSession
ProvisionableBatchAdminSession getProvisionableBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk provisionable administration service.- Parameters:
proxy- a proxy- Returns:
- a
ProvisionableBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsProvisionableBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsProvisionableBatchAdmin()} is {@code true} .
-
getProvisionableBatchAdminSessionForDistributor
ProvisionableBatchAdminSession getProvisionableBatchAdminSessionForDistributor(Id distributorId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk provisionable administration service for the given distributor.- Parameters:
distributorId- theIdof theDistributorproxy- a proxy- Returns:
- a
ProvisionableBatchAdminSession - Throws:
NotFoundException- noDistributorfound by the givenIdNullArgumentException-distributorIdorproxyisnullOperationFailedException- 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.- Parameters:
proxy- a proxy- Returns:
- a
BrokerBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsBrokerBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsBrokerBatchAdmin()} is {@code true} .
-
getBrokerBatchAdminSessionForDistributor
BrokerBatchAdminSession getBrokerBatchAdminSessionForDistributor(Id distributorId, Proxy proxy) throws NotFoundException, OperationFailedException Gets theOsidSessionassociated with the bulk broker administration service for the given distributor.- Parameters:
distributorId- theIdof theDistributorproxy- a proxy- Returns:
- a
BrokerBatchAdminSession - Throws:
NotFoundException- noDistributorfound by the givenIdNullArgumentException-distributorIdorproxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsBrokerBatchAdmin()orsupportsVisibleFederation()isfalse- Compliance:
optional- This method must be implemented if {@code supportsBrokerBatchAdmin()} and {@code supportsVisibleFederation()} are {@code true}
-
getDistributorBatchAdminSession
DistributorBatchAdminSession getDistributorBatchAdminSession(Proxy proxy) throws OperationFailedException Gets theOsidSessionassociated with the bulk distributor administration service.- Parameters:
proxy- a proxy- Returns:
- a
DistributorBatchAdminSession - Throws:
NullArgumentException-proxyisnullOperationFailedException- unable to complete requestUnimplementedException-supportsDistributorBatchAdmin()isfalse- Compliance:
optional- This method must be implemented if {@code supportsDistributorBatchAdmin()} is {@code true} .
-