Interface | osid.inquiry.InquiryProxyManager | ||
---|---|---|---|
Implements | osid.OsidProxyManager | ||
osid.inquiry.InquiryProfile | |||
Description |
The inquiry proxy manager provides access to inquiry
sessions and provides interoperability tests for various
aspects of this service. Methods in this manager pass a
| ||
Method | getAcknowledgementSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.AcknowledgementSession | an AcknowledgementSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAcknowledgemen() is false | ||
Compliance | optional | This method must be implemented if supportsAcknowledgemen()
is true. | |
Method | getAcknowledgementSessionForInquest | ||
Description |
Gets the | ||
Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.AcknowledgementSession | an AcknowledgementSession | |
Errors | NOT_FOUND | no Inquest found by the given Id | |
NULL_ARGUMENT | inquestId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAcknowledgemen() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsAcknowledgemen()
and supportsVisibleFederation() are true | |
Method | getAcknowledgementNotificationSession | ||
Description |
Gets the | ||
Parameters | osid.inquiry.InquiryReceiver | inquiryReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.AcknowledgementNotificationSession | an AcknowledgementNotificationSession | |
Errors | NULL_ARGUMENT | inquiryReceiver or proxy is null
| |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAcknowledgemenNotification() is false | ||
Compliance | optional | This method must be implemented if
supportsAcknowledgemenNotification() is true. | |
Method | getAcknowledgementNotificationSessionForInquest | ||
Description |
Gets the | ||
Parameters | osid.inquiry.InquiryReceiver | inquiryReceiver | the notification callback |
osid.id.Id | inquestId | the Id of the Inquest | |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.AcknowledgementNotificationSession | an AcknowledgementNotificationSession | |
Errors | NOT_FOUND | no inquest found by the given Id | |
NULL_ARGUMENT | inquiryReceiver, inquestId or proxy is
null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAcknowledgemenNotification() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if
supportsAcknowledgementNotification() and
supportsVisibleFederation() are true | |
Method | getInquiryLookupSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.InquiryLookupSession | an InquiryLookupSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquiryLookup() is false | ||
Compliance | optional | This method must be implemented if supportsInquiryLookup()
is true. | |
Method | getInquiryLookupSessionForInquest | ||
Description |
Gets the | ||
Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.InquiryLookupSession | an InquiryLookupSession | |
Errors | NOT_FOUND | no Inquest found by the given Id | |
NULL_ARGUMENT | inquestId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquiryLookup() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsInquiryLookup()
and supportsVisibleFederation() are true | |
Method | getInquiryQuerySession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.InquiryQuerySession | an InquiryQuerySession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquiryQuery() is false | ||
Compliance | optional | This method must be implemented if supportsInquiryQuery() is
true. | |
Method | getInquiryQuerySessionForInquest | ||
Description |
Gets the | ||
Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.InquiryQuerySession | an InquiryQuerySession | |
Errors | NOT_FOUND | no inquest found by the given Id | |
NULL_ARGUMENT | inquestId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquiryQuery() or supportsVisibleFederation()
is false | ||
Compliance | optional | This method must be implemented if supportsInquiryQuery()
and supportsVisibleFederation() are true | |
Method | getInquirySearchSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.InquirySearchSession | an InquirySearchSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquirySearch() is false | ||
Compliance | optional | This method must be implemented if supportsInquirySearch()
is true. | |
Method | getInquirySearchSessionForInquest | ||
Description |
Gets the | ||
Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.InquirySearchSession | an InquirySearchSession | |
Errors | NOT_FOUND | no inquest found by the given Id | |
NULL_ARGUMENT | inquestId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquirySearch() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsInquirySearch()
and supportsVisibleFederation() are true | |
Method | getInquiryAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.InquiryAdminSession | an InquiryAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquiryAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsInquiryAdmin() is
true. | |
Method | getInquiryAdminSessionForInquest | ||
Description |
Gets the | ||
Parameters | osid.id.Id | inquestId | the Id of the inquest |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.InquiryAdminSession | an InquiryAdminSession | |
Errors | NOT_FOUND | no inquest found by the given Id | |
NULL_ARGUMENT | inquestId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquiryAdmin() or supportsVisibleFederation()
is false | ||
Compliance | optional | This method must be implemented if supportsInquiryAdmin()
and supportsVisibleFederation() are true | |
Method | getInquiryNotificationSession | ||
Description |
Gets the | ||
Parameters | osid.inquiry.InquiryReceiver | inquiryReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.InquiryNotificationSession | an InquiryNotificationSession | |
Errors | NULL_ARGUMENT | inquiryReceiver or proxy is null
| |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquiryNotification() is false | ||
Compliance | optional | This method must be implemented if supportsInquiryNotification()
is true. | |
Method | getInquiryNotificationSessionForInquest | ||
Description |
Gets the | ||
Parameters | osid.inquiry.InquiryReceiver | inquiryReceiver | the notification callback |
osid.id.Id | inquestId | the Id of the Inquest | |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.InquiryNotificationSession | an InquiryNotificationSession | |
Errors | NOT_FOUND | no inquest found by the given Id | |
NULL_ARGUMENT | inquiryReceiver, inquestId, or proxy is
null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquiryNotification() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsInquiryNotification()
and supportsVisibleFederation() are true | |
Method | getInquiryInquestSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.InquiryInquestSession | an InquiryInquestSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquiryInquest() is false | ||
Compliance | optional | This method must be implemented if supportsInquiryInquest()
is true. | |
Method | getInquiryInquestAssignmentSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.InquiryInquestAssignmentSession | an InquiryInquestAssignmentSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquiryInquestAssignment() is false | ||
Compliance | optional | This method must be implemented if
supportsInquiryInquestAssignment() is true. | |
Method | getInquirySmartInquestSession | ||
Description |
Gets the | ||
Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.InquirySmartInquestSession | an InquirySmartInquestSession | |
Errors | NOT_FOUND | no inquest found by the given Id | |
NULL_ARGUMENT | inquestId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquirySmartInquest() is false | ||
Compliance | optional | This method must be implemented if supportsInquirySmartInquest()
is true. | |
Method | getAuditLookupSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.AuditLookupSession | an AuditLookupSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAuditLookup() is false | ||
Compliance | optional | This method must be implemented if supportsAuditLookup() is
true. | |
Method | getAuditLookupSessionForInquest | ||
Description |
Gets the | ||
Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.AuditLookupSession | an AuditLookupSession | |
Errors | NOT_FOUND | no Inquest found by the given Id | |
NULL_ARGUMENT | inquestId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAuditLookup() or supportsVisibleFederation()
is false | ||
Compliance | optional | This method must be implemented if supportsAuditLookup() and
supportsVisibleFederation() are true | |
Method | getAuditQuerySession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.AuditQuerySession | an AuditQuerySession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAuditQuery() is false | ||
Compliance | optional | This method must be implemented if supportsAuditQuery() is
true. | |
Method | getAuditQuerySessionForInquest | ||
Description |
Gets the | ||
Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.AuditQuerySession | an AuditQuerySession | |
Errors | NOT_FOUND | no inquest found by the given Id | |
NULL_ARGUMENT | inquestId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAuditQuery() or supportsVisibleFederation()
is false | ||
Compliance | optional | This method must be implemented if supportsAuditQuery() and
supportsVisibleFederation() are true | |
Method | getAuditSearchSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.AuditSearchSession | an AuditSearchSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAuditSearch() is false | ||
Compliance | optional | This method must be implemented if supportsAuditSearch() is
true. | |
Method | getAuditSearchSessionForInquest | ||
Description |
Gets the | ||
Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.AuditSearchSession | an AuditSearchSession | |
Errors | NOT_FOUND | no inquest found by the given Id | |
NULL_ARGUMENT | inquestId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAuditSearch() or supportsVisibleFederation()
is false | ||
Compliance | optional | This method must be implemented if supportsAuditSearch() and
supportsVisibleFederation() are true | |
Method | getAuditAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.AuditAdminSession | an AuditAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAuditAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsAuditAdmin() is
true. | |
Method | getAuditAdminSessionForInquest | ||
Description |
Gets the | ||
Parameters | osid.id.Id | inquestId | the Id of the inquest |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.AuditAdminSession | an AuditAdminSession | |
Errors | NOT_FOUND | no inquest found by the given Id | |
NULL_ARGUMENT | inquestId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAuditAdmin() or supportsVisibleFederation()
is false | ||
Compliance | optional | This method must be implemented if supportsAuditAdmin() and
supportsVisibleFederation() are true | |
Method | getAuditNotificationSession | ||
Description |
Gets the | ||
Parameters | osid.inquiry.AuditReceiver | auditReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.AuditNotificationSession | an AuditNotificationSession | |
Errors | NULL_ARGUMENT | auditReceiver or proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAuditNotification() is false | ||
Compliance | optional | This method must be implemented if supportsAuditNotification()
is true. | |
Method | getAuditNotificationSessionForInquest | ||
Description |
Gets the | ||
Parameters | osid.inquiry.AuditReceiver | auditReceiver | the notification callback |
osid.id.Id | inquestId | the Id of the Inquest | |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.AuditNotificationSession | an AuditNotificationSession | |
Errors | NOT_FOUND | no inquest found by the given Id | |
NULL_ARGUMENT | auditReceiver, inquestId or proxy is
null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAuditNotification() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsAuditNotification()
and supportsVisibleFederation() are true | |
Method | getAuditInquestSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.AuditInquestSession | an AuditInquestSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAuditInquest() is false | ||
Compliance | optional | This method must be implemented if supportsAuditInquest() is
true. | |
Method | getAuditInquestAssignmentSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.AuditInquestAssignmentSession | an AuditInquestAssignmentSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAuditInquestAssignment() is false | ||
Compliance | optional | This method must be implemented if supportsAuditInquestAssignment()
is true. | |
Method | getAuditSmartInquestSession | ||
Description |
Gets the | ||
Parameters | osid.id.Id | inquestId | the Id of the inquest |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.AuditSmartInquestSession | an AuditSmartInquestSession | |
Errors | NOT_FOUND | no inquest found by the given Id | |
NULL_ARGUMENT | inquestId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsAuditSmartInquest() is false | ||
Compliance | optional | This method must be implemented if supportsAuditSmartInquest()
is true. | |
Method | getResponseLookupSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.ResponseLookupSession | a ResponseLookupSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsResponseLookup() is false | ||
Compliance | optional | This method must be implemented if supportsResponseLookup()
is true. | |
Method | getResponseLookupSessionForInquest | ||
Description |
Gets the | ||
Parameters | osid.id.Id | inquestId | the Id of the inquest |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.ResponseLookupSession | a ResponseLookupSession | |
Errors | NOT_FOUND | no Inquest found by the given Id | |
NULL_ARGUMENT | inquestId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsResponseLookup() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsResponseLookup()
and supportsVisibleFederation() are true. | |
Method | getResponseQuerySession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.ResponseQuerySession | a ResponseQuerySession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsResponseQuery() is false | ||
Compliance | optional | This method must be implemented if supportsResponseQuery()
is true. | |
Method | getResponseQuerySessionForInquest | ||
Description |
Gets the | ||
Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.ResponseQuerySession | a ResponseQuerySession | |
Errors | NOT_FOUND | no inquest found by the given Id | |
NULL_ARGUMENT | inquestId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsResponseQuery() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsResponseQuery()
and supportsVisibleFederation() are true. | |
Method | getResponseSearchSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.ResponseSearchSession | a ResponseSearchSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsResponseSearch() is false | ||
Compliance | optional | This method must be implemented if supportsResponseSearch()
is true. | |
Method | getResponseSearchSessionForInquest | ||
Description |
Gets the | ||
Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.ResponseSearchSession | a ResponseSearchSession | |
Errors | NOT_FOUND | no inquest found by the given Id | |
NULL_ARGUMENT | inquestId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsResponseSearch() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsResponseSearch()
and supportsVisibleFederation() are true. | |
Method | getResponseAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.ResponseAdminSession | a ResponseAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsResponseAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsResponseAdmin()
is true. | |
Method | getResponseAdminSessionForInput | ||
Description |
Gets the | ||
Parameters | osid.id.Id | inputId | the Id of the Input |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.ResponseAdminSession | a ResponseAdminSession | |
Errors | NOT_FOUND | no input found by the given Id | |
NULL_ARGUMENT | inputId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsResponseAdmin() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsResponseAdmin()
and supportsVisibleFederation() are true. | |
Method | getResponseNotificationSession | ||
Description |
Gets the | ||
Parameters | osid.inquiry.ResponseReceiver | responseReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.ResponseNotificationSession | a ResponseNotificationSession | |
Errors | NULL_ARGUMENT | responseReceiver or proxy is null
| |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsResponseNotification() is false | ||
Compliance | optional | This method must be implemented if supportsResponseNotification()
is true. | |
Method | getResponseNotificationSessionForInquest | ||
Description |
Gets the | ||
Parameters | osid.inquiry.ResponseReceiver | responseReceiver | the notification callback |
osid.id.Id | inquestId | the Id of the Inquest | |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.ResponseNotificationSession | a ResponseNotificationSession | |
Errors | NOT_FOUND | no inquest found by the given Id | |
NULL_ARGUMENT | responseReceiver, inquestId or proxy
is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsResponseNotification() or
supportsVisibleFederation() is false | ||
Compliance | optional | This method must be implemented if supportsResponseNotification()
and supportsVisibleFederation() are true.
| |
Method | getResponseInquestSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.ResponseInquestSession | a ResponseInquestSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsResponseInquest() is false | ||
Compliance | optional | This method must be implemented if supportsResponseInquest()
is true. | |
Method | getResponseInquestAssignmentSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.ResponseInquestAssignmentSession | a ResponseInquestAssignmentSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsResponseInquestAssignment() is false | ||
Compliance | optional | This method must be implemented if
supportsResponseInquestAssignment() is true. | |
Method | getResponseSmartInquestSession | ||
Description |
Gets the | ||
Parameters | osid.id.Id | inquestId | the Id of the Inquest |
osid.proxy.Proxy | proxy | a proxy | |
Return | osid.inquiry.ResponseSmartInquestSession | a ResponseSmartInquestSession | |
Errors | NOT_FOUND | no inquest found by the given Id | |
NULL_ARGUMENT | inquestId or proxy is null | ||
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsResponseSmartInquest() is false | ||
Compliance | optional | This method must be implemented if supportsResponseSmartInquest()
is true. | |
Method | getInquestLookupSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.InquestLookupSession | an InquestLookupSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquestLookup() is false | ||
Compliance | optional | This method must be implemented if supportsInquestLookup()
is true. | |
Method | getInquestQuerySession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.InquestQuerySession | an InquestQuerySession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquestQuery() is false | ||
Compliance | optional | This method must be implemented if supportsInquestQuery() is
true. | |
Method | getInquestSearchSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.InquestSearchSession | an InquestSearchSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquestSearch() is false | ||
Compliance | optional | This method must be implemented if supportsInquestSearch()
is true. | |
Method | getInquestAdminSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.InquestAdminSession | an InquestAdminSession | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquestAdmin() is false | ||
Compliance | optional | This method must be implemented if supportsInquestAdmin() is
true. | |
Method | getInquestNotificationSession | ||
Description |
Gets the | ||
Parameters | osid.inquiry.InquestReceiver | inquestReceiver | the notification callback |
osid.proxy.Proxy | proxy | an proxy | |
Return | osid.inquiry.InquestNotificationSession | an InquestNotificationSession | |
Errors | NULL_ARGUMENT | inquestReceiver or proxy is null
| |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquestNotification() is false | ||
Compliance | optional | This method must be implemented if supportsInquestNotification()
is true. | |
Method | getInquestHierarchySession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.InquestHierarchySession | an InquestHierarchySession for inquests | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquestHierarchy() is false | ||
Compliance | optional | This method must be implemented if supportsInquestHierarchy()
is true. | |
Method | getInquestHierarchyDesignSession | ||
Description |
Gets the | ||
Parameters | osid.proxy.Proxy | proxy | a proxy |
Return | osid.inquiry.InquestHierarchyDesignSession | a HierarchyDesignSession for inquests | |
Errors | NULL_ARGUMENT | proxy is null | |
OPERATION_FAILED | unable to complete request | ||
UNIMPLEMENTED | supportsInquestHierarchyDesign() is false | ||
Compliance | optional | This method must be implemented if supportsInquestHierarchyDesign()
is true. | |
Method | getInquiryBatchProxyManager | ||
Description |
Gets the | ||
Return | osid.inquiry.batch.InquiryBatchProxyManager | an InquiryBatchProxyManager | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsInquiryBatch() is false | ||
Compliance | optional | This method must be implemented if supportsInquiryBatch() is
true. | |
Method | getInquiryRulesProxyManager | ||
Description |
Gets the | ||
Return | osid.inquiry.rules.InquiryRulesProxyManager | an InquiryRulesProxyManager | |
Errors | OPERATION_FAILED | unable to complete request | |
UNIMPLEMENTED | supportsInquiryRules() is false | ||
Compliance | optional | This method must be implemented if supportsInquiryRules() is
true. |