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