OSID Logo
OSID Specifications
configuration rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.configuration.rules.ParameterProcessorEnablerForm
Implementsosid.OsidEnablerForm
Description

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

MethodgetParameterProcessorEnablerFormRecord
Description

Gets the ParameterProcessorEnablerFormRecord corresponding to the given parameter processor enabler record Type.

Parametersosid.type.TypeparameterProcessorEnablerRecordTypea parameter processor enabler record type
Returnosid.configuration.rules.records.ParameterProcessorEnablerFormRecordthe parameter processor enabler form record
ErrorsNULL_ARGUMENT parameterProcessorEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(parameterProcessorEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.