OSID Logo
OSID Specifications
provisioning package
Version 3.1.0
Interfaceosid.provisioning.ProvisionReturn
Implementsosid.OsidObject
osid.Subjugateable
Used Byosid.provisioning.Provision
osid.provisioning.ProvisionReturnSession
Description

A ProvisionReturn captures data related to the return of a provision.

MethodgetReturnDate
Description

Gets the date returned. The return date is the effective end date of the provision when the return is processed.

Returnosid.calendaring.DateTime the date returned
Compliancemandatory This method must be implemented.
MethodgetReturnerId
Description

Gets the Id of the returner resource.

Returnosid.id.Id the resource Id
Compliancemandatory This method must be implemented.
MethodgetReturner
Description

Gets the returner.

Returnosid.resource.Resource the returner
ErrorsOPERATION_FAILED unable to complete request
Compliancemandatory This method must be implemented.
MethodgetReturningAgentId
Description

Gets the Id of the returning agent.

Returnosid.id.Id the resource Id
Compliancemandatory This method must be implemented.
MethodgetReturningAgent
Description

Gets the returning agent.

Returnosid.authentication.Agent the agent
ErrorsOPERATION_FAILED unable to complete request
Compliancemandatory This method must be implemented.
MethodgetProvisionReturnRecord
Description

Gets the provision return record corresponding to the given ProvisionReturn record Type. This method is used to retrieve an object implementing the requested record. The provisionReturnRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(provisionReturnRecordType) is true.

Parametersosid.type.TypeprovisionReturnRecordType the type of provision return record to retrieve
Returnosid.provisioning.records.ProvisionReturnRecord the provision return record
ErrorsNULL_ARGUMENT provisionReturnRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(provisionReturnRecordType) is false
Compliancemandatory This method must be implemented.