| Interface | osid.workflow.StepSearchSession | ||
|---|---|---|---|
| Implements | osid.workflow.StepQuerySession | ||
| Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
Steps may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
| Method | getStepSearch | ||
| Description |
Gets a step search. | ||
| Return | osid.workflow.StepSearch | the step search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStepSearchOrder | ||
| Description |
Gets a step search order. The | ||
| Return | osid.workflow.StepSearchOrder | the step search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getStepsBySearch | ||
| Description |
Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.workflow.StepQuery | stepQuery | the step query |
osid.workflow.StepSearch | stepSearch | the step search | |
| Return | osid.workflow.StepSearchResults | the step search results | |
| Errors | NULL_ARGUMENT | stepQuery or stepSearch is null
| |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | stepQuery or stepSearch is not of this
service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getStepQueryFromInspector | ||
| Description |
Gets a step query from an inspector. The inspector is
available from a | ||
| Parameters | osid.workflow.StepQueryInspector | stepQueryInspector | a step query inspector |
| Return | osid.workflow.StepQuery | the step query | |
| Errors | NULL_ARGUMENT | stepQueryInspector is null | |
| UNSUPPORTED | stepQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |