| Interface | osid.lexicon.LexiconProxyManager | ||
|---|---|---|---|
| Implements | osid.OsidProxyManager | ||
osid.lexicon.LexiconProfile | |||
| Description |
The lexicon proxy manager provides access to lexicon
sessions and provides interoperability tests for various
aspects of this service. Methods in this manager pass a
| ||
| Method | getTextSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.TextSession | a TextSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsText() is false | ||
| Compliance | optional | This method must be implemented if supportsText() is
true . | |
| Method | getTextSessionForPress | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | pressId | the Id of the press |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.TextSession | a TextSession | |
| Errors | NOT_FOUND | no Press found by the given Id | |
| NULL_ARGUMENT | pressId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsText() or supportsVisibleFederation() is
false | ||
| Compliance | optional | This method must be implemented if supportsText() and
supportsVisibleFederation() are true | |
| Method | getTextLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.TextLookupSession | a TextLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsTextLookup() is false | ||
| Compliance | optional | This method must be implemented if supportsTextLookup() is
true . | |
| Method | getTextLookupSessionForPress | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | pressId | the Id of the Press |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.TextLookupSession | a TextLookupSession | |
| Errors | NOT_FOUND | no Press found by the given Id | |
| NULL_ARGUMENT | pressId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsTextLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsTextLookup() and
supportsVisibleFederation() are true | |
| Method | getTextQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.TextQuerySession | a TextQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsTextQuery() is false | ||
| Compliance | optional | This method must be implemented if supportsTextQuery() is
true . | |
| Method | getTextQuerySessionForPress | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | pressId | the Id of the Press |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.TextQuerySession | a TextQuerySession | |
| Errors | NOT_FOUND | no press found by the given Id | |
| NULL_ARGUMENT | pressId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsTextQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsTextQuery() and
supportsVisibleFederation() are true | |
| Method | getTextSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.TextSearchSession | a TextSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsTextSearch() is false | ||
| Compliance | optional | This method must be implemented if supportsTextSearch() is
true . | |
| Method | getTextSearchSessionForPress | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | pressId | the Id of the Press |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.TextSearchSession | a TextSearchSession | |
| Errors | NOT_FOUND | no press found by the given Id | |
| NULL_ARGUMENT | pressId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsTextSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsTextSearch() and
supportsVisibleFederation() are true | |
| Method | getTextAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.TextAdminSession | a TextAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsTextAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsTextAdmin() is
true . | |
| Method | getTextAdminSessionForPress | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | pressId | the Id of the Press |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.TextAdminSession | a TextAdminSession | |
| Errors | NOT_FOUND | no press found by the given Id | |
| NULL_ARGUMENT | pressId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsTextAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsTextAdmin() and
supportsVisibleFederation() are true | |
| Method | getTextNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.lexicon.TextReceiver | textReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.TextNotificationSession | a TextNotificationSession | |
| Errors | NULL_ARGUMENT | textReceiver or proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsTextNotification() is false | ||
| Compliance | optional | This method must be implemented if supportsTextNotification()
is true . | |
| Method | getTextNotificationSessionForPress | ||
| Description |
Gets the | ||
| Parameters | osid.lexicon.TextReceiver | textReceiver | the notification callback |
osid.id.Id | pressId | the Id of the Press | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.TextNotificationSession | a TextNotificationSession | |
| Errors | NOT_FOUND | no press found by the given Id | |
| NULL_ARGUMENT | textReceiver , pressId , or proxy is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsTextNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsTextNotification()
and supportsVisibleFederation() are true | |
| Method | getTextPressSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.TextPressSession | a TextPressSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsTextPress() is false | ||
| Compliance | optional | This method must be implemented if supportsTextPress() is
true . | |
| Method | getTextPressAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.TextPressAssignmentSession | a TextPressAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsTextPressAssignment() is false | ||
| Compliance | optional | This method must be implemented if
supportsTextPressAssignment() is true . | |
| Method | getTextSmartPressSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | pressId | the Id of the Press |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.TextSmartPressSession | a TextSmartPressSession | |
| Errors | NOT_FOUND | no press found by the given Id | |
| NULL_ARGUMENT | pressId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsTextSmartPress() is false | ||
| Compliance | optional | This method must be implemented if supportsTextSmartPress() is
true . | |
| Method | getIdiomLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.IdiomLookupSession | a IdiomLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIdiomLookup() is false | ||
| Compliance | optional | This method must be implemented if supportsIdiomLookup() is
true . | |
| Method | getIdiomLookupSessionForPress | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | pressId | the Id of the Press |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.IdiomLookupSession | a IdiomLookupSession | |
| Errors | NOT_FOUND | no Press found by the given Id | |
| NULL_ARGUMENT | pressId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIdiomLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsIdiomLookup() and
supportsVisibleFederation() are true | |
| Method | getIdiomQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.IdiomQuerySession | a IdiomQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIdiomQuery() is false | ||
| Compliance | optional | This method must be implemented if supportsIdiomQuery() is
true . | |
| Method | getIdiomQuerySessionForPress | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | pressId | the Id of the Press |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.IdiomQuerySession | a IdiomQuerySession | |
| Errors | NOT_FOUND | no press found by the given Id | |
| NULL_ARGUMENT | pressId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIdiomQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsIdiomQuery() and
supportsVisibleFederation() are true | |
| Method | getIdiomSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.IdiomSearchSession | a IdiomSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIdiomSearch() is false | ||
| Compliance | optional | This method must be implemented if supportsIdiomSearch() is
true . | |
| Method | getIdiomSearchSessionForPress | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | pressId | the Id of the Press |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.IdiomSearchSession | a IdiomSearchSession | |
| Errors | NOT_FOUND | no press found by the given Id | |
| NULL_ARGUMENT | pressId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIdiomSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsIdiomSearch() and
supportsVisibleFederation() are true | |
| Method | getIdiomAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.IdiomAdminSession | a IdiomAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIdiomAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsIdiomAdmin() is
true . | |
| Method | getIdiomAdminSessionForPress | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | pressId | the Id of the Press |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.IdiomAdminSession | a IdiomAdminSession | |
| Errors | NOT_FOUND | no press found by the given Id | |
| NULL_ARGUMENT | pressId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIdiomAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsIdiomAdmin() and
supportsVisibleFederation() are true | |
| Method | getIdiomNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.lexicon.IdiomReceiver | idiomReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.IdiomNotificationSession | a IdiomNotificationSession | |
| Errors | NULL_ARGUMENT | idiomReceiver or proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIdiomNotification() is false | ||
| Compliance | optional | This method must be implemented if supportsIdiomNotification()
is true . | |
| Method | getIdiomNotificationSessionForPress | ||
| Description |
Gets the | ||
| Parameters | osid.lexicon.IdiomReceiver | idiomReceiver | the notification callback |
osid.id.Id | pressId | the Id of the Press | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.IdiomNotificationSession | a IdiomNotificationSession | |
| Errors | NOT_FOUND | no press found by the given Id | |
| NULL_ARGUMENT | idiomReceiver, pressId , or proxy is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIdiomNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsIdiomNotification()
and supportsVisibleFederation() are true | |
| Method | getIdiomPressSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.IdiomPressSession | a IdiomPressSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIdiomPress() is false | ||
| Compliance | optional | This method must be implemented if supportsIdiomPress() is
true . | |
| Method | getIdiomPressAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.IdiomPressAssignmentSession | a IdiomPressAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIdiomPressAssignment() is false | ||
| Compliance | optional | This method must be implemented if
supportsIdiomPressAssignment() is true . | |
| Method | getIdiomSmartPressSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | pressId | the Id of the Press |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.IdiomSmartPressSession | a IdiomSmartPressSession | |
| Errors | NOT_FOUND | no press found by the given Id | |
| NULL_ARGUMENT | pressId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIdiomSmartPress() is false | ||
| Compliance | optional | This method must be implemented if supportsIdiomSmartPress()
is true . | |
| Method | getParameterLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.ParameterLookupSession | a ParameterLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsParameterLookup() is false | ||
| Compliance | optional | This method must be implemented if supportsParameterLookup()
is true . | |
| Method | getParameterLookupSessionForPress | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | pressId | the Id of the Press |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.ParameterLookupSession | a ParameterLookupSession | |
| Errors | NOT_FOUND | no Press found by the given Id | |
| NULL_ARGUMENT | pressId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsParameterLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsParameterLookup()
and supportsVisibleFederation() are true | |
| Method | getParameterQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.ParameterQuerySession | a ParameterQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsParameterQuery() is false | ||
| Compliance | optional | This method must be implemented if supportsParameterQuery() is
true . | |
| Method | getParameterQuerySessionForPress | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | pressId | the Id of the Press |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.ParameterQuerySession | a ParameterQuerySession | |
| Errors | NOT_FOUND | no press found by the given Id | |
| NULL_ARGUMENT | pressId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsParameterQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsParameterQuery()
and supportsVisibleFederation() are true | |
| Method | getParameterSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.ParameterSearchSession | a ParameterSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsParameterSearch() is false | ||
| Compliance | optional | This method must be implemented if supportsParameterSearch()
is true . | |
| Method | getParameterSearchSessionForPress | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | pressId | the Id of the Press |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.ParameterSearchSession | a ParameterSearchSession | |
| Errors | NOT_FOUND | no press found by the given Id | |
| NULL_ARGUMENT | pressId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsParameterSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsParameterSearch()
and supportsVisibleFederation() are true | |
| Method | getParameterAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.ParameterAdminSession | a ParameterAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsParameterAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsParameterAdmin() is
true . | |
| Method | getParameterAdminSessionForPress | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | pressId | the Id of the Press |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.ParameterAdminSession | a ParameterAdminSession | |
| Errors | NOT_FOUND | no press found by the given Id | |
| NULL_ARGUMENT | pressId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsParameterAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsParameterAdmin()
and supportsVisibleFederation() are true | |
| Method | getParameterNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.lexicon.ParameterReceiver | parameterReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.ParameterNotificationSession | a ParameterNotificationSession | |
| Errors | NULL_ARGUMENT | parameterReceiver or proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsParameterNotification() is false | ||
| Compliance | optional | This method must be implemented if
supportsParameterNotification() is true . | |
| Method | getParameterNotificationSessionForPress | ||
| Description |
Gets the | ||
| Parameters | osid.lexicon.ParameterReceiver | parameterReceiver | the notification callback |
osid.id.Id | pressId | the Id of the Press | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.ParameterNotificationSession | a ParameterNotificationSession | |
| Errors | NOT_FOUND | no press found by the given Id | |
| NULL_ARGUMENT | parameterReceiver, pressId , or proxy is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsParameterNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsParameterNotification() and
supportsVisibleFederation() are true | |
| Method | getParameterPressSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.ParameterPressSession | a ParameterPressSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsParameterPress() is false | ||
| Compliance | optional | This method must be implemented if supportsParameterPress() is
true . | |
| Method | getParameterPressAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.ParameterPressAssignmentSession | a ParameterPressAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsParameterPressAssignment() is false | ||
| Compliance | optional | This method must be implemented if
supportsParameterPressAssignment() is true . | |
| Method | getParameterSmartPressSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | pressId | the Id of the press |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.ParameterSmartPressSession | a ParameterSmartPressSession | |
| Errors | NOT_FOUND | no Press found by the given Id | |
| NULL_ARGUMENT | pressId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsParameterSmartPress() is false | ||
| Compliance | optional | This method must be implemented if
supportsParameterSmartPress() is true . | |
| Method | getPressLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.PressLookupSession | a PressLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsPressLookup() is false | ||
| Compliance | optional | This method must be implemented if supportsPressLookup() is
true . | |
| Method | getPressQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.PressQuerySession | a PressQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsPressQuery() is false | ||
| Compliance | optional | This method must be implemented if supportsPressQuery() is
true . | |
| Method | getPressSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.PressSearchSession | a PressSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsPressSearch() is false | ||
| Compliance | optional | This method must be implemented if supportsPressSearch() is
true . | |
| Method | getPressAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.PressAdminSession | a PressAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsPressAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsPressAdmin() is
true . | |
| Method | getPressNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.lexicon.PressReceiver | pressReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.lexicon.PressNotificationSession | a PressNotificationSession | |
| Errors | NULL_ARGUMENT | pressReceiver or proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsPressNotification() is false | ||
| Compliance | optional | This method must be implemented if supportsPressNotification()
is true . | |
| Method | getPressHierarchySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.PressHierarchySession | a PressHierarchySession for presses | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsPressHierarchy() is false | ||
| Compliance | optional | This method must be implemented if supportsPressHierarchy() is
true . | |
| Method | getPressHierarchyDesignSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.lexicon.PressHierarchyDesignSession | a HierarchyDesignSession for presses | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsPressHierarchyDesign() is false | ||
| Compliance | optional | This method must be implemented if
supportsPressHierarchyDesign() is true . | |
| Method | getLexiconBatchProxyManager | ||
| Description |
Gets the | ||
| Return | osid.lexicon.batch.LexiconBatchProxyManager | a LexiconBatchProxyManager | |
| Errors | OPERATION_FAILED | unable to complete request | |
| UNIMPLEMENTED | supportsLexiconBatch() is false | ||
| Compliance | optional | This method must be implemented if supportsLexiconBatch() is
true . | |