OSID Logo
OSID Specifications
configuration rules package
Version 3.1.0
Interfaceosid.configuration.rules.ValueEnablerForm
Implementsosid.OsidEnablerForm
Used Byosid.configuration.rules.ValueEnablerAdminSession
Description

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

MethodgetValueEnablerFormRecord
Description

Gets the ValueEnablerFormRecord corresponding to the given value enabler record Type.

Parametersosid.type.TypevalueEnablerRecordType a value enabler record type
Returnosid.configuration.rules.records.ValueEnablerFormRecord the value enabler form record
ErrorsNULL_ARGUMENT valueEnablerRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(valueEnablerRecordType) is false
Compliancemandatory This method must be implemented.