| Interface | osid.rules.check.CheckCondition | ||
|---|---|---|---|
| Implements | osid.OsidCondition | ||
| Used By | osid.rules.check.CheckEvaluationSession | ||
| Description |
The | ||
| Method | getCheckConditionRecord | ||
| Description |
Gets the check condition record corresponding to the
given | ||
| Parameters | osid.type.Type | checkConditionRecordType | the type of check condition record to retrieve |
| Return | osid.rules.check.records.CheckConditionRecord | the check condition record | |
| Errors | NULL_ARGUMENT | checkConditionRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(checkConditionRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |