| Interface | osid.assessment.authoring.SequenceRuleEnablerSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getSequenceRuleEnablers | ||
| Description |
Gets the | ||
| Return | osid.assessment.authoring.SequenceRuleEnablerList | the sequence rule enabler list | |
| Errors | ILLEGAL_STATE | list has already been retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSequenceRuleEnablerQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.assessment.authoring.SequenceRuleEnablerQueryInspector | the sequence rule enabler query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getSequenceRuleEnablerSearchResultsRecord | ||
| Description |
Gets the sequence rule enabler search results record
corresponding to the given sequence rule enabler search
record | ||
| Parameters | osid.type.Type | sequenceRuleEnablerSearchRecordType | a sequence rule enabler search record type |
| Return | osid.assessment.authoring.records.SequenceRuleEnablerSearchResultsRecord | the sequence rule enabler search results record | |
| Errors | NULL_ARGUMENT | sequenceRuleEnablerSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | hasRecordType(sequenceRuleEnablerSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |