Interface | osid.rules.Result | ||
---|---|---|---|
Implements | osid.OsidResult | ||
Description |
The | ||
Method | getBooleanValue | ||
Description |
Gets a boolean result from the rule evaluation. Based on the definition of the Rule, the result may be a simple boolean value or something more complex defined in the record type. | ||
Return | boolean | true or false | |
Compliance | mandatory | This method must be implemented. | |
Method | getResultRecord | ||
Description |
Gets the result record corresponding to the given
| ||
Parameters | osid.type.Type | resultRecordType | the type of result record to retrieve |
Return | osid.rules.records.ResultRecord | the result record | |
Errors | NULL_ARGUMENT | resultRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(resultRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |