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