OSID Logo
OSID Specifications
configuration rules package
Version 3.1.0
Interfaceosid.configuration.rules.ParameterProcessorForm
Implementsosid.OsidProcessorForm
Used Byosid.configuration.rules.ParameterProcessorAdminSession
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.TypeparameterProcessorRecordType a parameter processor record type
Returnosid.configuration.rules.records.ParameterProcessorFormRecord the parameter processor form record
ErrorsNULL_ARGUMENT parameterProcessorRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(parameterProcessorRecordType) is false
Compliancemandatory This method must be implemented.