| Interface | osid.inquiry.rules.AuditConstrainerLookupSession | ||
|---|---|---|---|
| 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 | canLookupAuditConstrainers | ||
| 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 | useComparativeAuditConstrainerView | ||
| 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 | usePlenaryAuditConstrainerView | ||
| 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 constrainers 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 | getAuditConstrainer | ||
| Description |
Gets the In plenary mode, the exact | ||
| Parameters | osid.id.Id | auditConstrainerId | Id of the AuditConstrainer |
| Return | osid.inquiry.rules.AuditConstrainer | the audit constrainer | |
| Errors | NOT_FOUND | auditConstrainerId not found | |
| NULL_ARGUMENT | auditConstrainerId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getAuditConstrainersByIds | ||
| Description |
Gets an In plenary mode, the returned list contains all of the
audit constrainers specified in the | ||
| Parameters | osid.id.IdList | auditConstrainerIds | the list of Ids to retrieve |
| Return | osid.inquiry.rules.AuditConstrainerList | the returned AuditConstrainer list | |
| Errors | NOT_FOUND | an Id was not found | |
| NULL_ARGUMENT | auditConstrainerIds is null | ||
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditConstrainersByGenusType | ||
| Description |
Gets an In plenary mode, the returned list contains all known audit constrainers or an error results. Otherwise, the returned list may contain only those audit constrainers that are accessible through this session. | ||
| Parameters | osid.type.Type | auditConstrainerGenusType | an audit constrainer genus type |
| Return | osid.inquiry.rules.AuditConstrainerList | the returned AuditConstrainer list | |
| Errors | NULL_ARGUMENT | auditConstrainerGenusType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditConstrainersByParentGenusType | ||
| Description |
Gets an In plenary mode, the returned list contains all known audit constrainers or an error results. Otherwise, the returned list may contain only those audit constrainers that are accessible through this session. | ||
| Parameters | osid.type.Type | auditConstrainerGenusType | an audit constrainer genus type |
| Return | osid.inquiry.rules.AuditConstrainerList | the returned AuditConstrainer list | |
| Errors | NULL_ARGUMENT | auditConstrainerGenusType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditConstrainersByRecordType | ||
| Description |
Gets an In plenary mode, the returned list contains all known audit constrainers or an error results. Otherwise, the returned list may contain only those audit constrainers that are accessible through this session. | ||
| Parameters | osid.type.Type | auditConstrainerRecordType | an audit constrainer record type |
| Return | osid.inquiry.rules.AuditConstrainerList | the returned AuditConstrainer list | |
| Errors | NULL_ARGUMENT | auditConstrainerRecordType is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getAuditConstrainers | ||
| Description |
Gets all In plenary mode, the returned list contains all known audit constrainers or an error results. Otherwise, the returned list may contain only those audit constrainers that are accessible through this session. | ||
| Return | osid.inquiry.rules.AuditConstrainerList | a list of AuditConstrainers | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |