OSID Logo
OSID Specifications
resource batch package
Version 3.1.0
Interfaceosid.resource.batch.ResourceBatchProxyManager
Implementsosid.OsidProxyManager
osid.resource.batch.ResourceBatchProfile
Used Byosid.resource.ResourceProxyManager
Description

The resource batch proxy manager provides access to resource 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:

  • ResourceBatchAdminSession: a session to manage resources in bulk
  • ResourceRelationshipBatchAdminSession: a session to manage resource relationships in bulk
  • BinBatchAdminSession: a session to create, modify and delete Bins in bulk
MethodgetResourceBatchAdminSession
Description

Gets the OsidSession associated with the bulk resource administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.resource.batch.ResourceBatchAdminSession a ResourceBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsResourceBatchAdmin() is false
Complianceoptional This method must be implemented if supportsResourceBatchAdmin() is true.
MethodgetResourceBatchAdminSessionForBin
Description

Gets the OsidSession associated with the bulk resource administration service for the given bin.

Parametersosid.id.IdbinId the Id of the Bin
osid.proxy.Proxyproxy a proxy
Returnosid.resource.batch.ResourceBatchAdminSession a ResourceBatchAdminSession
ErrorsNOT_FOUND no Bin found by the given Id
NULL_ARGUMENT binId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsResourceBatchAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsResourceBatchAdmin() and supportsVisibleFederation() are true
MethodgetResourceRelationshipBatchAdminSession
Description

Gets the OsidSession associated with the bulk resource administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.resource.batch.ResourceRelationshipBatchAdminSession a ResourceRelationshipBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsResourceRelationshipBatchAdmin() is false
Complianceoptional This method must be implemented if supportsResourceRelationshipBatchAdmin() is true.
MethodgetResourceRelationshipBatchAdminSessionForBin
Description

Gets the OsidSession associated with the bulk resource relationship administration service for the given bin.

Parametersosid.id.IdbinId the Id of the Bin
osid.proxy.Proxyproxy a proxy
Returnosid.resource.batch.ResourceRelationshipBatchAdminSession a ResourceRelationshipBatchAdminSession
ErrorsNOT_FOUND no Bin found by the given Id
NULL_ARGUMENT binId or proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsResourceRelationshipBatchAdmin() or supportsVisibleFederation() is false
Complianceoptional This method must be implemented if supportsResourceRelationshipBatchAdmin() and supportsVisibleFederation() are true
MethodgetBinBatchAdminSession
Description

Gets the OsidSession associated with the bulk bin administration service.

Parametersosid.proxy.Proxyproxy a proxy
Returnosid.resource.batch.BinBatchAdminSession a BinBatchAdminSession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBinBatchAdmin() is false
Complianceoptional This method must be implemented if supportsBinBatchAdmin() is true.