| Interface | osid.workflow.rules.StepConstrainerEnablerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidEnablerSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getStepConstrainerEnablerSearchOrderRecord | ||
| Description |
Gets the step constrainer enabler search order record
corresponding to the given step constrainer enabler record
| ||
| Parameters | osid.type.Type | stepConstrainerEnablerRecordType | a step constrainer enabler record type |
| Return | osid.workflow.rules.records.StepConstrainerEnablerSearchOrderRecord | the step constrainer enabler search order record | |
| Errors | NULL_ARGUMENT | stepConstrainerEnablerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(stepConstrainerEnablerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |