| Interface | osid.workflow.rules.ProcessProcessorSearchResults | ||
|---|---|---|---|
| Implements | osid.OsidSearchResults | ||
| Used By | osid.workflow.rules.ProcessProcessorSearchSession | ||
| Description |
This interface provides a means to capture results of a search. | ||
| Method | getProcessProcessors | ||
| Description |
Gets the process processor list resulting from a search. | ||
| Return | osid.workflow.rules.ProcessProcessorList | the process processor list | |
| Errors | ILLEGAL_STATE | list already retrieved | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcessProcessorQueryInspector | ||
| Description |
Gets the inspector for the query to examine the terms used in the search. | ||
| Return | osid.workflow.rules.ProcessProcessorQueryInspector | the process processor query inspector | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcessProcessorSearchResultsRecord | ||
| Description |
Gets the process processor search results record
corresponding to the given process processor search record
| ||
| Parameters | osid.type.Type | processProcessorSearchRecordType | a process processor search record type |
| Return | osid.workflow.rules.records.ProcessProcessorSearchResultsRecord | the process processor search results record | |
| Errors | NULL_ARGUMENT | processProcessorSearchRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNSUPPORTED | hasRecordType(processProcessorSearchRecordType) is
false | ||
| Compliance | mandatory | This method must be implemented. | |