OSID Logo
OSID Specifications
resource batch package
Version 3.1.0
Interfaceosid.resource.batch.ResourceBatchManager
Implementsosid.OsidManager
osid.resource.batch.ResourceBatchProfile
Used Byosid.resource.ResourceManager
Description

The resource batch manager provides access to resource batch sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:

  • ResourceBatchAdminSession: a session to create, modify and delete Resources in bulk
  • ResourceRelationshipBatchAdminSession: a session to create, modify and delete 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.

Returnosid.resource.batch.ResourceBatchAdminSession a ResourceBatchAdminSession
ErrorsOPERATION_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
Returnosid.resource.batch.ResourceBatchAdminSession a ResourceBatchAdminSession
ErrorsNOT_FOUND no Bin found by the given Id
NULL_ARGUMENT binId 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 relationship administration service.

Returnosid.resource.batch.ResourceRelationshipBatchAdminSession a ResourceRelationshipBatchAdminSession
ErrorsOPERATION_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
Returnosid.resource.batch.ResourceRelationshipBatchAdminSession a ResourceRelationshipBatchAdminSession
ErrorsNOT_FOUND no Bin found by the given Id
NULL_ARGUMENT binId 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.

Returnosid.resource.batch.BinBatchAdminSession a BinBatchAdminSession
ErrorsOPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsBinBatchAdmin() is false
Complianceoptional This method must be implemented if supportsBinBatchAdmin() is true.