| Interface | osid.inquiry.rules.AuditEnablerInquestSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session provides methods to retrieve  This lookup session defines several views: 
  | ||
| Method | canLookupAuditEnablerInquestMappings | ||
| Description | 
                     Tests if this user can perform lookups of audit 
                    enabler/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 | useComparativeAuditEnablerInquestView | ||
| 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 | usePlenaryAuditEnablerInquestView | ||
| Description | 
                     A complete view of the   | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getAuditEnablerIdsByInquest | ||
| Description | 
                     Gets the list of   | ||
| Parameters | osid.id.Id | inquestId |  Id  of the  Inquest   | 
| Return | osid.id.IdList | list of related audit enabler  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 | getAuditEnablersByInquest | ||
| Description | 
                     Gets the list of audit enablers associated with an 
                      | ||
| Parameters | osid.id.Id | inquestId |  Id  of the  Inquest   | 
| Return | osid.inquiry.rules.AuditEnablerList | list of related audit enablers | |
| 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 | getAuditEnablerIdsByInquests | ||
| Description | 
                     Gets the list of   | ||
| Parameters | osid.id.IdList | inquestIds | list of inquest  Ids   | 
| Return | osid.id.IdList | list of audit enabler  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 | getAuditEnablersByInquests | ||
| Description | 
                     Gets the list of audit enablers corresponding to a list 
                    of   | ||
| Parameters | osid.id.IdList | inquestIds | list of inquest  Ids   | 
| Return | osid.inquiry.rules.AuditEnablerList | list of audit enablers | |
| Errors | NULL_ARGUMENT |  inquestIds  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getInquestIdsByAuditEnabler | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.id.Id | auditEnablerId |  Id  of an  AuditEnabler   | 
| Return | osid.id.IdList | list of inquests | |
| Errors | NOT_FOUND |  auditEnablerId  is not found  |                 |
| NULL_ARGUMENT |  auditEnablerId  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getInquestsByAuditEnabler | ||
| Description | 
                     Gets the   | ||
| Parameters | osid.id.Id | auditEnablerId |  Id  of an  AuditEnabler   | 
| Return | osid.inquiry.InquestList | list of inquests | |
| Errors | NOT_FOUND |  auditEnablerId  is not found  |                 |
| NULL_ARGUMENT |  auditEnablerId  is  null   |                 ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |