OSID Logo
OSID Specifications
configuration rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.configuration.rules.ParameterProcessorForm
Implementsosid.OsidProcessorForm
Description

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

MethodgetParameterProcessorFormRecord
Description

Gets the ParameterProcessorFormRecord corresponding to the given parameter processor record Type.

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