| Interface | osid.hold.rules.IssueProcessorEnablerQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Implemented By | osid.hold.rules.IssueProcessorEnablerSearchSession | ||
| Used By | osid.hold.rules.HoldRulesManager | ||
osid.hold.rules.HoldRulesProxyManager | |||
| Description |
This session provides methods for searching among
This session defines views that offer differing behaviors for searching.
Issue processor enablers may have a query record indicated
by their respective record types. The query record is accessed
via the | ||
| Method | getOublietteId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the Oubliette Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOubliette | ||
| Description |
Gets the | ||
| Return | osid.hold.Oubliette | the oubliette | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canSearchIssueProcessorEnablers | ||
| Description |
Tests if this user can perform
| ||
| Return | boolean | false if search methods are not authorized, true
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | useFederatedOublietteView | ||
| Description |
Federates the view for methods in this session. A federated view will include issue processor enablers in oubliettes which are children of this oubliette in the oubliette hierarchy. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedOublietteView | ||
| Description |
Isolates the view for methods in this session. An isolated view restricts searches to this oubliette only. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getIssueProcessorEnablerQuery | ||
| Description |
Gets an issue processor enabler query. | ||
| Return | osid.hold.rules.IssueProcessorEnablerQuery | the issue processor enabler query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getIssueProcessorEnablersByQuery | ||
| Description |
Gets a list of | ||
| Parameters | osid.hold.rules.IssueProcessorEnablerQuery | issueProcessorEnablerQuery | the issue processor enabler query |
| Return | osid.hold.rules.IssueProcessorEnablerList | the returned IssueProcessorEnablerList | |
| Errors | NULL_ARGUMENT | issueProcessorEnablerQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | issueProcessorEnablerQuery did not originate from
getIssueProcessorEnablerQuery() | ||
| Compliance | mandatory | This method must be implemented. | |