public interface InquiryRulesProxyManager extends OsidProxyManager, InquiryRulesProfile
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 Proxy for passing
information from server environments. 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(Proxy proxy)
Gets the
OsidSession associated with the audit enabler
administration service. |
AuditEnablerAdminSession |
getAuditEnablerAdminSessionForInquest(Id inquestId,
Proxy proxy)
Gets the
OsidSession associated with the audit enabler
administration service for the given inquest. |
AuditEnablerInquestAssignmentSession |
getAuditEnablerInquestAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning audit
enablers to inquests. |
AuditEnablerInquestSession |
getAuditEnablerInquestSession(Proxy proxy)
Gets the
OsidSession to lookup audit enabler/inquest
mappings for audit enablers. |
AuditEnablerLookupSession |
getAuditEnablerLookupSession(Proxy proxy)
Gets the
OsidSession associated with the audit enabler
lookup service. |
AuditEnablerLookupSession |
getAuditEnablerLookupSessionForInquest(Id inquestId,
Proxy proxy)
Gets the
OsidSession associated with the audit enabler
lookup service for the given inquest. |
AuditEnablerNotificationSession |
getAuditEnablerNotificationSession(AuditEnablerReceiver auditEnablerReceiver,
Proxy proxy)
Gets the
OsidSession associated with the audit enabler
notification service. |
AuditEnablerNotificationSession |
getAuditEnablerNotificationSessionForInquest(AuditEnablerReceiver auditEnablerReceiver,
Id inquestId,
Proxy proxy)
Gets the
OsidSession associated with the audit enabler
notification service for the given inquest. |
AuditEnablerQuerySession |
getAuditEnablerQuerySession(Proxy proxy)
Gets the
OsidSession associated with the audit enabler
query service. |
AuditEnablerQuerySession |
getAuditEnablerQuerySessionForInquest(Id inquestId,
Proxy proxy)
Gets the
OsidSession associated with the audit enabler
query service for the given inquest. |
AuditEnablerRuleApplicationSession |
getAuditEnablerRuleApplicationSession(Proxy proxy)
Gets the
OsidSession associated with the audit enabler
assignment service. |
AuditEnablerRuleApplicationSession |
getAuditEnablerRuleApplicationSessionForInquest(Id inquestId,
Proxy proxy)
Gets the
OsidSession associated with the audit enabler
assignment service for the given inquest. |
AuditEnablerRuleLookupSession |
getAuditEnablerRuleLookupSession(Proxy proxy)
Gets the
OsidSession associated with the audit enabler
mapping lookup service . |
AuditEnablerRuleLookupSession |
getAuditEnablerRuleLookupSessionForInquest(Id inquestId,
Proxy proxy)
Gets the
OsidSession associated with the audit enabler
mapping lookup service for the given inquest. |
AuditEnablerSearchSession |
getAuditEnablerSearchSession(Proxy proxy)
Gets the
OsidSession associated with the audit enabler
search service. |
AuditEnablerSearchSession |
getAuditEnablerSearchSessionForInquest(Id inquestId,
Proxy proxy)
Gets the
OsidSession associated with the audit enablers
earch service for the given inquest. |
AuditEnablerSmartInquestSession |
getAuditEnablerSmartInquestSession(Id inquestId,
Proxy proxy)
Gets the
OsidSession to manage audit enabler smart
inquests. |
InquiryEnablerAdminSession |
getInquiryEnablerAdminSession(Proxy proxy)
Gets the
OsidSession associated with the inquiry
enabler administration service. |
InquiryEnablerAdminSession |
getInquiryEnablerAdminSessionForInquest(Id inquestId,
Proxy proxy)
Gets the
OsidSession associated with the inquiry
enabler administration service for the given inquest. |
InquiryEnablerInquestAssignmentSession |
getInquiryEnablerInquestAssignmentSession(Proxy proxy)
Gets the
OsidSession associated with assigning inquiry
enablers to inquests. |
InquiryEnablerInquestSession |
getInquiryEnablerInquestSession(Proxy proxy)
Gets the
OsidSession to lookup inquiry enabler/inquest
mappings for inquiry enablers. |
InquiryEnablerLookupSession |
getInquiryEnablerLookupSession(Proxy proxy)
Gets the
OsidSession associated with the inquiry
enabler lookup service. |
InquiryEnablerLookupSession |
getInquiryEnablerLookupSessionForInquest(Id inquestId,
Proxy proxy)
Gets the
OsidSession associated with the inquiry
enabler lookup service for the given inquest. |
InquiryEnablerNotificationSession |
getInquiryEnablerNotificationSession(InquiryEnablerReceiver inquiryEnablerReceiver,
Proxy proxy)
Gets the
OsidSession associated with the inquiry
enabler notification service. |
InquiryEnablerNotificationSession |
getInquiryEnablerNotificationSessionForInquest(InquiryEnablerReceiver inquiryEnablerReceiver,
Id inquestId,
Proxy proxy)
Gets the
OsidSession associated with the inquiry
enabler notification service for the given inquest. |
InquiryEnablerQuerySession |
getInquiryEnablerQuerySession(Proxy proxy)
Gets the
OsidSession associated with the inquiry
enabler query service. |
InquiryEnablerQuerySession |
getInquiryEnablerQuerySessionForInquest(Id inquestId,
Proxy proxy)
Gets the
OsidSession associated with the inquiry
enabler query service for the given inquest. |
InquiryEnablerRuleApplicationSession |
getInquiryEnablerRuleApplicationSession(Proxy proxy)
Gets the
OsidSession associated with the inquiry
enabler assignment service. |
InquiryEnablerRuleApplicationSession |
getInquiryEnablerRuleApplicationSessionForInquest(Id inquestId,
Proxy proxy)
Gets the
OsidSession associated with the inquiry
enabler assignment service for the given inquest. |
InquiryEnablerRuleLookupSession |
getInquiryEnablerRuleLookupSession(Proxy proxy)
Gets the
OsidSession associated with the inquiry
enabler mapping lookup service . |
InquiryEnablerRuleLookupSession |
getInquiryEnablerRuleLookupSessionForInquest(Id inquestId,
Proxy proxy)
Gets the
OsidSession associated with the inquiry
enabler mapping lookup service for the given inquest. |
InquiryEnablerSearchSession |
getInquiryEnablerSearchSession(Proxy proxy)
Gets the
OsidSession associated with the inquiry
enabler search service. |
InquiryEnablerSearchSession |
getInquiryEnablerSearchSessionForInquest(Id inquestId,
Proxy proxy)
Gets the
OsidSession associated with the inquiry
enablers earch service for the given inquest. |
InquiryEnablerSmartInquestSession |
getInquiryEnablerSmartInquestSession(Id inquestId,
Proxy proxy)
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(Proxy proxy) throws OperationFailedException
OsidSession associated with the inquiry
enabler lookup service.proxy - a proxy InquiryEnablerLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerLookup() is false optional - This method must be implemented if
supportsInquiryEnablerLookup() is true.
InquiryEnablerLookupSession getInquiryEnablerLookupSessionForInquest(Id inquestId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the inquiry
enabler lookup service for the given inquest.inquestId - the Id of the Inquest proxy - a proxy InquiryEnablerLookupSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId or proxy 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(Proxy proxy) throws OperationFailedException
OsidSession associated with the inquiry
enabler query service.proxy - a proxy InquiryEnablerQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerQuery() is false optional - This method must be implemented if
supportsInquiryEnablerQuery() is true.
InquiryEnablerQuerySession getInquiryEnablerQuerySessionForInquest(Id inquestId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the inquiry
enabler query service for the given inquest.inquestId - the Id of the Inquest proxy - a proxy InquiryEnablerQuerySession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId or proxy 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(Proxy proxy) throws OperationFailedException
OsidSession associated with the inquiry
enabler search service.proxy - a proxy InquiryEnablerSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerSearch() is false optional - This method must be implemented if
supportsInquiryEnablerSearch() is true.
InquiryEnablerSearchSession getInquiryEnablerSearchSessionForInquest(Id inquestId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the inquiry
enablers earch service for the given inquest.inquestId - the Id of the Inquest proxy - a proxy InquiryEnablerSearchSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId or proxy 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(Proxy proxy) throws OperationFailedException
OsidSession associated with the inquiry
enabler administration service.proxy - a proxy InquiryEnablerAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerAdmin() is false optional - This method must be implemented if
supportsInquiryEnablerAdmin() is true.
InquiryEnablerAdminSession getInquiryEnablerAdminSessionForInquest(Id inquestId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the inquiry
enabler administration service for the given inquest.inquestId - the Id of the Inquest proxy - a proxy InquiryEnablerAdminSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId or proxy 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, Proxy proxy) throws OperationFailedException
OsidSession associated with the inquiry
enabler notification service.inquiryEnablerReceiver - the notification callbackproxy - a proxy InquiryEnablerNotificationSession NullArgumentException - inquiryEnablerReceiver
or proxy 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, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the inquiry
enabler notification service for the given inquest.inquiryEnablerReceiver - the notification callbackinquestId - the Id of the Inquest proxy - a proxy InquiryEnablerNotificationSession NotFoundException - no inquest found by the given
Id NullArgumentException - inquiryEnablerReceiver,
inquestId or proxy 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(Proxy proxy) throws OperationFailedException
OsidSession to lookup inquiry enabler/inquest
mappings for inquiry enablers.proxy - a proxy InquiryEnablerInquestSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerInquest() is false
optional - This method must be implemented if
supportsInquiryEnablerInquest() is true.
InquiryEnablerInquestAssignmentSession getInquiryEnablerInquestAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning inquiry
enablers to inquests.proxy - a proxy InquiryEnablerInquestAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerInquestAssignment() is
false optional - This method must be implemented if
supportsInquiryEnablerInquestAssignment() is
true. InquiryEnablerSmartInquestSession getInquiryEnablerSmartInquestSession(Id inquestId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage inquiry enabler smart
inquests.inquestId - the Id of the Inquest proxy - a proxy InquiryEnablerSmartInquestSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerSmartInquest() is false
optional - This method must be implemented if
supportsInquiryEnablerSmartInquest() is
true. InquiryEnablerRuleLookupSession getInquiryEnablerRuleLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the inquiry
enabler mapping lookup service .proxy - a proxy InquiryEnablerRuleLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerRuleLookup() is false
optional - This method must be implemented if
supportsInquiryEnablerRuleLookup() is true.
InquiryEnablerRuleLookupSession getInquiryEnablerRuleLookupSessionForInquest(Id inquestId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the inquiry
enabler mapping lookup service for the given inquest.inquestId - the Id of the Inquest proxy - a proxy InquiryEnablerRuleLookupSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId or
proxy 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(Proxy proxy) throws OperationFailedException
OsidSession associated with the inquiry
enabler assignment service.proxy - a proxy InquiryEnablerRuleApplicationSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsInquiryEnablerRuleApplication() is
false optional - This method must be implemented if
supportsInquiryEnablerRuleApplication() is
true. InquiryEnablerRuleApplicationSession getInquiryEnablerRuleApplicationSessionForInquest(Id inquestId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the inquiry
enabler assignment service for the given inquest.inquestId - the Id of the Inquest proxy - a proxy 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(Proxy proxy) throws OperationFailedException
OsidSession associated with the audit enabler
lookup service.proxy - a proxy AuditEnablerLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerLookup() is false optional - This method must be implemented if
supportsAuditEnablerLookup() is true.
AuditEnablerLookupSession getAuditEnablerLookupSessionForInquest(Id inquestId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the audit enabler
lookup service for the given inquest.inquestId - the Id of the Inquest proxy - a proxy AuditEnablerLookupSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId or proxy 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(Proxy proxy) throws OperationFailedException
OsidSession associated with the audit enabler
query service.proxy - a proxy AuditEnablerQuerySession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerQuery() is false optional - This method must be implemented if
supportsAuditEnablerQuery() is true.
AuditEnablerQuerySession getAuditEnablerQuerySessionForInquest(Id inquestId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the audit enabler
query service for the given inquest.inquestId - the Id of the Inquest proxy - a proxy AuditEnablerQuerySession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId or proxy 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(Proxy proxy) throws OperationFailedException
OsidSession associated with the audit enabler
search service.proxy - a proxy AuditEnablerSearchSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerSearch() is false optional - This method must be implemented if
supportsAuditEnablerSearch() is true.
AuditEnablerSearchSession getAuditEnablerSearchSessionForInquest(Id inquestId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the audit enablers
earch service for the given inquest.inquestId - the Id of the Inquest proxy - a proxy AuditEnablerSearchSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId or proxy 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(Proxy proxy) throws OperationFailedException
OsidSession associated with the audit enabler
administration service.proxy - a proxy AuditEnablerAdminSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerAdmin() is false optional - This method must be implemented if
supportsAuditEnablerAdmin() is true.
AuditEnablerAdminSession getAuditEnablerAdminSessionForInquest(Id inquestId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the audit enabler
administration service for the given inquest.inquestId - the Id of the Inquest proxy - a proxy AuditEnablerAdminSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId or proxy 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, Proxy proxy) throws OperationFailedException
OsidSession associated with the audit enabler
notification service.auditEnablerReceiver - the notification callbackproxy - a proxy AuditEnablerNotificationSession NullArgumentException - auditEnablerReceiver
or proxy 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, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the audit enabler
notification service for the given inquest.auditEnablerReceiver - the notification callbackinquestId - the Id of the Inquest proxy - a proxy AuditEnablerNotificationSession NotFoundException - no inquest found by the given
Id NullArgumentException - auditEnablerReceiver,
inquestId or proxy 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(Proxy proxy) throws OperationFailedException
OsidSession to lookup audit enabler/inquest
mappings for audit enablers.proxy - a proxy AuditEnablerInquestSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerInquest() is false optional - This method must be implemented if
supportsAuditEnablerInquest() is true.
AuditEnablerInquestAssignmentSession getAuditEnablerInquestAssignmentSession(Proxy proxy) throws OperationFailedException
OsidSession associated with assigning audit
enablers to inquests.proxy - a proxy AuditEnablerInquestAssignmentSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerInquestAssignment() is
false optional - This method must be implemented if
supportsAuditEnablerInquestAssignment() is
true. AuditEnablerSmartInquestSession getAuditEnablerSmartInquestSession(Id inquestId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession to manage audit enabler smart
inquests.inquestId - the Id of the Inquest proxy - a proxy AuditEnablerSmartInquestSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId or
proxy is null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerSmartInquest() is false
optional - This method must be implemented if
supportsAuditEnablerSmartInquest() is true.
AuditEnablerRuleLookupSession getAuditEnablerRuleLookupSession(Proxy proxy) throws OperationFailedException
OsidSession associated with the audit enabler
mapping lookup service .proxy - a proxy AuditEnablerRuleLookupSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerRuleLookup() is false
optional - This method must be implemented if
supportsAuditEnablerRuleLookup() is true.
AuditEnablerRuleLookupSession getAuditEnablerRuleLookupSessionForInquest(Id inquestId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the audit enabler
mapping lookup service for the given inquest.inquestId - the Id of the Inquest proxy - a proxy AuditEnablerRuleLookupSession NotFoundException - no Inquest found by
the given Id NullArgumentException - inquestId or
proxy 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(Proxy proxy) throws OperationFailedException
OsidSession associated with the audit enabler
assignment service.proxy - a proxy AuditEnablerRuleApplicationSession NullArgumentException - proxy is
null OperationFailedException - unable to complete requestUnimplementedException -
supportsAuditEnablerRuleApplication() is false
optional - This method must be implemented if
supportsAuditEnablerRuleApplication() is
true. AuditEnablerRuleApplicationSession getAuditEnablerRuleApplicationSessionForInquest(Id inquestId, Proxy proxy) throws NotFoundException, OperationFailedException
OsidSession associated with the audit enabler
assignment service for the given inquest.inquestId - the Id of the Inquest proxy - a proxy 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.