OSID Logo
OSID Specifications
provisioning package
Version 3.0.0
Release Candidate Preview
Interfaceosid.provisioning.ProvisionReturnForm
Implementsosid.OsidObjectForm
osid.OsidSubjugateableForm
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.TypeprovisionReturnRecordTypea provision return record type
Returnosid.provisioning.records.ProvisionReturnFormRecordthe provision return form record
ErrorsNULL_ARGUMENT provisionReturnRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(provisionReturnRecordType) is false
CompliancemandatoryThis method must be implemented.