OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.ProvisionReturn
Implementsosid.OsidObject
osid.Subjugateable
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.DateTimethe date returned
CompliancemandatoryThis method must be implemented.
MethodgetReturnerId
Description

Gets the Id of the returner resource.

Returnosid.id.Idthe resource Id
CompliancemandatoryThis method must be implemented.
MethodgetReturner
Description

Gets the returner.

Returnosid.resource.Resourcethe returner
ErrorsOPERATION_FAILEDunable to complete request
CompliancemandatoryThis method must be implemented.
MethodgetReturningAgentId
Description

Gets the Id of the returning agent.

Returnosid.id.Idthe resource Id
CompliancemandatoryThis method must be implemented.
MethodgetReturningAgent
Description

Gets the returning agent.

Returnosid.authentication.Agentthe agent
ErrorsOPERATION_FAILEDunable to complete request
CompliancemandatoryThis 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.TypeprovisionReturnRecordTypethe type of provision return record to retrieve
Returnosid.provisioning.records.ProvisionReturnRecordthe provision return record
ErrorsNULL_ARGUMENT provisionReturnRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(provisionReturnRecordType) is false
CompliancemandatoryThis method must be implemented.