Interface | osid.resourcing.EffortSearchSession | ||
---|---|---|---|
Implements | osid.resourcing.EffortQuerySession | ||
Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
Efforts may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | getEffortSearch | ||
Description |
Gets an effort search. | ||
Return | osid.resourcing.EffortSearch | the effort search | |
Compliance | mandatory | This method must be implemented. | |
Method | getEffortSearchOrder | ||
Description |
Gets an effort search order. The | ||
Return | osid.resourcing.EffortSearchOrder | the effort search order | |
Compliance | mandatory | This method must be implemented. | |
Method | getEffortsBySearch | ||
Description |
Gets the search results matching the given search query using the given search. | ||
Parameters | osid.resourcing.EffortQuery | effortQuery | the effort query |
osid.resourcing.EffortSearch | effortSearch | the effort search | |
Return | osid.resourcing.EffortSearchResults | the returned search results | |
Errors | NULL_ARGUMENT | effortQuery or effortSearch is null
| |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | effortQuery or effortSearch is not of this
service | ||
Compliance | mandatory | This method must be implemented. | |
Method | getEffortQueryFromInspector | ||
Description |
Gets an effort query from an inspector. The inspector
is available from an | ||
Parameters | osid.resourcing.EffortQueryInspector | effortQueryInspector | an effort query inspector |
Return | osid.resourcing.EffortQuery | the effort query | |
Errors | NULL_ARGUMENT | effortQueryInspector is null | |
UNSUPPORTED | effortQueryInspector is not of this service | ||
Compliance | mandatory | This method must be implemented. |