OSID Logo
OSID Specifications
configuration package
Version 3.0.0
Release Candidate Preview
Interfaceosid.configuration.ValueCondition
Implementsosid.OsidCondition
Description

A value condition interface.

MethodgetValueConditionRecord
Description

Gets the record corresponding to the given ValueCondition record Type. This method is used to retrieve an object implementing the requested record. The valueConditionRecordType may be the Type returned in getRecordTypes() or any of its parents in a Type hierarchy where hasRecordType(valueConditionRecordType) is true .

Parametersosid.type.TypevalueConditionRecordTypea value condition record type
Returnosid.configuration.records.ValueConditionRecordthe value condition record
ErrorsNULL_ARGUMENT valueConditionRecordType is null
OPERATION_FAILEDunable to complete request
UNSUPPORTED hasRecordType(valueConditionRecordType) is false
CompliancemandatoryThis method must be implemented.