OSID Logo
OSID Specifications
provisioning package
Version 3.1.0
Interfaceosid.provisioning.ProvisionReturnForm
Implementsosid.OsidObjectForm
osid.OsidSubjugateableForm
Used Byosid.provisioning.ProvisionReturnSession
Description

This is the form for creating and updating ProvisionReturns. Like all OsidForm objects, various data elements may be set here for use in the create and update methods in the ProvisionReturnSession. For each data element that may be set, metadata may be examined to provide display hints or data constraints.

MethodgetProvisionReturnFormRecord
Description

Gets the ProvisionReturnFormRecord corresponding to the given provision record Type.

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