OSID Logo
OSID Specifications
configuration package
Version 3.1.0
Interfaceosid.configuration.ValueCondition
Implementsosid.OsidCondition
Used Byosid.configuration.ValueRetrievalSession
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.TypevalueConditionRecordType a value condition record type
Returnosid.configuration.records.ValueConditionRecord the value condition record
ErrorsNULL_ARGUMENT valueConditionRecordType is null
OPERATION_FAILED unable to complete request
UNSUPPORTED hasRecordType(valueConditionRecordType) is false
Compliancemandatory This method must be implemented.