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