OSID Logo
OSID Specifications
offering rules package
Version 3.1.0
Interfaceosid.offering.rules.CanonicalUnitProcessorForm
Implementsosid.OsidProcessorForm
Used Byosid.offering.rules.CanonicalUnitProcessorAdminSession
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.TypecanonicalUnitProcessorRecordType a canonical unit processor record type
Returnosid.offering.rules.records.CanonicalUnitProcessorFormRecord the canonical unit processor form record
ErrorsNULL_ARGUMENT canonicalUnitProcessorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(canonicalUnitProcessorRecordType) is false
Compliancemandatory This method must be implemented.