OSID Logo
OSID Specifications
offering rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.offering.rules.CanonicalUnitProcessorForm
Implementsosid.OsidProcessorForm
Description

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

MethodgetCanonicalUnitProcessorFormRecord
Description

Gets the CanonicalUnitProcessorFormRecord corresponding to the given canonical unit processor record Type.

Parametersosid.type.TypecanonicalUnitProcessorRecordTypea canonical unit processor record type
Returnosid.offering.rules.records.CanonicalUnitProcessorFormRecordthe canonical unit processor form record
ErrorsNULL_ARGUMENT canonicalUnitProcessorRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(canonicalUnitProcessorRecordType) is false
CompliancemandatoryThis method must be implemented.