| Interface | osid.hold.rules.HoldRulesProxyManager | ||
|---|---|---|---|
| Implements | osid.OsidProxyManager | ||
osid.hold.rules.HoldRulesProfile | |||
| Used By | osid.hold.HoldProxyManager | ||
| Description |
The hold rules proxy manager provides access to hold rules
sessions and provides interoperability tests for various
aspects of this service. Methods in this manager pass a
| ||
| Method | getIssueEnablerLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueEnablerLookupSession | an IssueEnablerLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueEnablerLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueEnablerLookup() is true. | |
| Method | getIssueEnablerLookupSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueEnablerLookupSession | an IssueEnablerLookupSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueEnablerLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueEnablerLookup() and
supportsVisibleFederation() are true | |
| Method | getIssueEnablerQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueEnablerQuerySession | an IssueEnabler QuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueEnablerQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueEnablerQuery() is true. | |
| Method | getIssueEnablerQuerySessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueEnablerQuerySession | an IssueEnablerQuerySession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueEnablerQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueEnablerQuery() and
supportsVisibleFederation() are true | |
| Method | getIssueEnablerSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueEnablerSearchSession | an IssueEnablerSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueEnablerSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueEnablerSearch() is true. | |
| Method | getIssueEnablerSearchSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueEnablerSearchSession | an IssueEnablerSearchSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueEnablerSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueEnablerSearch() and
supportsVisibleFederation() are true | |
| Method | getIssueEnablerAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueEnablerAdminSession | an IssueEnablerAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueEnablerAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueEnablerAdmin() is true. | |
| Method | getIssueEnablerAdminSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueEnablerAdminSession | an IssueEnablerAdminSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueEnablerAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueEnablerAdmin() and
supportsVisibleFederation() are true | |
| Method | getIssueEnablerNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.hold.rules.IssueEnablerReceiver | issueEnablerReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueEnablerNotificationSession | an IssueEnablerNotificationSession | |
| Errors | NULL_ARGUMENT | issueEnablerReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueEnablerNotification() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueEnablerNotification() is true. | |
| Method | getIssueEnablerNotificationSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.hold.rules.IssueEnablerReceiver | issueEnablerReceiver | the notification callback |
osid.id.Id | oublietteId | the Id of the Oubliette | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueEnablerNotificationSession | an IssueEnablerNotificationSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | issueEnablerReceiver, oublietteId, or
proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueEnablerNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueEnablerNotification() and
supportsVisibleFederation() are true | |
| Method | getIssueEnablerOublietteSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueEnablerOublietteSession | an IssueEnablerOublietteSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueEnablerOubliette() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueEnablerOubliette() is true. | |
| Method | getIssueEnablerOublietteAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueEnablerOublietteAssignmentSession | an IssueEnablerOublietteAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueEnablerOublietteAssignment() is
false | ||
| Compliance | optional | This method must be implemented if
supportsIssueEnablerOublietteAssignment() is true. | |
| Method | getIssueEnablerSmartOublietteSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueEnablerSmartOublietteSession | an IssueEnablerSmartOublietteSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueEnablerSmartOubliette() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueEnablerSmartOubliette() is true. | |
| Method | getIssueEnablerRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueEnablerRuleLookupSession | an IssueEnablerRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueEnablerRuleLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueEnablerRuleLookup() is true. | |
| Method | getIssueEnablerRuleLookupSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueEnablerRuleLookupSession | an IssueEnablerRuleLookupSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueEnablerRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueEnablerRuleLookup() and
supportsVisibleFederation() are true. | |
| Method | getIssueEnablerRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueEnablerRuleApplicationSession | an IssueEnablerRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueEnablerRuleApplication() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueEnablerRuleApplication() is true. | |
| Method | getIssueEnablerRuleApplicationSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueEnablerRuleApplicationSession | an IssueEnablerRuleApplicationSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueEnablerRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueEnablerRuleApplication() and
supportsVisibleFederation() are true. | |
| Method | getIssueConstrainerLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueConstrainerLookupSession | an IssueConstrainerLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerLookup() is true. | |
| Method | getIssueConstrainerLookupSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueConstrainerLookupSession | an IssueConstrainerLookupSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerLookup() and
supportsVisibleFederation() are true | |
| Method | getIssueConstrainerQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueConstrainerQuerySession | an IssueConstrainer QuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerQuery() is true. | |
| Method | getIssueConstrainerQuerySessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueConstrainerQuerySession | an IssueConstrainerQuerySession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerQuery() and
supportsVisibleFederation() are true | |
| Method | getIssueConstrainerSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueConstrainerSearchSession | an IssueConstrainerSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerSearch() is true. | |
| Method | getIssueConstrainerSearchSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueConstrainerSearchSession | an IssueConstrainerSearchSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerSearch() and
supportsVisibleFederation() are true | |
| Method | getIssueConstrainerAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueConstrainerAdminSession | an IssueConstrainerAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerAdmin() is true. | |
| Method | getIssueConstrainerAdminSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueConstrainerAdminSession | an IssueConstrainerAdminSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerAdmin() and
supportsVisibleFederation() are true | |
| Method | getIssueConstrainerNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.hold.rules.IssueConstrainerReceiver | issueConstrainerReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueConstrainerNotificationSession | an IssueConstrainerNotificationSession | |
| Errors | NULL_ARGUMENT | issueConstrainerReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerNotification() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerNotification() is true. | |
| Method | getIssueConstrainerNotificationSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.hold.rules.IssueConstrainerReceiver | issueConstrainerReceiver | the notification callback |
osid.id.Id | oublietteId | the Id of the Oubliette | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueConstrainerNotificationSession | an IssueConstrainerNotificationSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | issueConstrainerReceiver, oublietteId, or
proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerNotification() and
supportsVisibleFederation() are true | |
| Method | getIssueConstrainerOublietteSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueConstrainerOublietteSession | an IssueConstrainerOublietteSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerOubliette() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerOubliette() is true. | |
| Method | getIssueConstrainerOublietteAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueConstrainerOublietteAssignmentSession | an IssueConstrainerOublietteAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerOublietteAssignment() is
false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerOublietteAssignment() is
true. | |
| Method | getIssueConstrainerSmartOublietteSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueConstrainerSmartOublietteSession | an IssueConstrainerSmartOublietteSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerSmartOubliette() is
false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerSmartOubliette() is true. | |
| Method | getIssueConstrainerRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueConstrainerRuleLookupSession | an IssueConstrainerRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerRuleLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerRuleLookup() is true. | |
| Method | getIssueConstrainerRuleLookupSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueConstrainerRuleLookupSession | an IssueConstrainerRuleLookupSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerRuleLookup() and
supportsVisibleFederation() are true. | |
| Method | getIssueConstrainerRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueConstrainerRuleApplicationSession | an IssueConstrainerRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerRuleApplication() is
false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerRuleApplication() is true. | |
| Method | getIssueConstrainerRuleApplicationSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueConstrainerRuleApplicationSession | an IssueConstrainerRuleApplicationSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerRuleApplication() and
supportsVisibleFederation() are true. | |
| Method | getIssueConstrainerEnablerLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueConstrainerEnablerLookupSession | an IssueConstrainerEnablerLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerEnablerLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerEnablerLookup() is true. | |
| Method | getIssueConstrainerEnablerLookupSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueConstrainerEnablerLookupSession | an IssueConstrainerEnablerLookupSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerEnablerLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerEnablerLookup() and
supportsVisibleFederation() are true. | |
| Method | getIssueConstrainerEnablerQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueConstrainerEnablerQuerySession | an IssueConstrainerEnablerQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerEnablerQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerEnablerQuery() is true. | |
| Method | getIssueConstrainerEnablerQuerySessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueConstrainerEnablerQuerySession | an IssueConstrainerEnablerQuerySession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerEnablerQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerEnablerQuery() and
supportsVisibleFederation() are true. | |
| Method | getIssueConstrainerEnablerSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueConstrainerEnablerSearchSession | an IssueConstrainerEnablerSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerEnablerSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerEnablerSearch() is true. | |
| Method | getIssueConstrainerEnablerSearchSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueConstrainerEnablerSearchSession | an IssueConstrainerEnablerSearchSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerEnablerSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerEnablerSearch() and
supportsVisibleFederation() are true. | |
| Method | getIssueConstrainerEnablerAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueConstrainerEnablerAdminSession | an IssueConstrainerEnablerAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerEnablerAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerEnablerAdmin() is true. | |
| Method | getIssueConstrainerEnablerAdminSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueConstrainerEnablerAdminSession | an IssueConstrainerEnablerAdminSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerEnablerAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerEnablerAdmin() and
supportsVisibleFederation() are true | |
| Method | getIssueConstrainerEnablerNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.hold.rules.IssueConstrainerEnablerReceiver | issueConstrainerEnablerReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueConstrainerEnablerNotificationSession | an IssueConstrainerEnablerNotificationSession | |
| Errors | NULL_ARGUMENT | issueConstrainerEnablerReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerEnablerNotification() is
false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerEnablerNotification() is
true. | |
| Method | getIssueConstrainerEnablerNotificationSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.hold.rules.IssueConstrainerEnablerReceiver | issueConstrainerEnablerReceiver | the notification callback |
osid.id.Id | oublietteId | the Id of the Oubliette | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueConstrainerEnablerNotificationSession | an IssueConstrainerEnablerNotificationSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | issueConstrainerEnablerReceiver, oublietteId, or
proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerEnablerNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerEnablerNotification() and
supportsVisibleFederation() are true. | |
| Method | getIssueConstrainerEnablerOublietteSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueConstrainerEnablerOublietteSession | an IssueConstrainerEnablerOublietteSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerEnablerOubliette() is
false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerEnablerOubliette() is true. | |
| Method | getIssueConstrainerEnablerOublietteAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueConstrainerEnablerOublietteAssignmentSession | an IssueConstrainerEnablerOublietteAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerEnablerOublietteAssignment() is
false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerEnablerOublietteAssignment() is
true. | |
| Method | getIssueConstrainerEnablerSmartOublietteSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueConstrainerEnablerSmartOublietteSession | an IssueConstrainerEnablerSmartOublietteSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerEnablerSmartOubliette() is
false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerEnablerSmartOubliette() is
true. | |
| Method | getIssueConstrainerEnablerRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueConstrainerEnablerRuleLookupSession | an IssueConstrainerEnablerRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerEnablerRuleLookup() is
false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerEnablerRuleLookup() is true. | |
| Method | getIssueConstrainerEnablerRuleLookupSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueConstrainerEnablerRuleLookupSession | an IssueConstrainerEnablerRuleLookupSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerEnablerRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerEnablerRuleLookup() and
supportsVisibleFederation() are true. | |
| Method | getIssueConstrainerEnablerRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueConstrainerEnablerRuleApplicationSession | an IssueConstrainerEnablerRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerEnablerRuleApplication() is
false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerEnablerRuleApplication() is
true. | |
| Method | getIssueConstrainerEnablerRuleApplicationSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueConstrainerEnablerRuleApplicationSession | an IssueConstrainerEnablerRuleApplicationSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueConstrainerEnablerRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueConstrainerEnabelrRuleApplication() and
supportsVisibleFederation() are true. | |
| Method | getIssueProcessorLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueProcessorLookupSession | an IssueProcessorLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorLookup() is true. | |
| Method | getIssueProcessorLookupSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueProcessorLookupSession | an IssueProcessorLookupSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorLookup() and
supportsVisibleFederation() are true | |
| Method | getIssueProcessorQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueProcessorQuerySession | an IssueProcessor QuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorQuery() is true. | |
| Method | getIssueProcessorQuerySessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueProcessorQuerySession | an IssueProcessorQuerySession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorQuery() and
supportsVisibleFederation() are true | |
| Method | getIssueProcessorSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueProcessorSearchSession | an IssueProcessorSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorSearch() is true. | |
| Method | getIssueProcessorSearchSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueProcessorSearchSession | an IssueProcessorSearchSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorSearch() and
supportsVisibleFederation() are true | |
| Method | getIssueProcessorAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueProcessorAdminSession | an IssueProcessorAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorAdmin() is true. | |
| Method | getIssueProcessorAdminSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueProcessorAdminSession | an IssueProcessorAdminSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorAdmin() and
supportsVisibleFederation() are true | |
| Method | getIssueProcessorNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.hold.rules.IssueProcessorReceiver | issueProcessorReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueProcessorNotificationSession | an IssueProcessorNotificationSession | |
| Errors | NULL_ARGUMENT | issueProcessorReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorNotification() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorNotification() is true. | |
| Method | getIssueProcessorNotificationSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.hold.rules.IssueProcessorReceiver | issueProcessorReceiver | the notification callback |
osid.id.Id | oublietteId | the Id of the Oubliette | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueProcessorNotificationSession | an IssueProcessorNotificationSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | issueProcessorReceiver, oublietteId, or
proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorNotification() and
supportsVisibleFederation() are true | |
| Method | getIssueProcessorOublietteSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueProcessorOublietteSession | an IssueProcessorOublietteSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorOubliette() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorOubliette() is true. | |
| Method | getIssueProcessorOublietteAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueProcessorOublietteAssignmentSession | an IssueProcessorOublietteAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorOublietteAssignment() is
false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorOublietteAssignment() is true. | |
| Method | getIssueProcessorSmartOublietteSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueProcessorSmartOublietteSession | an IssueProcessorSmartOublietteSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorSmartOubliette() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorSmartOubliette() is true. | |
| Method | getIssueProcessorRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueProcessorRuleLookupSession | an IssueProcessorRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorRuleLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorRuleLookup() is true. | |
| Method | getIssueProcessorRuleLookupSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueProcessorRuleLookupSession | an IssueProcessorRuleLookupSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorRuleLookup() and
supportsVisibleFederation() are true. | |
| Method | getIssueProcessorRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueProcessorRuleApplicationSession | an IssueProcessorRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorRuleApplication() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorRuleApplication() is true. | |
| Method | getIssueProcessorRuleApplicationSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueProcessorRuleApplicationSession | an IssueProcessorRuleApplicationSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorRuleApplication() and
supportsVisibleFederation() are true. | |
| Method | getIssueProcessorEnablerLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueProcessorEnablerLookupSession | an IssueProcessorEnablerLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorEnablerLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorEnablerLookup() is true. | |
| Method | getIssueProcessorEnablerLookupSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueProcessorEnablerLookupSession | an IssueProcessorEnablerLookupSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorEnablerLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorEnablerLookup() and
supportsVisibleFederation() are true. | |
| Method | getIssueProcessorEnablerQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueProcessorEnablerQuerySession | an IssueProcessorEnablerQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorEnablerQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorEnablerQuery() is true. | |
| Method | getIssueProcessorEnablerQuerySessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueProcessorEnablerQuerySession | an IssueProcessorEnablerQuerySession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorEnablerQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorEnablerQuery() and
supportsVisibleFederation() are true | |
| Method | getIssueProcessorEnablerSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueProcessorEnablerSearchSession | an IssueProcessorEnablerSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorEnablerSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorEnablerSearch() is true. | |
| Method | getIssueProcessorEnablerSearchSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueProcessorEnablerSearchSession | an IssueProcessorEnablerSearchSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorEnablerSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorEnablerSearch() and
supportsVisibleFederation() are true | |
| Method | getIssueProcessorEnablerAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueProcessorEnablerAdminSession | an IssueProcessorEnablerAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorEnablerAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorEnablerAdmin() is true. | |
| Method | getIssueProcessorEnablerAdminSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueProcessorEnablerAdminSession | an IssueProcessorEnablerAdminSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorEnablerAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorEnablerAdmin() and
supportsVisibleFederation() are true | |
| Method | getIssueProcessorEnablerNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.hold.rules.IssueProcessorEnablerReceiver | issueProcessorEnablerReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueProcessorEnablerNotificationSession | an IssueProcessorEnablerNotificationSession | |
| Errors | NULL_ARGUMENT | issueProcessorEnablerReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorEnablerNotification() is
false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorEnablerNotification() is true. | |
| Method | getIssueProcessorEnablerNotificationSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.hold.rules.IssueProcessorEnablerReceiver | issueProcessorEnablerReceiver | the notification callback |
osid.id.Id | oublietteId | the Id of the Oubliette | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueProcessorEnablerNotificationSession | an IssueProcessorEnablerNotificationSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | issueProcessorEnablerReceiver, oublietteId, or
proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorEnablerNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorEnablerNotification() and
supportsVisibleFederation() are true. | |
| Method | getIssueProcessorEnablerOublietteSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueProcessorEnablerOublietteSession | an IssueProcessorEnablerOublietteSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorEnablerOubliette() is
false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorEnablerOubliette() is true. | |
| Method | getIssueProcessorEnablerOublietteAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueProcessorEnablerOublietteAssignmentSession | an IssueProcessorEnablerOublietteAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorEnablerOublietteAssignment() is
false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorEnablerOublietteAssignment() is
true. | |
| Method | getIssueProcessorEnablerSmartOublietteSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueProcessorEnablerSmartOublietteSession | an IssueProcessorEnablerSmartOublietteSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorEnablerSmartOubliette() is
false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorEnablerSmartOubliette() is
true. | |
| Method | getIssueProcessorEnablerRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueProcessorEnablerRuleLookupSession | an IssueProcessorEnablerRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorEnablerRuleLookup() is
false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorEnablerRuleLookup() is true. | |
| Method | getIssueProcessorEnablerRuleLookupSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueProcessorEnablerRuleLookupSession | an IssueProcessorEnablerRuleLookupSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorEnablerRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorEnablerRuleLookup() and
supportsVisibleFederation() are true. | |
| Method | getIssueProcessorEnablerRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.IssueProcessorEnablerRuleApplicationSession | an IssueProcessorEnablerRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorEnablerRuleApplication() is
false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorEnablerRuleApplication() is
true. | |
| Method | getIssueProcessorEnablerRuleApplicationSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.IssueProcessorEnablerRuleApplicationSession | an IssueProcessorEnablerRuleApplicationSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsIssueProcessorEnablerRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsIssueProcessorEnabelrRuleApplication() and
supportsVisibleFederation() are true. | |
| Method | getHoldEnablerLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.HoldEnablerLookupSession | a HoldEnablerLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsHoldEnablerLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsHoldEnablerLookup() is true. | |
| Method | getHoldEnablerLookupSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.HoldEnablerLookupSession | a HoldEnablerLookupSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsHoldEnablerLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsHoldEnablerLookup() and
supportsVisibleFederation() are true. | |
| Method | getHoldEnablerQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.HoldEnablerQuerySession | a HoldEnablerQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsHoldEnablerQuery() is false | ||
| Compliance | optional | This method must be implemented if supportsHoldEnablerQuery()
is true. | |
| Method | getHoldEnablerQuerySessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.HoldEnablerQuerySession | a HoldEnablerQuerySession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsHoldEnablerQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsHoldEnablerQuery()
and supportsVisibleFederation() are true. | |
| Method | getHoldEnablerSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.HoldEnablerSearchSession | a HoldEnablerSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsHoldEnablerSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsHoldEnablerSearch() is true. | |
| Method | getHoldEnablerSearchSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.HoldEnablerSearchSession | a HoldEnablerSearchSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsHoldEnablerSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsHoldEnablerSearch() and
supportsVisibleFederation() are true. | |
| Method | getHoldEnablerAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.HoldEnablerAdminSession | a HoldEnablerAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsHoldEnablerAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsHoldEnablerAdmin()
is true. | |
| Method | getHoldEnablerAdminSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.HoldEnablerAdminSession | a HoldEnablerAdminSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsHoldEnablerAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsHoldEnablerAdmin()
and supportsVisibleFederation() are true. | |
| Method | getHoldEnablerNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.hold.rules.HoldEnablerReceiver | holdEnablerReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.HoldEnablerNotificationSession | a HoldEnablerNotificationSession | |
| Errors | NULL_ARGUMENT | holdEnablerReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsHoldEnablerNotification() is false | ||
| Compliance | optional | This method must be implemented if
supportsHoldEnablerNotification() is true. | |
| Method | getHoldEnablerNotificationSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.hold.rules.HoldEnablerReceiver | holdEnablerReceiver | the notification callback |
osid.id.Id | oublietteId | the Id of the Oubliette | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.HoldEnablerNotificationSession | a HoldEnablerNotificationSession | |
| Errors | NOT_FOUND | no oubliette found by the given Id | |
| NULL_ARGUMENT | holdEnablerReceiver, oublietteId, or proxy is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsHoldEnablerNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsHoldEnablerNotification() and
supportsVisibleFederation() are true. | |
| Method | getHoldEnablerOublietteSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.HoldEnablerOublietteSession | a HoldEnablerSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsHoldEnablerOubliette() is false | ||
| Compliance | optional | This method must be implemented if
supportsHoldEnablerOubliette() is true. | |
| Method | getHoldEnablerOublietteAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.HoldEnablerOublietteAssignmentSession | a HoldEnablerOublietteAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsHoldEnablerOublietteAssignment() is
false | ||
| Compliance | optional | This method must be implemented if
supportsHoldEnablerOublietteAssignment() is true. | |
| Method | getHoldEnablerSmartOublietteSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.HoldEnablerSmartOublietteSession | a HoldEnablerSmartOublietteSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsHoldEnablerSmartOubliette() is false | ||
| Compliance | optional | This method must be implemented if
supportsHoldEnablerSmarOubliette() is true. | |
| Method | getHoldEnablerRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.HoldEnablerRuleLookupSession | a HoldEnablerRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsHoldEnablerRuleLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsHoldEnablerRuleLookup() is true. | |
| Method | getHoldEnablerRuleLookupSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.HoldEnablerRuleLookupSession | a HoldEnablerRuleLookupSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsHoldEnablerRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsHoldEnablerRuleLookup() and
supportsVisibleFederation() are true. | |
| Method | getHoldEnablerRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.hold.rules.HoldEnablerRuleApplicationSession | a HoldEnablerRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsHoldEnablerRuleApplication() is false | ||
| Compliance | optional | This method must be implemented if
supportsHoldEnablerRuleApplication() is true. | |
| Method | getHoldEnablerRuleApplicationSessionForOubliette | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | oublietteId | the Id of the Oubliette |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.hold.rules.HoldEnablerRuleApplicationSession | a HoldEnablerRuleApplicationSession | |
| Errors | NOT_FOUND | no Oubliette found by the given Id | |
| NULL_ARGUMENT | oublietteId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsHoldEnablerRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsHoldEnablerRuleApplication() and
supportsVisibleFederation() are true. | |