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