| Interface | osid.offering.rules.CanonicalUnitProcessorSearchSession | ||
|---|---|---|---|
| Implements | osid.offering.rules.CanonicalUnitProcessorQuerySession | ||
| Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
| ||
| Method | getCanonicalUnitProcessorSearch | ||
| Description |
Gets a canonical unit processor search. | ||
| Return | osid.offering.rules.CanonicalUnitProcessorSearch | the canonical unit processor search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCanonicalUnitProcessorSearchOrder | ||
| Description |
Gets a canonical unit processor search order. The
| ||
| Return | osid.offering.rules.CanonicalUnitProcessorSearchOrder | the canonical unit processor search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCanonicalUnitProcessorsBySearch | ||
| Description |
Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.offering.rules.CanonicalUnitProcessorQuery | canonicalUnitProcessorQuery | the canonical unit processor query |
osid.offering.rules.CanonicalUnitProcessorSearch | canonicalUnitProcessorSearch | the canonical unit processor search | |
| Return | osid.offering.rules.CanonicalUnitProcessorSearchResults | the returned search results | |
| Errors | NULL_ARGUMENT | canonicalUnitProcessorQuery or
canonicalUnitProcessorSearch is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | canonicalUnitProcessorQuery or
canonicalUnitProcessorSearch is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getCanonicalUnitProcessorQueryFromInspector | ||
| Description |
Gets a canonical unit processor query from an
inspector. The inspector is available from a | ||
| Parameters | osid.offering.rules.CanonicalUnitProcessorQueryInspector | canonicalUnitProcessorQueryInspector | a canonical unit processor query inspector |
| Return | osid.offering.rules.CanonicalUnitProcessorQuery | the canonical unit processor query | |
| Errors | NULL_ARGUMENT | canonicalUnitProcessorQueryInspector is null | |
| UNSUPPORTED | canonicalUnitProcessorQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |