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