| Interface | osid.inquiry.rules.AuditConstrainerInquestSession | ||
|---|---|---|---|
| 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 | canLookupAuditConstrainerInquestMappings | ||
| Description |
Tests if this user can perform lookups of audit
constrainer/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 | useComparativeAuditConstrainerInquestView | ||
| 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 | usePlenaryAuditConstrainerInquestView | ||
| Description |
A complete view of the | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getAuditConstrainerIdsByInquest | ||
| Description |
Gets the list of | ||
| Parameters | osid.id.Id | inquestId | Id of the Inquest |
| Return | osid.id.IdList | list of related audit constrainer 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 | getAuditConstrainersByInquest | ||
| Description |
Gets the list of | ||
| Parameters | osid.id.Id | inquestId | Id of the Inquest |
| Return | osid.inquiry.rules.AuditConstrainerList | list of related audit constrainers | |
| 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 | getAuditConstrainerIdsByInquests | ||
| Description |
Gets the list of | ||
| Parameters | osid.id.IdList | inquestIds | list of inquest Ids |
| Return | osid.id.IdList | list of audit constrainer 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 | getAuditConstrainersByInquests | ||
| Description |
Gets the list of | ||
| Parameters | osid.id.IdList | inquestIds | list of inquest Ids |
| Return | osid.inquiry.rules.AuditConstrainerList | list of audit constrainers | |
| Errors | NULL_ARGUMENT | inquestIds is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getInquestIdsByAuditConstrainer | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | auditConstrainerId | Id of an AuditConstrainer |
| Return | osid.id.IdList | list of inquest Ids | |
| Errors | NOT_FOUND | auditConstrainerId is not found | |
| NULL_ARGUMENT | auditConstrainerId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getInquestsByAuditConstrainer | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | auditConstrainerId | Id of an AuditConstrainer |
| Return | osid.inquiry.InquestList | list of inquests | |
| Errors | NOT_FOUND | auditConstrainerId is not found | |
| NULL_ARGUMENT | auditConstrainerId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |