| Interface | osid.workflow.rules.ProcessProcessorSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidProcessorSearchOrder | ||
| Used By | osid.workflow.rules.ProcessProcessorSearchSession | ||
osid.workflow.rules.ProcessProcessorSmartOfficeSession | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getProcessProcessorSearchOrderRecord | ||
| Description |
Gets the process processor search order record
corresponding to the given process processor record
| ||
| Parameters | osid.type.Type | processProcessorRecordType | a process processor record type |
| Return | osid.workflow.rules.records.ProcessProcessorSearchOrderRecord | the process processor search order record | |
| Errors | NULL_ARGUMENT | processProcessorRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(processProcessorRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |