Interface | osid.inquiry.AuditInquestSession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods to retrieve This lookup session defines several views:
| ||
Method | canLookupAuditInquestMappings | ||
Description |
Tests if this user can perform lookups of audit/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 | useComparativeAuditInquestView | ||
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 | usePlenaryAuditInquestView | ||
Description |
A complete view of the | ||
Compliance | mandatory | This method is must be implemented. | |
Method | getAuditIdsByInquest | ||
Description |
Gets the list of | ||
Parameters | osid.id.Id | inquestId | Id of the Inquest |
Return | osid.id.IdList | list of related audit 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 | getAuditsByInquest | ||
Description |
Gets the list of audits associated with a | ||
Parameters | osid.id.Id | inquestId | Id of the Inquest |
Return | osid.inquiry.AuditList | list of related audits | |
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 | getAuditIdsByInquests | ||
Description |
Gets the list of | ||
Parameters | osid.id.IdList | inquestIds | list of inquest Ids |
Return | osid.id.IdList | list of audit 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 | getAuditsByInquests | ||
Description |
Gets the list of audits corresponding to a list of
| ||
Parameters | osid.id.IdList | inquestIds | list of inquest Ids |
Return | osid.inquiry.AuditList | list of audits | |
Errors | NULL_ARGUMENT | inquestIds is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getInquestIdsByAudit | ||
Description |
Gets the | ||
Parameters | osid.id.Id | auditId | Id of an Audit |
Return | osid.id.IdList | list of inquests | |
Errors | NOT_FOUND | auditId is not found | |
NULL_ARGUMENT | auditId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. | |
Method | getInquestsByAudit | ||
Description |
Gets the | ||
Parameters | osid.id.Id | auditId | Id of an Audit |
Return | osid.inquiry.InquestList | list of inquests | |
Errors | NOT_FOUND | auditId is not found | |
NULL_ARGUMENT | auditId is null | ||
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
Compliance | mandatory | This method must be implemented. |