| Interface | osid.workflow.WorkSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidObjectSearchOrder | ||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getWorkSearchOrderRecord | ||
| Description |
Gets the work search order record corresponding to the
given work record | ||
| Parameters | osid.type.Type | workRecordType | a work record type |
| Return | osid.workflow.records.WorkSearchOrderRecord | the work search order record | |
| Errors | NULL_ARGUMENT | workRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(workRecordType) is false | ||
| Compliance | mandatory | This method must be implemented. | |