OSID Logo
OSID Specifications
configuration rules package
Version 3.0.0
Release Candidate Preview
Interfaceosid.configuration.rules.ValueEnablerForm
Implementsosid.OsidEnablerForm
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.TypevalueEnablerRecordTypea value enabler record type
Returnosid.configuration.rules.records.ValueEnablerFormRecordthe value enabler form record
ErrorsNULL_ARGUMENT valueEnablerRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(valueEnablerRecordType) is false
CompliancemandatoryThis method must be implemented.