Interface | osid.rules.Condition | ||
---|---|---|---|
Implements | osid.OsidCondition | ||
Description |
The | ||
Method | getConditionRecord | ||
Description |
Gets the condition record corresponding to the given
| ||
Parameters | osid.type.Type | conditionRecordType | the type of condition record to retrieve |
Return | osid.rules.records.ConditionRecord | the condition record | |
Errors | NULL_ARGUMENT | conditionRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasConditionRecordType(conditionRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |