public interface InquiryRulesManager extends OsidManager, InquiryRulesProfile
The inquiry rules manager provides access to inquiry rules sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:
InquiryEnablerLookupSession: a session to retrieve
inquiry enablers InquiryEnablerQuerySession: a session to query for
inquiry enablers InquiryEnablerSearchSession: a session to search
for inquiry enablers InquiryEnablerAdminSession: a session to create
and delete inquiry enablers InquiryEnablerNotificationSession: a session to
receive notifications pertaining to inquiry enabler changes InquiryEnablerInquestSession: a session to look up
inquiry enabler inquest mappings InquiryEnablerInquestAssignmentSession: a session
to manage inquiry enabler to inquest mappings InquiryEnablerSmartInquestSession: a session to
manage dynamic inquests of inquiry enablers InquiryEnablerRuleLookupSession: a session to look
up inquiry enabler mappings InquiryEnablerRuleApplicationSession: a session to
apply inquiry enablers AuditEnablerLookupSession: a session to retrieve
audit enablers AuditEnablerQuerySession: a session to query for
audit enablers AuditEnablerSearchSession: a session to search for
audit enablers AuditEnablerAdminSession: a session to create and
delete audit enablers AuditEnablerNotificationSession: a session to
receive notifications pertaining to audit enabler changes AuditEnablerInquestSession: a session to look up
audit enabler inquest mappings AuditEnablerInquestAssignmentSession: a session to
manage audit enabler to inquest mappings AuditEnablerSmartInquestSession: a session to
manage dynamic inquests of audit enablers AuditEnableRuleLookupSession: a session to look up
audit enabler mappings AuditEnablerRuleApplicationSession: a session to
apply audit enablers | Modifier and Type | Method and Description |
|---|---|
AuditEnablerAdminSession |
getAuditEnablerAdminSession()
Gets the
OsidSession associated with the audit enabler
administration service. |
AuditEnablerAdminSession |
getAuditEnablerAdminSessionForInquest(Id inquestId)
Gets the
OsidSession associated with the audit enabler
administration service for the given inquest. |
AuditEnablerInquestAssignmentSession |
getAuditEnablerInquestAssignmentSession()
Gets the
OsidSession associated with assigning audit
enablers to inquests. |
AuditEnablerInquestSession |
getAuditEnablerInquestSession()
Gets the
OsidSession to lookup audit enabler/inquest
mappings for audit enablers. |
AuditEnablerLookupSession |
getAuditEnablerLookupSession()
Gets the
OsidSession associated with the audit enabler
lookup service. |
AuditEnablerLookupSession |
getAuditEnablerLookupSessionForInquest(Id inquestId)
Gets the
OsidSession associated with the audit enabler
lookup service for the given inquest. |
AuditEnablerNotificationSession |
getAuditEnablerNotificationSession(AuditEnablerReceiver auditEnablerReceiver)
Gets the
OsidSession associated with the audit enabler
notification service. |
AuditEnablerNotificationSession |
getAuditEnablerNotificationSessionForInquest(AuditEnablerReceiver auditEnablerReceiver,
Id inquestId)
Gets the
OsidSession associated with the audit enabler
notification service for the given inquest. |
AuditEnablerQuerySession |
getAuditEnablerQuerySession()
Gets the
OsidSession associated with the audit enabler
query service. |
AuditEnablerQuerySession |
getAuditEnablerQuerySessionForInquest(Id inquestId)
Gets the
OsidSession associated with the audit enabler
query service for the given inquest. |
AuditEnablerRuleApplicationSession |
getAuditEnablerRuleApplicationSession()
Gets the
OsidSession associated with the audit enabler
assignment service. |
AuditEnablerRuleApplicationSession |
getAuditEnablerRuleApplicationSessionForInquest(Id inquestId)
Gets the
OsidSession associated with the audit enabler
assignment service for the given inquest. |
AuditEnablerRuleLookupSession |
getAuditEnablerRuleLookupSession()
Gets the
OsidSession associated with the audit enabler
mapping lookup service. |
AuditEnablerRuleLookupSession |
getAuditEnablerRuleLookupSessionForInquest(Id inquestId)
Gets the
OsidSession associated with the audit enabler
mapping lookup service for the given inquest. |
AuditEnablerSearchSession |
getAuditEnablerSearchSession()
Gets the
OsidSession associated with the audit enabler
search service. |
AuditEnablerSearchSession |
getAuditEnablerSearchSessionForInquest(Id inquestId)
Gets the
OsidSession associated with the audit enablers
earch service for the given inquest. |
AuditEnablerSmartInquestSession |
getAuditEnablerSmartInquestSession(Id inquestId)
Gets the
OsidSession to manage audit enabler smart
inquests. |
InquiryEnablerAdminSession |
getInquiryEnablerAdminSession()
Gets the
OsidSession associated with the inquiry
enabler administration service. |
InquiryEnablerAdminSession |
getInquiryEnablerAdminSessionForInquest(Id inquestId)
Gets the
OsidSession associated with the inquiry
enabler administration service for the given inquest. |
InquiryEnablerInquestAssignmentSession |
getInquiryEnablerInquestAssignmentSession()
Gets the
OsidSession associated with assigning inquiry
enablers to inquests. |
InquiryEnablerInquestSession |
getInquiryEnablerInquestSession()
Gets the
OsidSession to lookup inquiry enabler/inquest
mappings for inquiry enablers. |
InquiryEnablerLookupSession |
getInquiryEnablerLookupSession()
Gets the
OsidSession associated with the inquiry
enabler lookup service. |
InquiryEnablerLookupSession |
getInquiryEnablerLookupSessionForInquest(Id inquestId)
Gets the
OsidSession associated with the inquiry
enabler lookup service for the given inquest. |
InquiryEnablerNotificationSession |
getInquiryEnablerNotificationSession(InquiryEnablerReceiver inquiryEnablerReceiver)
Gets the
OsidSession associated with the inquiry
enabler notification service. |
InquiryEnablerNotificationSession |
getInquiryEnablerNotificationSessionForInquest(InquiryEnablerReceiver inquiryEnablerReceiver,
Id inquestId)
Gets the
OsidSession associated with the inquiry
enabler notification service for the given inquest. |
InquiryEnablerQuerySession |
getInquiryEnablerQuerySession()
Gets the
OsidSession associated with the inquiry
enabler query service. |
InquiryEnablerQuerySession |
getInquiryEnablerQuerySessionForInquest(Id inquestId)
Gets the
OsidSession associated with the inquiry
enabler query service for the given inquest. |
InquiryEnablerRuleApplicationSession |
getInquiryEnablerRuleApplicationSession()
Gets the
OsidSession associated with the inquiry
enabler assignment service. |
InquiryEnablerRuleApplicationSession |
getInquiryEnablerRuleApplicationSessionForInquest(Id inquestId)
Gets the
OsidSession associated with the inquiry
enabler assignment service for the given inquest. |
InquiryEnablerRuleLookupSession |
getInquiryEnablerRuleLookupSession()
Gets the
OsidSession associated with the inquiry
enabler mapping lookup service. |
InquiryEnablerRuleLookupSession |
getInquiryEnablerRuleLookupSessionForInquest(Id inquestId)
Gets the
OsidSession associated with the inquiry
enabler mapping lookup service for the given inquest. |
InquiryEnablerSearchSession |
getInquiryEnablerSearchSession()
Gets the
OsidSession associated with the inquiry
enabler search service. |
InquiryEnablerSearchSession |
getInquiryEnablerSearchSessionForInquest(Id inquestId)
Gets the
OsidSession associated with the inquiry
enablers earch service for the given inquest. |
InquiryEnablerSmartInquestSession |
getInquiryEnablerSmartInquestSession(Id inquestId)
Gets the
OsidSession to manage inquiry enabler smart
inquests. |
changeBranch, initialize, rollbackServiceclosegetAuditEnablerRecordTypes, getAuditEnablerSearchRecordTypes, getInquiryEnablerRecordTypes, getInquiryEnablerSearchRecordTypes, supportsAuditEnablerAdmin, supportsAuditEnablerInquest, supportsAuditEnablerInquestAssignment, supportsAuditEnablerLookup, supportsAuditEnablerNotification, supportsAuditEnablerQuery, supportsAuditEnablerRecordType, supportsAuditEnablerRuleApplication, supportsAuditEnablerRuleLookup, supportsAuditEnablerSearch, supportsAuditEnablerSearchRecordType, supportsAuditEnablerSmartInquest, supportsInquiryEnablerAdmin, supportsInquiryEnablerInquest, supportsInquiryEnablerInquestAssignment, supportsInquiryEnablerLookup, supportsInquiryEnablerNotification, supportsInquiryEnablerQuery, supportsInquiryEnablerRecordType, supportsInquiryEnablerSearch, supportsInquiryEnablerSearchRecordType, supportsInquiryEnablerSmartInquest, supportsVisibleFederationgetBranch, getBranchId, getDescription, getDisplayName, getId, getLocales, getProxyRecordTypes, getReleaseDate, getVersion, supportsJournalBranching, supportsJournalRollback, supportsOSIDVersion, supportsProxyRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdInquiryEnablerLookupSession getInquiryEnablerLookupSession() throws OperationFailedException
OsidSession associated with the inquiry
enabler lookup service. InquiryEnablerLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerLookup() is false optional - This method must be implemented if
supportsInquiryEnablerLookup() is true.
InquiryEnablerLookupSession getInquiryEnablerLookupSessionForInquest(Id inquestId) throws NotFoundException, OperationFailedException
OsidSession associated with the inquiry
enabler lookup service for the given inquest.inquestId - the Id of the Inquest InquiryEnablerLookupSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsInquiryEnablerLookup() and
supportsVisibleFederation() are true.
InquiryEnablerQuerySession getInquiryEnablerQuerySession() throws OperationFailedException
OsidSession associated with the inquiry
enabler query service. InquiryEnablerQuerySession OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerQuery() is false optional - This method must be implemented if
supportsInquiryEnablerQuery() is true.
InquiryEnablerQuerySession getInquiryEnablerQuerySessionForInquest(Id inquestId) throws NotFoundException, OperationFailedException
OsidSession associated with the inquiry
enabler query service for the given inquest.inquestId - the Id of the Inquest InquiryEnablerQuerySession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerQuery() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsInquiryEnablerQuery() and
supportsVisibleFederation() are true.
InquiryEnablerSearchSession getInquiryEnablerSearchSession() throws OperationFailedException
OsidSession associated with the inquiry
enabler search service. InquiryEnablerSearchSession OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerSearch() is false optional - This method must be implemented if
supportsInquiryEnablerSearch() is true.
InquiryEnablerSearchSession getInquiryEnablerSearchSessionForInquest(Id inquestId) throws NotFoundException, OperationFailedException
OsidSession associated with the inquiry
enablers earch service for the given inquest.inquestId - the Id of the Inquest InquiryEnablerSearchSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsInquiryEnablerSearch() and
supportsVisibleFederation() are true.
InquiryEnablerAdminSession getInquiryEnablerAdminSession() throws OperationFailedException
OsidSession associated with the inquiry
enabler administration service. InquiryEnablerAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerAdmin() is false optional - This method must be implemented if
supportsInquiryEnablerAdmin() is true.
InquiryEnablerAdminSession getInquiryEnablerAdminSessionForInquest(Id inquestId) throws NotFoundException, OperationFailedException
OsidSession associated with the inquiry
enabler administration service for the given inquest.inquestId - the Id of the Inquest InquiryEnablerAdminSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsInquiryEnablerAdmin() and
supportsVisibleFederation() are true.
InquiryEnablerNotificationSession getInquiryEnablerNotificationSession(InquiryEnablerReceiver inquiryEnablerReceiver) throws OperationFailedException
OsidSession associated with the inquiry
enabler notification service.inquiryEnablerReceiver - the notification callback InquiryEnablerNotificationSession NullArgumentException - inquiryEnablerReceiver
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerNotification() is false
optional - This method must be implemented if
supportsInquiryEnablerNotification() is
true. InquiryEnablerNotificationSession getInquiryEnablerNotificationSessionForInquest(InquiryEnablerReceiver inquiryEnablerReceiver, Id inquestId) throws NotFoundException, OperationFailedException
OsidSession associated with the inquiry
enabler notification service for the given inquest.inquiryEnablerReceiver - the notification callbackinquestId - the Id of the Inquest InquiryEnablerNotificationSession NotFoundException - no inquest found by the given
Id NullArgumentException - inquiryEnablerReceiver
or inquestId is null OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsInquiryEnablerNotification() and
supportsVisibleFederation() are true.
InquiryEnablerInquestSession getInquiryEnablerInquestSession() throws OperationFailedException
OsidSession to lookup inquiry enabler/inquest
mappings for inquiry enablers. InquiryEnablerInquestSession OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerInquest() is false
optional - This method must be implemented if
supportsInquiryEnablerInquest() is true.
InquiryEnablerInquestAssignmentSession getInquiryEnablerInquestAssignmentSession() throws OperationFailedException
OsidSession associated with assigning inquiry
enablers to inquests. InquiryEnablerInquestAssignmentSession OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerInquestAssignment() is
false optional - This method must be implemented if
supportsInquiryEnablerInquestAssignment() is
true. InquiryEnablerSmartInquestSession getInquiryEnablerSmartInquestSession(Id inquestId) throws NotFoundException, OperationFailedException
OsidSession to manage inquiry enabler smart
inquests.inquestId - the Id of the Inquest InquiryEnablerSmartInquestSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerSmartInquest() is false
optional - This method must be implemented if
supportsInquiryEnablerSmartInquest() is
true. InquiryEnablerRuleLookupSession getInquiryEnablerRuleLookupSession() throws OperationFailedException
OsidSession associated with the inquiry
enabler mapping lookup service. InquiryEnablerRuleLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerRuleLookup() is false
optional - This method must be implemented if
supportsInquiryEnablerRuleLookup() is true.
InquiryEnablerRuleLookupSession getInquiryEnablerRuleLookupSessionForInquest(Id inquestId) throws NotFoundException, OperationFailedException
OsidSession associated with the inquiry
enabler mapping lookup service for the given inquest.inquestId - the Id of the Inquest InquiryEnablerRuleLookupSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerRuleLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsInquiryEnablerRuleLookup() and
supportsVisibleFederation() are true.
InquiryEnablerRuleApplicationSession getInquiryEnablerRuleApplicationSession() throws OperationFailedException
OsidSession associated with the inquiry
enabler assignment service. InquiryEnablerRuleApplicationSession OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerRuleApplication() is
false optional - This method must be implemented if
supportsInquiryEnablerRuleApplication() is
true. InquiryEnablerRuleApplicationSession getInquiryEnablerRuleApplicationSessionForInquest(Id inquestId) throws NotFoundException, OperationFailedException
OsidSession associated with the inquiry
enabler assignment service for the given inquest.inquestId - the Id of the Inquest InquiryEnablerRuleApplicationSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerRuleApplication() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsInquiryEnablerRuleApplication() and
supportsVisibleFederation() are true.
AuditEnablerLookupSession getAuditEnablerLookupSession() throws OperationFailedException
OsidSession associated with the audit enabler
lookup service. AuditEnablerLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerLookup() is false optional - This method must be implemented if
supportsAuditEnablerLookup() is true.
AuditEnablerLookupSession getAuditEnablerLookupSessionForInquest(Id inquestId) throws NotFoundException, OperationFailedException
OsidSession associated with the audit enabler
lookup service for the given inquest.inquestId - the Id of the Inquest AuditEnablerLookupSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAuditEnablerLookup() and
supportsVisibleFederation() are true.
AuditEnablerQuerySession getAuditEnablerQuerySession() throws OperationFailedException
OsidSession associated with the audit enabler
query service. AuditEnablerQuerySession OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerQuery() is false optional - This method must be implemented if
supportsAuditEnablerQuery() is true.
AuditEnablerQuerySession getAuditEnablerQuerySessionForInquest(Id inquestId) throws NotFoundException, OperationFailedException
OsidSession associated with the audit enabler
query service for the given inquest.inquestId - the Id of the Inquest AuditEnablerQuerySession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerQuery() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAuditEnablerQuery() and
supportsVisibleFederation() are true.
AuditEnablerSearchSession getAuditEnablerSearchSession() throws OperationFailedException
OsidSession associated with the audit enabler
search service. AuditEnablerSearchSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerSearch() is false optional - This method must be implemented if
supportsAuditEnablerSearch() is true.
AuditEnablerSearchSession getAuditEnablerSearchSessionForInquest(Id inquestId) throws NotFoundException, OperationFailedException
OsidSession associated with the audit enablers
earch service for the given inquest.inquestId - the Id of the Inquest AuditEnablerSearchSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerSearch() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAuditEnablerSearch() and
supportsVisibleFederation() are true.
AuditEnablerAdminSession getAuditEnablerAdminSession() throws OperationFailedException
OsidSession associated with the audit enabler
administration service. AuditEnablerAdminSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerAdmin() is false optional - This method must be implemented if
supportsAuditEnablerAdmin() is true.
AuditEnablerAdminSession getAuditEnablerAdminSessionForInquest(Id inquestId) throws NotFoundException, OperationFailedException
OsidSession associated with the audit enabler
administration service for the given inquest.inquestId - the Id of the Inquest AuditEnablerAdminSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerAdmin() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAuditEnablerAdmin() and
supportsVisibleFederation() are true.
AuditEnablerNotificationSession getAuditEnablerNotificationSession(AuditEnablerReceiver auditEnablerReceiver) throws OperationFailedException
OsidSession associated with the audit enabler
notification service.auditEnablerReceiver - the notification callback AuditEnablerNotificationSession NullArgumentException - auditEnablerReceiver
is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerNotification() is false
optional - This method must be implemented if
supportsAuditEnablerNotification() is true.
AuditEnablerNotificationSession getAuditEnablerNotificationSessionForInquest(AuditEnablerReceiver auditEnablerReceiver, Id inquestId) throws NotFoundException, OperationFailedException
OsidSession associated with the audit enabler
notification service for the given inquest.auditEnablerReceiver - the notification callbackinquestId - the Id of the Inquest AuditEnablerNotificationSession NotFoundException - no inquest found by the given
Id NullArgumentException - auditEnablerReceiver
or inquestId is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerNotification() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAuditEnablerNotification() and
supportsVisibleFederation() are true.
AuditEnablerInquestSession getAuditEnablerInquestSession() throws OperationFailedException
OsidSession to lookup audit enabler/inquest
mappings for audit enablers. AuditEnablerInquestSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerInquest() is false optional - This method must be implemented if
supportsAuditEnablerInquest() is true.
AuditEnablerInquestAssignmentSession getAuditEnablerInquestAssignmentSession() throws OperationFailedException
OsidSession associated with assigning audit
enablers to inquests. AuditEnablerInquestAssignmentSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerInquestAssignment() is
false optional - This method must be implemented if
supportsAuditEnablerInquestAssignment() is
true. AuditEnablerSmartInquestSession getAuditEnablerSmartInquestSession(Id inquestId) throws NotFoundException, OperationFailedException
OsidSession to manage audit enabler smart
inquests.inquestId - the Id of the Inquest AuditEnablerSmartInquestSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerSmartInquest() is false
optional - This method must be implemented if
supportsAuditEnablerSmartInquest() is true.
AuditEnablerRuleLookupSession getAuditEnablerRuleLookupSession() throws OperationFailedException
OsidSession associated with the audit enabler
mapping lookup service. AuditEnablerRuleLookupSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerRuleLookup() is false
optional - This method must be implemented if
supportsAuditEnablerRuleLookup() is true.
AuditEnablerRuleLookupSession getAuditEnablerRuleLookupSessionForInquest(Id inquestId) throws NotFoundException, OperationFailedException
OsidSession associated with the audit enabler
mapping lookup service for the given inquest.inquestId - the Id of the Inquest AuditEnablerRuleLookupSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerRuleLookup() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAuditEnablerRuleLookup() and
supportsVisibleFederation() are true.
AuditEnablerRuleApplicationSession getAuditEnablerRuleApplicationSession() throws OperationFailedException
OsidSession associated with the audit enabler
assignment service. AuditEnablerRuleApplicationSession OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerRuleApplication() is false
optional - This method must be implemented if
supportsAuditEnablerRuleApplication() is
true. AuditEnablerRuleApplicationSession getAuditEnablerRuleApplicationSessionForInquest(Id inquestId) throws NotFoundException, OperationFailedException
OsidSession associated with the audit enabler
assignment service for the given inquest.inquestId - the Id of the Inquest AuditEnablerRuleApplicationSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerRuleApplication() or
supportsVisibleFederation() is false optional - This method must be implemented if
supportsAuditEnablerRuleApplication() and
supportsVisibleFederation() are true.