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