| Interface | osid.inquiry.rules.AuditProcessorInquestSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.inquiry.rules.InquiryRulesManager | ||
osid.inquiry.rules.InquiryRulesProxyManager | |||
| Description |
This session provides methods to retrieve
This lookup session defines several views:
| ||
| Method | canLookupAuditProcessorInquestMappings | ||
| Description |
Tests if this user can perform lookups of audit
processor/inquest mappings. A return of true does not
guarantee successful authorization. A return of false
indicates that it is known lookup methods in this session
will result in a | ||
| Return | boolean | false if looking up mappings is not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | useComparativeAuditProcessorInquestView | ||
| 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 | usePlenaryAuditProcessorInquestView | ||
| Description |
A complete view of the | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getAuditProcessorIdsByInquest | ||
| Description |
Gets the list of | ||
| Parameters | osid.id.Id | inquestId | Id of the Inquest |
| Return | osid.id.IdList | list of related audit processor Ids | |
| Errors | NOT_FOUND | inquestId is not found | |
| NULL_ARGUMENT | inquestId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditProcessorsByInquest | ||
| Description |
Gets the list of | ||
| Parameters | osid.id.Id | inquestId | Id of the Inquest |
| Return | osid.inquiry.rules.AuditProcessorList | list of related audit processors | |
| Errors | NOT_FOUND | inquestId is not found | |
| NULL_ARGUMENT | inquestId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditProcessorIdsByInquests | ||
| Description |
Gets the list of | ||
| Parameters | osid.id.IdList | inquestIds | list of inquest Ids |
| Return | osid.id.IdList | list of audit processor Ids | |
| Errors | NULL_ARGUMENT | inquestIds is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditProcessorsByInquests | ||
| Description |
Gets the list of | ||
| Parameters | osid.id.IdList | inquestIds | list of inquest Ids |
| Return | osid.inquiry.rules.AuditProcessorList | list of audit processors | |
| Errors | NULL_ARGUMENT | inquestIds is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getInquestIdsByAuditProcessor | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | auditProcessorId | Id of an AuditProcessor |
| Return | osid.id.IdList | list of inquest Ids | |
| Errors | NOT_FOUND | auditProcessorId is not found | |
| NULL_ARGUMENT | auditProcessorId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getInquestsByAuditProcessor | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | auditProcessorId | Id of an AuditProcessor |
| Return | osid.inquiry.InquestList | list of inquests | |
| Errors | NOT_FOUND | auditProcessorId is not found | |
| NULL_ARGUMENT | auditProcessorId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |