| Interface | osid.workflow.rules.ProcessConstrainerSearchOrder | ||
|---|---|---|---|
| Implements | osid.OsidConstrainerSearchOrder | ||
| Used By | osid.workflow.rules.ProcessConstrainerSearchSession | ||
osid.workflow.rules.ProcessConstrainerSmartOfficeSession | |||
| Description |
An interface for specifying the ordering of search results. | ||
| Method | getProcessConstrainerSearchOrderRecord | ||
| Description |
Gets the process constrainer search order record
corresponding to the given process constrainer record
| ||
| Parameters | osid.type.Type | processConstrainerRecordType | a process constrainer record type |
| Return | osid.workflow.rules.records.ProcessConstrainerSearchOrderRecord | the process constrainer search order record | |
| Errors | NULL_ARGUMENT | processConstrainerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(processConstrainerRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |