| Interface | osid.workflow.ProcessSearch | ||
|---|---|---|---|
| Implements | osid.OsidSearch | ||
| Description | 
                 The search interface for governing process searches.  | ||
| Method | searchAmongProcesses | ||
| Description | 
                     Execute this search among the given list of processes.  | ||
| Parameters | osid.id.IdList | processIds | list of processes | 
| Errors | NULL_ARGUMENT |  processIds  is  null   |                 |
| Compliance | mandatory | This method must be implemented. | |
| Method | orderProcessResults | ||
| Description | 
                     Specify an ordering to the search results.  | ||
| Parameters | osid.workflow.ProcessSearchOrder | processSearchOrder | process search order | 
| Errors | NULL_ARGUMENT |  processSearchOrder  is  null   |                 |
| UNSUPPORTED |  processSearchOrder  is not of this service  |                 ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcessSearchRecord | ||
| Description | 
                     Gets the process search record corresponding to the 
                    given process search record   | ||
| Parameters | osid.type.Type | processSearchRecordType | a process search record type | 
| Return | osid.workflow.records.ProcessSearchRecord | the process search record | |
| Errors | NULL_ARGUMENT |  processSearchRecordType  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED |  hasRecordType(processSearchRecordType)  is  false 
  |                 ||
| Compliance | mandatory | This method must be implemented. | |