| Interface | osid.inquiry.rules.InquiryRulesProxyManager | ||
|---|---|---|---|
| Implements | osid.OsidProxyManager | ||
osid.inquiry.rules.InquiryRulesProfile | |||
| Used By | osid.inquiry.InquiryProxyManager | ||
| Description |
The inquiry rules proxy manager provides access to inquiry
rules sessions and provides interoperability tests for various
aspects of this service. Methods in this manager pass a
| ||
| Method | getAuditEnablerLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditEnablerLookupSession | an AuditEnablerLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditEnablerLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditEnablerLookup() is true. | |
| Method | getAuditEnablerLookupSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditEnablerLookupSession | an AuditEnablerLookupSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditEnablerLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditEnablerLookup() and
supportsVisibleFederation() are true. | |
| Method | getAuditEnablerQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditEnablerQuerySession | an AuditEnablerQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditEnablerQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditEnablerQuery() is true. | |
| Method | getAuditEnablerQuerySessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditEnablerQuerySession | an AuditEnablerQuerySession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditEnablerQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditEnablerQuery() and
supportsVisibleFederation() are true. | |
| Method | getAuditEnablerSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditEnablerSearchSession | an AuditEnablerSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditEnablerSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditEnablerSearch() is true. | |
| Method | getAuditEnablerSearchSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditEnablerSearchSession | an AuditEnablerSearchSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditEnablerSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditEnablerSearch() and
supportsVisibleFederation() are true. | |
| Method | getAuditEnablerAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditEnablerAdminSession | an AuditEnablerAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditEnablerAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditEnablerAdmin() is true. | |
| Method | getAuditEnablerAdminSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditEnablerAdminSession | an AuditEnablerAdminSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditEnablerAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditEnablerAdmin() and
supportsVisibleFederation() are true. | |
| Method | getAuditEnablerNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.inquiry.rules.AuditEnablerReceiver | auditEnablerReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditEnablerNotificationSession | an AuditEnablerNotificationSession | |
| Errors | NULL_ARGUMENT | auditEnablerReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditEnablerNotification() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditEnablerNotification() is true. | |
| Method | getAuditEnablerNotificationSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.inquiry.rules.AuditEnablerReceiver | auditEnablerReceiver | the notification callback |
osid.id.Id | inquestId | the Id of the Inquest | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditEnablerNotificationSession | an AuditEnablerNotificationSession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | auditEnablerReceiver, inquestId or proxy is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditEnablerNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditEnablerNotification() and
supportsVisibleFederation() are true. | |
| Method | getAuditEnablerInquestSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditEnablerInquestSession | an AuditEnablerInquestSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditEnablerInquest() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditEnablerInquest() is true. | |
| Method | getAuditEnablerInquestAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditEnablerInquestAssignmentSession | an AuditEnablerInquestAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditEnablerInquestAssignment() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditEnablerInquestAssignment() is true. | |
| Method | getAuditEnablerSmartInquestSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditEnablerSmartInquestSession | an AuditEnablerSmartInquestSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditEnablerSmartInquest() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditEnablerSmartInquest() is true. | |
| Method | getAuditEnablerRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditEnablerRuleLookupSession | an AuditEnablerRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditEnablerRuleLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditEnablerRuleLookup() is true. | |
| Method | getAuditEnablerRuleLookupSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditEnablerRuleLookupSession | an AuditEnablerRuleLookupSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditEnablerRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditEnablerRuleLookup() and
supportsVisibleFederation() are true. | |
| Method | getAuditEnablerRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditEnablerRuleApplicationSession | an AuditEnablerRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditEnablerRuleApplication() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditEnablerRuleApplication() is true. | |
| Method | getAuditEnablerRuleApplicationSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditEnablerRuleApplicationSession | an AuditEnablerRuleApplicationSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditEnablerRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditEnablerRuleApplication() and
supportsVisibleFederation() are true. | |
| Method | getAuditConstrainerLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditConstrainerLookupSession | an AuditConstrainerLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerLookup() is true. | |
| Method | getAuditConstrainerLookupSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditConstrainerLookupSession | an AuditConstrainerLookupSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerLookup() and
supportsVisibleFederation() are true. | |
| Method | getAuditConstrainerQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditConstrainerQuerySession | an AuditConstrainerQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerQuery() is true. | |
| Method | getAuditConstrainerQuerySessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditConstrainerQuerySession | an AuditConstrainerQuerySession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerQuery() and
supportsVisibleFederation() are true. | |
| Method | getAuditConstrainerSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditConstrainerSearchSession | an AuditConstrainerSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerSearch() is true. | |
| Method | getAuditConstrainerSearchSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditConstrainerSearchSession | an AuditConstrainerSearchSession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerSearch() and
supportsVisibleFederation() are true. | |
| Method | getAuditConstrainerAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditConstrainerAdminSession | an AuditConstrainerAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerAdmin() is true. | |
| Method | getAuditConstrainerAdminSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditConstrainerAdminSession | an AuditConstrainerAdminSession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerAdmin() and
supportsVisibleFederation() are true. | |
| Method | getAuditConstrainerNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.inquiry.rules.AuditConstrainerReceiver | auditConstrainerReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditConstrainerNotificationSession | an AuditConstrainerNotificationSession | |
| Errors | NULL_ARGUMENT | auditConstrainerReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerNotification() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerNotification() is true. | |
| Method | getAuditConstrainerNotificationSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.inquiry.rules.AuditConstrainerReceiver | auditConstrainerReceiver | the notification callback |
osid.id.Id | inquestId | the Id of the Inquest | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditConstrainerNotificationSession | an AuditConstrainerNotificationSession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | auditConstrainerReceiver, inquestId, or
proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerNotification() and
supportsVisibleFederation() are true. | |
| Method | getAuditConstrainerInquestSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditConstrainerInquestSession | an AuditConstrainerInquestSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerInquest() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerInquest() is true. | |
| Method | getAuditConstrainerInquestAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditConstrainerInquestAssignmentSession | an AuditConstrainerInquestAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerInquestAssignment() is
false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerInquestAssignment() is true. | |
| Method | getAuditConstrainerSmartInquestSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditConstrainerSmartInquestSession | an AuditConstrainerSmartInquestSession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerSmartInquest() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerSmartInquest() is true. | |
| Method | getAuditConstrainerRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditConstrainerRuleLookupSession | an AuditConstrainerRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerRuleLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerRuleLookup() is true. | |
| Method | getAuditConstrainerRuleLookupSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditConstrainerRuleLookupSession | an AuditConstrainerRuleLookupSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerRuleLookup() and
supportsVisibleFederation() are true. | |
| Method | getAuditConstrainerRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditConstrainerRuleApplicationSession | an AuditConstrainerRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerRuleApplication() is
false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerRuleApplication() is true. | |
| Method | getAuditConstrainerRuleApplicationSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditConstrainerRuleApplicationSession | an AuditConstrainerRuleApplicationSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerRuleApplication() and
supportsVisibleFederation() are true. | |
| Method | getAuditConstrainerEnablerLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditConstrainerEnablerLookupSession | an AuditConstrainerEnablerLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerEnablerLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerEnablerLookup() is true. | |
| Method | getAuditConstrainerEnablerLookupSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditConstrainerEnablerLookupSession | an AuditConstrainerEnablerLookupSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerEnablerLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerEnablerLookup() and
supportsVisibleFederation() are true. | |
| Method | getAuditConstrainerEnablerQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditConstrainerEnablerQuerySession | an AuditConstrainerEnablerQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerEnablerQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerEnablerQuery() is true. | |
| Method | getAuditConstrainerEnablerQuerySessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditConstrainerEnablerQuerySession | an AuditConstrainerEnablerQuerySession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerEnablerQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerEnablerQuery() and
supportsVisibleFederation() are true. | |
| Method | getAuditConstrainerEnablerSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditConstrainerEnablerSearchSession | an AuditConstrainerEnablerSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerEnablerSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerEnablerSearch() is true. | |
| Method | getAuditConstrainerEnablerSearchSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditConstrainerEnablerSearchSession | an AuditConstrainerEnablerSearchSession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerEnablerSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerEnablerSearch() and
supportsVisibleFederation() are true. | |
| Method | getAuditConstrainerEnablerAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditConstrainerEnablerAdminSession | an AuditConstrainerEnablerAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerEnablerAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerEnablerAdmin() is true. | |
| Method | getAuditConstrainerEnablerAdminSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditConstrainerEnablerAdminSession | an AuditConstrainerEnablerAdminSession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerEnablerAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerEnablerAdmin() and
supportsVisibleFederation() are true | |
| Method | getAuditConstrainerEnablerNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.inquiry.rules.AuditConstrainerEnablerReceiver | auditConstrainerEnablerReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditConstrainerEnablerNotificationSession | an AuditConstrainerEnablerNotificationSession | |
| Errors | NULL_ARGUMENT | auditConstrainerEnablerReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerEnablerNotification() is
false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerEnablerNotification() is
true. | |
| Method | getAuditConstrainerEnablerNotificationSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.inquiry.rules.AuditConstrainerEnablerReceiver | auditConstrainerEnablerReceiver | the notification callback |
osid.id.Id | inquestId | the Id of the Inquest | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditConstrainerEnablerNotificationSession | an AuditConstrainerEnablerNotificationSession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | auditConstrainerEnablerReceiver, inquestId, or
proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerEnablerNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerEnablerNotification() and
supportsVisibleFederation() are true. | |
| Method | getAuditConstrainerEnablerInquestSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditConstrainerEnablerInquestSession | an AuditConstrainerEnablerInquestSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerEnablerInquest() is
false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerEnablerInquest() is true. | |
| Method | getAuditConstrainerEnablerInquestAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditConstrainerEnablerInquestAssignmentSession | an AuditConstrainerEnablerInquestAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerEnablerInquestAssignment() is
false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerEnablerInquestAssignment() is
true. | |
| Method | getAuditConstrainerEnablerSmartInquestSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditConstrainerEnablerSmartInquestSession | an AuditConstrainerEnablerSmartInquestSession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerEnablerSmartInquest() is
false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerEnablerSmartInquest() is
true. | |
| Method | getAuditConstrainerEnablerRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditConstrainerEnablerRuleLookupSession | an AuditConstrainerEnablerRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerEnablerRuleLookup() is
false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerEnablerRuleLookup() is true. | |
| Method | getAuditConstrainerEnablerRuleLookupSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditConstrainerEnablerRuleLookupSession | an AuditConstrainerEnablerRuleLookupSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerEnablerRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerEnablerRuleLookup() and
supportsVisibleFederation() are true. | |
| Method | getAuditConstrainerEnablerRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditConstrainerEnablerRuleApplicationSession | an AuditConstrainerEnablerRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerEnablerRuleApplication() is
false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerEnablerRuleApplication() is
true. | |
| Method | getAuditConstrainerEnablerRuleApplicationSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditConstrainerEnablerRuleApplicationSession | an AuditConstrainerEnablerRuleApplicationSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditConstrainerEnablerRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditConstrainerEnabelrRuleApplication() and
supportsVisibleFederation() are true. | |
| Method | getAuditProcessorLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditProcessorLookupSession | an AuditProcessorLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorLookup() is true. | |
| Method | getAuditProcessorLookupSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditProcessorLookupSession | an AuditProcessorLookupSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorLookup() and
supportsVisibleFederation() are true | |
| Method | getAuditProcessorQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditProcessorQuerySession | an AuditProcessorQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorQuery() is true. | |
| Method | getAuditProcessorQuerySessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditProcessorQuerySession | an AuditProcessorQuerySession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorQuery() and
supportsVisibleFederation() are true. | |
| Method | getAuditProcessorSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditProcessorSearchSession | an AuditProcessorSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorSearch() is true. | |
| Method | getAuditProcessorSearchSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditProcessorSearchSession | an AuditProcessorSearchSession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorSearch() and
supportsVisibleFederation() are true | |
| Method | getAuditProcessorAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditProcessorAdminSession | an AuditProcessorAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorAdmin() is true. | |
| Method | getAuditProcessorAdminSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditProcessorAdminSession | an AuditProcessorAdminSession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorAdmin() and
supportsVisibleFederation() are true. | |
| Method | getAuditProcessorNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.inquiry.rules.AuditProcessorReceiver | auditProcessorReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditProcessorNotificationSession | an AuditProcessorNotificationSession | |
| Errors | NULL_ARGUMENT | auditConstrainerReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorNotification() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorNotification() is true. | |
| Method | getAuditProcessorNotificationSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.inquiry.rules.AuditProcessorReceiver | auditProcessorReceiver | the notification callback |
osid.id.Id | inquestId | the Id of the Inquest | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditProcessorNotificationSession | an AuditProcessorNotificationSession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | auditProcessorReceiver, inquestId, or
proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorNotification() and
supportsVisibleFederation() are true. | |
| Method | getAuditProcessorInquestSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditProcessorInquestSession | an AuditProcessorInquestSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorInquest() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorInquest() is true. | |
| Method | getAuditProcessorInquestAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditProcessorInquestAssignmentSession | an AuditProcessorInquestAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorInquestAssignment() is
false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorInquestAssignment() is true. | |
| Method | getAuditProcessorSmartInquestSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditProcessorSmartInquestSession | an AuditProcessorSmartInquestSession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorSmartInquest() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorSmartInquest() is true. | |
| Method | getAuditProcessorRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditProcessorRuleLookupSession | an AuditProcessorRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorRuleLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorRuleLookup() is true. | |
| Method | getAuditProcessorRuleLookupSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditProcessorRuleLookupSession | an AuditProcessorRuleLookupSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorRuleLookup() and
supportsVisibleFederation() are true. | |
| Method | getAuditProcessorRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditProcessorRuleApplicationSession | an AuditProcessorRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorRuleApplication() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorRuleApplication() is true. | |
| Method | getAuditProcessorRuleApplicationSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditProcessorRuleApplicationSession | an AuditProcessorRuleApplicationSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorRuleApplication() and
supportsVisibleFederation() are true. | |
| Method | getAuditProcessorEnablerLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditProcessorEnablerLookupSession | an AuditProcessorEnablerLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorEnablerLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorEnablerLookup() is true. | |
| Method | getAuditProcessorEnablerLookupSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditProcessorEnablerLookupSession | an AuditProcessorEnablerLookupSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorEnablerLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorEnablerLookup() and
supportsVisibleFederation() are true. | |
| Method | getAuditProcessorEnablerQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditProcessorEnablerQuerySession | an AuditProcessorEnablerQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorEnablerQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorEnablerQuery() is true. | |
| Method | getAuditProcessorEnablerQuerySessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditProcessorEnablerQuerySession | an AuditProcessorEnablerQuerySession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorEnablerQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorEnablerQuery() and
supportsVisibleFederation() are true | |
| Method | getAuditProcessorEnablerSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditProcessorEnablerSearchSession | an AuditProcessorEnablerSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorEnablerSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorEnablerSearch() is true. | |
| Method | getAuditProcessorEnablerSearchSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditProcessorEnablerSearchSession | an AuditProcessorEnablerSearchSession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorEnablerSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorEnablerSearch() and
supportsVisibleFederation() are true | |
| Method | getAuditProcessorEnablerAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditProcessorEnablerAdminSession | an AuditProcessorEnablerAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorEnablerAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorEnablerAdmin() is true. | |
| Method | getAuditProcessorEnablerAdminSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditProcessorEnablerAdminSession | an AuditProcessorEnablerAdminSession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorEnablerAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorEnablerAdmin() and
supportsVisibleFederation() are true | |
| Method | getAuditProcessorEnablerNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.inquiry.rules.AuditProcessorEnablerReceiver | auditProcessorEnablerReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditProcessorEnablerNotificationSession | an AuditProcessorEnablerNotificationSession | |
| Errors | NULL_ARGUMENT | auditProcessorEnablerReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorEnablerNotification() is
false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorEnablerNotification() is true. | |
| Method | getAuditProcessorEnablerNotificationSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.inquiry.rules.AuditProcessorEnablerReceiver | auditProcessorEnablerReceiver | the notification callback |
osid.id.Id | inquestId | the Id of the Inquest | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditProcessorEnablerNotificationSession | an AuditProcessorEnablerNotificationSession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | auditProcessorEnablerReceiver, inquestId, or
proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorEnablerNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorEnablerNotification() and
supportsVisibleFederation() are true. | |
| Method | getAuditProcessorEnablerInquestSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditProcessorEnablerInquestSession | an AuditProcessorEnablerInquestSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorEnablerInquest() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorEnablerInquest() is true. | |
| Method | getAuditProcessorEnablerInquestAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditProcessorEnablerInquestAssignmentSession | an AuditProcessorEnablerInquestAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorEnablerInquestAssignment() is
false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorEnablerInquestAssignment() is
true. | |
| Method | getAuditProcessorEnablerSmartInquestSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditProcessorEnablerSmartInquestSession | an AuditProcessorEnablerSmartInquestSession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorEnablerSmartInquest() is
false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorEnablerSmartInquest() is true. | |
| Method | getAuditProcessorEnablerRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditProcessorEnablerRuleLookupSession | an AuditProcessorEnablerRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorEnablerRuleLookup() is
false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorEnablerRuleLookup() is true. | |
| Method | getAuditProcessorEnablerRuleLookupSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditProcessorEnablerRuleLookupSession | an AuditProcessorEnablerRuleLookupSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorEnablerRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorEnablerRuleLookup() and
supportsVisibleFederation() are true. | |
| Method | getAuditProcessorEnablerRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.AuditProcessorEnablerRuleApplicationSession | an AuditProcessorEnablerRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorEnablerRuleApplication() is
false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorEnablerRuleApplication() is
true. | |
| Method | getAuditProcessorEnablerRuleApplicationSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.AuditProcessorEnablerRuleApplicationSession | an AuditProcessorEnablerRuleApplicationSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsAuditProcessorEnablerRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsAuditProcessorEnabelrRuleApplication() and
supportsVisibleFederation() are true. | |
| Method | getInquiryEnablerLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.InquiryEnablerLookupSession | an InquiryEnablerLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsInquiryEnablerLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsInquiryEnablerLookup() is true. | |
| Method | getInquiryEnablerLookupSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.InquiryEnablerLookupSession | an InquiryEnablerLookupSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsInquiryEnablerLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsInquiryEnablerLookup() and
supportsVisibleFederation() are true. | |
| Method | getInquiryEnablerQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.InquiryEnablerQuerySession | an InquiryEnablerQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsInquiryEnablerQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsInquiryEnablerQuery() is true. | |
| Method | getInquiryEnablerQuerySessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.InquiryEnablerQuerySession | an InquiryEnablerQuerySession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsInquiryEnablerQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsInquiryEnablerQuery() and
supportsVisibleFederation() are true. | |
| Method | getInquiryEnablerSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.InquiryEnablerSearchSession | an InquiryEnablerSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsInquiryEnablerSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsInquiryEnablerSearch() is true. | |
| Method | getInquiryEnablerSearchSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.InquiryEnablerSearchSession | an InquiryEnablerSearchSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsInquiryEnablerSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsInquiryEnablerSearch() and
supportsVisibleFederation() are true. | |
| Method | getInquiryEnablerAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.InquiryEnablerAdminSession | an InquiryEnablerAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsInquiryEnablerAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsInquiryEnablerAdmin() is true. | |
| Method | getInquiryEnablerAdminSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.InquiryEnablerAdminSession | an InquiryEnablerAdminSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsInquiryEnablerAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsInquiryEnablerAdmin() and
supportsVisibleFederation() are true. | |
| Method | getInquiryEnablerNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.inquiry.rules.InquiryEnablerReceiver | inquiryEnablerReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.InquiryEnablerNotificationSession | an InquiryEnablerNotificationSession | |
| Errors | NULL_ARGUMENT | inquiryEnablerReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsInquiryEnablerNotification() is false | ||
| Compliance | optional | This method must be implemented if
supportsInquiryEnablerNotification() is true. | |
| Method | getInquiryEnablerNotificationSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.inquiry.rules.InquiryEnablerReceiver | inquiryEnablerReceiver | the notification callback |
osid.id.Id | inquestId | the Id of the Inquest | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.InquiryEnablerNotificationSession | an InquiryEnablerNotificationSession | |
| Errors | NOT_FOUND | no inquest found by the given Id | |
| NULL_ARGUMENT | inquiryEnablerReceiver, inquestId or proxy is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsInquiryEnablerNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsInquiryEnablerNotification() and
supportsVisibleFederation() are true. | |
| Method | getInquiryEnablerInquestSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.InquiryEnablerInquestSession | an InquiryEnablerInquestSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsInquiryEnablerInquest() is false | ||
| Compliance | optional | This method must be implemented if
supportsInquiryEnablerInquest() is true. | |
| Method | getInquiryEnablerInquestAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.InquiryEnablerInquestAssignmentSession | an InquiryEnablerInquestAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsInquiryEnablerInquestAssignment() is
false | ||
| Compliance | optional | This method must be implemented if
supportsInquiryEnablerInquestAssignment() is true. | |
| Method | getInquiryEnablerSmartInquestSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.InquiryEnablerSmartInquestSession | an InquiryEnablerSmartInquestSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsInquiryEnablerSmartInquest() is false | ||
| Compliance | optional | This method must be implemented if
supportsInquiryEnablerSmartInquest() is true. | |
| Method | getInquiryEnablerRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.InquiryEnablerRuleLookupSession | an InquiryEnablerRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsInquiryEnablerRuleLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsInquiryEnablerRuleLookup() is true. | |
| Method | getInquiryEnablerRuleLookupSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.InquiryEnablerRuleLookupSession | an InquiryEnablerRuleLookupSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsInquiryEnablerRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsInquiryEnablerRuleLookup() and
supportsVisibleFederation() are true. | |
| Method | getInquiryEnablerRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.inquiry.rules.InquiryEnablerRuleApplicationSession | an InquiryEnablerRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsInquiryEnablerRuleApplication() is false | ||
| Compliance | optional | This method must be implemented if
supportsInquiryEnablerRuleApplication() is true. | |
| Method | getInquiryEnablerRuleApplicationSessionForInquest | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.inquiry.rules.InquiryEnablerRuleApplicationSession | an InquiryEnablerRuleApplicationSession | |
| Errors | NOT_FOUND | no Inquest found by the given Id | |
| NULL_ARGUMENT | inquestId is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsInquiryEnablerRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsInquiryEnablerRuleApplication() and
supportsVisibleFederation() are true. | |