| Interface | osid.calendaring.rules.CommitmentEnablerSearchSession | ||
|---|---|---|---|
| Implements | osid.calendaring.rules.CommitmentEnablerQuerySession | ||
| Description |
This session provides methods for searching among This session defines views that offer differing behaviors for searching.
| ||
| Method | getCommitmentEnablerSearch | ||
| Description |
Gets a commitment enabler search. | ||
| Return | osid.calendaring.rules.CommitmentEnablerSearch | the commitment enabler search | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCommitmentEnablerSearchOrder | ||
| Description |
Gets a commitment enabler search order. The | ||
| Return | osid.calendaring.rules.CommitmentEnablerSearchOrder | the commitment enabler search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getCommitmentEnablersBySearch | ||
| Description |
Gets the search results matching the given search query using the given search. | ||
| Parameters | osid.calendaring.rules.CommitmentEnablerQuery | commitmentEnablerQuery | the commitment enabler query |
osid.calendaring.rules.CommitmentEnablerSearch | commitmentEnablerSearch | the commitment enabler search | |
| Return | osid.calendaring.rules.CommitmentEnablerSearchResults | the returned search results | |
| Errors | NULL_ARGUMENT | commitmentEnablerQuery or commitmentEnablerSearch
is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | commitmentEnablerQuery or commitmentEnablerSearch
is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getCommitmentEnablerQueryFromInspector | ||
| Description |
Gets a commitment enabler query from an inspector. The
inspector is available from a | ||
| Parameters | osid.calendaring.rules.CommitmentEnablerQueryInspector | commitmentEnablerQueryInspector | a commitment enabler query inspector |
| Return | osid.calendaring.rules.CommitmentEnablerQuery | the commitment enabler query | |
| Errors | NULL_ARGUMENT | commitmentEnablerQueryInspector is null | |
| UNSUPPORTED | commitmentEnablerQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |