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