| Interface | osid.inquiry.rules.AuditProcessorLookupSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.inquiry.rules.InquiryRulesManager | ||
osid.inquiry.rules.InquiryRulesProxyManager | |||
| Description |
This session provides methods for retrieving
This session defines views that offer differing behaviors when retrieving multiple objects.
Generally, the comparative view should be used for most
applications as it permits operation even if there is data
that cannot be accessed. The methods
| ||
| Method | getInquestId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the Inquest Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getInquest | ||
| Description |
Gets the | ||
| Return | osid.inquiry.Inquest | the inquest | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canLookupAuditProcessors | ||
| Description |
Tests if this user can perform
| ||
| Return | boolean | false if lookup methods are not authorized, true
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | useComparativeAuditProcessorView | ||
| Description |
The returns from the lookup methods may omit or translate elements based on this session, such as authorization, and not result in an error. This view is used when greater interoperability is desired at the expense of precision. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | usePlenaryAuditProcessorView | ||
| Description |
A complete view of the | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useFederatedInquestView | ||
| Description |
Federates the view for methods in this session. A federated view will include audit processors in inquests which are children of this inquest in the inquest hierarchy. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedInquestView | ||
| Description |
Isolates the view for methods in this session. An isolated view restricts lookups to this inquest only. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getAuditProcessor | ||
| Description |
Gets the In plenary mode, the exact | ||
| Parameters | osid.id.Id | auditProcessorId | Id of the AuditProcessor |
| Return | osid.inquiry.rules.AuditProcessor | the audit processor | |
| Errors | NOT_FOUND | auditProcessorId not found | |
| NULL_ARGUMENT | auditProcessorId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getAuditProcessorsByIds | ||
| Description |
Gets an In plenary mode, the returned list contains all of the
audit processors specified in the | ||
| Parameters | osid.id.IdList | auditProcessorIds | the list of Ids to retrieve |
| Return | osid.inquiry.rules.AuditProcessorList | the returned AuditProcessor list | |
| Errors | NOT_FOUND | an Id was not found | |
| NULL_ARGUMENT | auditProcessorIds is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditProcessorsByGenusType | ||
| Description |
Gets an In plenary mode, the returned list contains all known audit processors or an error results. Otherwise, the returned list may contain only those audit processors that are accessible through this session. | ||
| Parameters | osid.type.Type | auditProcessorGenusType | an audit processor genus type |
| Return | osid.inquiry.rules.AuditProcessorList | the returned AuditProcessor list | |
| Errors | NULL_ARGUMENT | auditProcessorGenusType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditProcessorsByParentGenusType | ||
| Description |
Gets an In plenary mode, the returned list contains all known audit processors or an error results. Otherwise, the returned list may contain only those audit processors that are accessible through this session. | ||
| Parameters | osid.type.Type | auditProcessorGenusType | an audit processor genus type |
| Return | osid.inquiry.rules.AuditProcessorList | the returned AuditProcessor list | |
| Errors | NULL_ARGUMENT | auditProcessorGenusType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditProcessorsByRecordType | ||
| Description |
Gets an In plenary mode, the returned list contains all known audit processors or an error results. Otherwise, the returned list may contain only those audit processors that are accessible through this session. | ||
| Parameters | osid.type.Type | auditProcessorRecordType | an audit processor record type |
| Return | osid.inquiry.rules.AuditProcessorList | the returned AuditProcessor list | |
| Errors | NULL_ARGUMENT | auditProcessorRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditProcessors | ||
| Description |
Gets all In plenary mode, the returned list contains all known audit processors or an error results. Otherwise, the returned list may contain only those audit processors that are accessible through this session. | ||
| Return | osid.inquiry.rules.AuditProcessorList | a list of AuditProcessors | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |