| Interface | osid.workflow.rules.WorkflowRulesProxyManager | ||
|---|---|---|---|
| Implements | osid.OsidProxyManager | ||
osid.workflow.rules.WorkflowRulesProfile | |||
| Used By | osid.workflow.WorkflowProxyManager | ||
| Description |
The workflow rules proxy manager provides access to
workflow rules sessions and provides interoperability tests
for various aspects of this service. Methods in this manager
pass a
| ||
| Method | getProcessEnablerLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessEnablerLookupSession | a ProcessEnablerLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessEnablerLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessEnablerLookup() is true . | |
| Method | getProcessEnablerLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessEnablerLookupSession | a ProcessEnablerLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessEnablerLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessEnablerLookup() and
supportsVisibleFederation() are true . | |
| Method | getProcessEnablerQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessEnablerQuerySession | a ProcessEnablerQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessEnablerQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessEnablerQuery() is true . | |
| Method | getProcessEnablerQuerySessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessEnablerQuerySession | a ProcessEnablerQuerySession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessEnablerQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessEnablerQuery() and
supportsVisibleFederation() are true . | |
| Method | getProcessEnablerSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessEnablerSearchSession | a ProcessEnablerSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessEnablerSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessEnablerSearch() is true . | |
| Method | getProcessEnablerSearchSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessEnablerSearchSession | a ProcessEnablerSearchSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessEnablerSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessEnablerSearch() and
supportsVisibleFederation() are true . | |
| Method | getProcessEnablerAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessEnablerAdminSession | a ProcessEnablerAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessEnablerAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessEnablerAdmin() is true . | |
| Method | getProcessEnablerAdminSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessEnablerAdminSession | a ProcessEnablerAdminSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessEnablerAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessEnablerAdmin() and
supportsVisibleFederation() are true . | |
| Method | getProcessEnablerNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.ProcessEnablerReceiver | processEnablerReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessEnablerNotificationSession | a ProcessEnablerNotificationSession | |
| Errors | NULL_ARGUMENT | processReceiver or proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessEnablerNotification() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessEnablerNotification() is true . | |
| Method | getProcessEnablerNotificationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.ProcessEnablerReceiver | processEnablerReceiver | the notification callback |
osid.id.Id | officeId | the Id of the Office | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessEnablerNotificationSession | a ProcessEnablerNotificationSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | processEnablerReceiver,officeId , or proxy is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessEnablerNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessEnablerNotification() and
supportsVisibleFederation() are true . | |
| Method | getProcessEnablerOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessEnablerOfficeSession | a ProcessEnablerOfficeSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessEnablerOffice() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessEnablerOffice() is true . | |
| Method | getProcessEnablerOfficeAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessEnablerOfficeAssignmentSession | a ProcessEnablerOfficeAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessEnablerOfficeAssignment() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessEnablerOfficeAssignment() is true . | |
| Method | getProcessEnablerSmartOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessEnablerSmartOfficeSession | a ProcessEnablerSmartOfficeSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessEnablerSmartOffice() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessEnablerSmartOffice() is true . | |
| Method | getProcessEnablerRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessEnablerRuleLookupSession | a ProcessEnablerRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessEnablerRuleLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessEnablerRuleLookup() is true . | |
| Method | getProcessEnablerRuleLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessEnablerRuleLookupSession | a ProcessEnablerRuleLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessEnablerRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessEnablerRuleLookup() and
supportsVisibleFederation() are true . | |
| Method | getProcessEnablerRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessEnablerRuleApplicationSession | a ProcessEnablerRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessEnablerRuleApplication() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessEnablerRuleApplication() is true . | |
| Method | getProcessEnablerRuleApplicationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessEnablerRuleApplicationSession | a ProcessEnablerRuleApplicationSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessEnablerRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessEnablerRuleApplication() and
supportsVisibleFederation() are true . | |
| Method | getProcessConstrainerLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessConstrainerLookupSession | a ProcessConstrainerLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerLookup() is true . | |
| Method | getProcessConstrainerLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessConstrainerLookupSession | a ProcessConstrainerLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerLookup() and
supportsVisibleFederation() are true . | |
| Method | getProcessConstrainerQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessConstrainerQuerySession | a ProcessConstrainerQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerQuery() is true . | |
| Method | getProcessConstrainerQuerySessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessConstrainerQuerySession | a ProcessConstrainerQuerySession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerQuery() and
supportsVisibleFederation() are true . | |
| Method | getProcessConstrainerSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessConstrainerSearchSession | a ProcessConstrainerSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerSearch() is true . | |
| Method | getProcessConstrainerSearchSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessConstrainerSearchSession | a ProcessConstrainerSearchSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerSearch() and
supportsVisibleFederation() are true . | |
| Method | getProcessConstrainerAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessConstrainerAdminSession | a ProcessConstrainerAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerAdmin() is true . | |
| Method | getProcessConstrainerAdminSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessConstrainerAdminSession | a ProcessConstrainerAdminSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerAdmin() and
supportsVisibleFederation() are true . | |
| Method | getProcessConstrainerNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.ProcessConstrainerReceiver | processConstrainerReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessConstrainerNotificationSession | a ProcessConstrainerNotificationSession | |
| Errors | NULL_ARGUMENT | processConstrainerReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerNotification() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerNotification() is true . | |
| Method | getProcessConstrainerNotificationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.ProcessConstrainerReceiver | processConstrainerReceiver | the notification callback |
osid.id.Id | officeId | the Id of the Office | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessConstrainerNotificationSession | a ProcessConstrainerNotificationSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | processConstrainerReceiver , officeId , or
proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerNotification() and
supportsVisibleFederation() are true . | |
| Method | getProcessConstrainerOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessConstrainerOfficeSession | a ProcessConstrainerOfficeSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerOffice() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerOffice() is true . | |
| Method | getProcessConstrainerOfficeAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessConstrainerOfficeAssignmentSession | a ProcessConstrainerOfficeAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerOfficeAssignment() is
false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerOfficeAssignment() is true
. | |
| Method | getProcessConstrainerSmartOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessConstrainerSmartOfficeSession | a ProcessConstrainerSmartOfficeSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerSmartOffice() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerSmartOffice() is true . | |
| Method | getProcessConstrainerRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessConstrainerRuleLookupSession | a ProcessConstrainerRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerRuleLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerRuleLookup() is true . | |
| Method | getProcessConstrainerRuleLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessConstrainerRuleLookupSession | a ProcessConstrainerRuleLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerRuleLookup() and
supportsVisibleFederation() are true . | |
| Method | getProcessConstrainerRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessConstrainerRuleApplicationSession | a ProcessConstrainerRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerRuleApplication() is
false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerRuleApplication() is true
. | |
| Method | getProcessConstrainerRuleApplicationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessConstrainerRuleApplicationSession | a ProcessConstrainerRuleApplicationSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerRuleApplication() and
supportsVisibleFederation() are true . | |
| Method | getProcessConstrainerEnablerLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessConstrainerEnablerLookupSession | a ProcessConstrainerEnablerLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerEnablerLookup() is
false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerEnablerLookup() is true . | |
| Method | getProcessConstrainerEnablerLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessConstrainerEnablerLookupSession | a ProcessConstrainerEnablerLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerEnablerLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerEnablerLookup() and
supportsVisibleFederation() are true . | |
| Method | getProcessConstrainerEnablerQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessConstrainerEnablerQuerySession | a ProcessConstrainerEnablerQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerEnablerQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerEnablerQuery() is true . | |
| Method | getProcessConstrainerEnablerQuerySessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessConstrainerEnablerQuerySession | a ProcessConstrainerEnablerQuerySession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerEnablerQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerEnablerQuery() and
supportsVisibleFederation() are true . | |
| Method | getProcessConstrainerEnablerSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessConstrainerEnablerSearchSession | a ProcessConstrainerEnablerSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerEnablerSearch() is
false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerEnablerSearch() is true . | |
| Method | getProcessConstrainerEnablerSearchSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessConstrainerEnablerSearchSession | a ProcessConstrainerEnablerSearchSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerEnablerSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerEnablerSearch() and
supportsVisibleFederation() are true . | |
| Method | getProcessConstrainerEnablerAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessConstrainerEnablerAdminSession | a ProcessConstrainerEnablerAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerEnablerAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerEnablerAdmin() is true . | |
| Method | getProcessConstrainerEnablerAdminSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessConstrainerEnablerAdminSession | a ProcessConstrainerEnablerAdminSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerEnablerAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerEnablerAdmin() and
supportsVisibleFederation() are true | |
| Method | getProcessConstrainerEnablerNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.ProcessConstrainerEnablerReceiver | processConstrainerEnablerReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessConstrainerEnablerNotificationSession | a ProcessConstrainerEnablerNotificationSession | |
| Errors | NULL_ARGUMENT | processConstrainerEnablerReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerEnablerNotification() is
false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerEnablerNotification() is
true . | |
| Method | getProcessConstrainerEnablerNotificationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.ProcessConstrainerEnablerReceiver | processConstrainerEnablerReceiver | the notification callback |
osid.id.Id | officeId | the Id of the Office | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessConstrainerEnablerNotificationSession | a ProcessConstrainerEnablerNotificationSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | processConstrainerEnablerReceiver, officeId , or
proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerEnablerNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerEnablerNotification() and
supportsVisibleFederation() are true . | |
| Method | getProcessConstrainerEnablerOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessConstrainerEnablerOfficeSession | a ProcessConstrainerEnablerOfficeSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerEnablerOffice() is
false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerEnablerOffice() is true . | |
| Method | getProcessConstrainerEnablerOfficeAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessConstrainerEnablerOfficeAssignmentSession | a ProcessConstrainerEnablerOfficeAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerEnablerOfficeAssignment() is
false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerEnablerOfficeAssignment() is
true . | |
| Method | getProcessConstrainerEnablerSmartOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessConstrainerEnablerSmartOfficeSession | a ProcessConstrainerEnablerSmartOfficeSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerEnablerSmartOffice() is
false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerEnablerSmartOffice() is
true . | |
| Method | getProcessConstrainerEnablerRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessConstrainerEnablerRuleLookupSession | a ProcessConstrainerEnablerRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerEnablerRuleLookup() is
false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerEnablerRuleLookup() is
true . | |
| Method | getProcessConstrainerEnablerRuleLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessConstrainerEnablerRuleLookupSession | a ProcessConstrainerEnablerRuleLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerEnablerRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerEnablerRuleLookup() and
supportsVisibleFederation() are true . | |
| Method | getProcessConstrainerEnablerRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessConstrainerEnablerRuleApplicationSession | a ProcessConstrainerEnablerRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerEnablerRuleApplication() is
false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerEnablerRuleApplication() is
true . | |
| Method | getProcessConstrainerEnablerRuleApplicationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessConstrainerEnablerRuleApplicationSession | a ProcessConstrainerEnablerRuleApplicationSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessConstrainerEnablerRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessConstrainerEnabelrRuleApplication() and
supportsVisibleFederation() are true . | |
| Method | getProcessProcessorLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessProcessorLookupSession | a ProcessProcessorLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorLookup() is true . | |
| Method | getProcessProcessorLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessProcessorLookupSession | a ProcessProcessorLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorLookup() and
supportsVisibleFederation() are true | |
| Method | getProcessProcessorQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessProcessorQuerySession | a ProcessProcessorQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorQuery() is true . | |
| Method | getProcessProcessorQuerySessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessProcessorQuerySession | a ProcessProcessorQuerySession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorQuery() and
supportsVisibleFederation() are true . | |
| Method | getProcessProcessorSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessProcessorSearchSession | a ProcessProcessorSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorSearch() is true . | |
| Method | getProcessProcessorSearchSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessProcessorSearchSession | a ProcessProcessorSearchSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorSearch() and
supportsVisibleFederation() are true | |
| Method | getProcessProcessorAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessProcessorAdminSession | a ProcessProcessorAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorAdmin() is true . | |
| Method | getProcessProcessorAdminSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessProcessorAdminSession | a ProcessProcessorAdminSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorAdmin() and
supportsVisibleFederation() are true . | |
| Method | getProcessProcessorNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.ProcessProcessorReceiver | processProcessorReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessProcessorNotificationSession | a ProcessProcessorNotificationSession | |
| Errors | NULL_ARGUMENT | processConstrainerReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorNotification() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorNotification() is true . | |
| Method | getProcessProcessorNotificationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.ProcessProcessorReceiver | processProcessorReceiver | the notification callback |
osid.id.Id | officeId | the Id of the Office | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessProcessorNotificationSession | a ProcessProcessorNotificationSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | processProcessorReceiver , officeId , or
proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorNotification() and
supportsVisibleFederation() are true . | |
| Method | getProcessProcessorOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessProcessorOfficeSession | a ProcessProcessorOfficeSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorOffice() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorOffice() is true . | |
| Method | getProcessProcessorOfficeAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessProcessorOfficeAssignmentSession | a ProcessProcessorOfficeAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorOfficeAssignment() is
false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorOfficeAssignment() is true . | |
| Method | getProcessProcessorSmartOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessProcessorSmartOfficeSession | a ProcessProcessorSmartOfficeSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorSmartOffice() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorSmartOffice() is true . | |
| Method | getProcessProcessorRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessProcessorRuleLookupSession | a ProcessProcessorRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorRuleLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorRuleLookup() is true . | |
| Method | getProcessProcessorRuleLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessProcessorRuleLookupSession | a ProcessProcessorRuleLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorRuleLookup() and
supportsVisibleFederation() are true . | |
| Method | getProcessProcessorRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessProcessorRuleApplicationSession | a ProcessProcessorRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorRuleApplication() is
false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorRuleApplication() is true . | |
| Method | getProcessProcessorRuleApplicationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessProcessorRuleApplicationSession | a ProcessProcessorRuleApplicationSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorRuleApplication() and
supportsVisibleFederation() are true . | |
| Method | getProcessProcessorEnablerLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessProcessorEnablerLookupSession | a ProcessProcessorEnablerLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorEnablerLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorEnablerLookup() is true . | |
| Method | getProcessProcessorEnablerLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessProcessorEnablerLookupSession | a ProcessProcessorEnablerLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorEnablerLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorEnablerLookup() and
supportsVisibleFederation() are true . | |
| Method | getProcessProcessorEnablerQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessProcessorEnablerQuerySession | a ProcessProcessorEnablerQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorEnablerQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorEnablerQuery() is true . | |
| Method | getProcessProcessorEnablerQuerySessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessProcessorEnablerQuerySession | a ProcessProcessorEnablerQuerySession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorEnablerQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorEnablerQuery() and
supportsVisibleFederation() are true | |
| Method | getProcessProcessorEnablerSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessProcessorEnablerSearchSession | a ProcessProcessorEnablerSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorEnablerSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorEnablerSearch() is true . | |
| Method | getProcessProcessorEnablerSearchSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessProcessorEnablerSearchSession | a ProcessProcessorEnablerSearchSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorEnablerSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorEnablerSearch() and
supportsVisibleFederation() are true | |
| Method | getProcessProcessorEnablerAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessProcessorEnablerAdminSession | a ProcessProcessorEnablerAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorEnablerAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorEnablerAdmin() is true . | |
| Method | getProcessProcessorEnablerAdminSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessProcessorEnablerAdminSession | a ProcessProcessorEnablerAdminSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorEnablerAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorEnablerAdmin() and
supportsVisibleFederation() are true | |
| Method | getProcessProcessorEnablerNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.ProcessProcessorEnablerReceiver | processProcessorEnablerReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessProcessorEnablerNotificationSession | a ProcessProcessorEnablerNotificationSession | |
| Errors | NULL_ARGUMENT | processProcessorEnablerReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorEnablerNotification() is
false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorEnablerNotification() is
true . | |
| Method | getProcessProcessorEnablerNotificationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.ProcessProcessorEnablerReceiver | processProcessorEnablerReceiver | the notification callback |
osid.id.Id | officeId | the Id of the Office | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessProcessorEnablerNotificationSession | a ProcessProcessorEnablerNotificationSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | processProcessorEnablerReceiver , officeId , or
proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorEnablerNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorEnablerNotification() and
supportsVisibleFederation() are true . | |
| Method | getProcessProcessorEnablerOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessProcessorEnablerOfficeSession | a ProcessProcessorEnablerOfficeSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorEnablerOffice() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorEnablerOffice() is true . | |
| Method | getProcessProcessorEnablerOfficeAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessProcessorEnablerOfficeAssignmentSession | a ProcessProcessorEnablerOfficeAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorEnablerOfficeAssignment() is
false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorEnablerOfficeAssignment() is
true . | |
| Method | getProcessProcessorEnablerSmartOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessProcessorEnablerSmartOfficeSession | a ProcessProcessorEnablerSmartOfficeSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorEnablerSmartOffice() is
false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorEnablerSmartOffice() is true
. | |
| Method | getProcessProcessorEnablerRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessProcessorEnablerRuleLookupSession | a ProcessProcessorEnablerRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorEnablerRuleLookup() is
false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorEnablerRuleLookup() is true
. | |
| Method | getProcessProcessorEnablerRuleLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessProcessorEnablerRuleLookupSession | a ProcessProcessorEnablerRuleLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorEnablerRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorEnablerRuleLookup() and
supportsVisibleFederation() are true . | |
| Method | getProcessProcessorEnablerRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.ProcessProcessorEnablerRuleApplicationSession | a ProcessProcessorEnablerRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorEnablerRuleApplication() is
false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorEnablerRuleApplication() is
true . | |
| Method | getProcessProcessorEnablerRuleApplicationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.ProcessProcessorEnablerRuleApplicationSession | a ProcessProcessorEnablerRuleApplicationSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsProcessProcessorEnablerRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsProcessProcessorEnabelrRuleApplication() and
supportsVisibleFederation() are true . | |
| Method | getStepEnablerLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepEnablerLookupSession | a StepEnablerLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepEnablerLookup() is false | ||
| Compliance | optional | This method must be implemented if supportsStepEnablerLookup()
is true . | |
| Method | getStepEnablerLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepEnablerLookupSession | a StepEnablerLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepEnablerLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsStepEnablerLookup()
and supportsVisibleFederation() are true . | |
| Method | getStepEnablerQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepEnablerQuerySession | a StepEnablerQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepEnablerQuery() is false | ||
| Compliance | optional | This method must be implemented if supportsStepEnablerQuery()
is true . | |
| Method | getStepEnablerQuerySessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepEnablerQuerySession | a StepEnablerQuerySession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepEnablerQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsStepEnablerQuery()
and supportsVisibleFederation() are true . | |
| Method | getStepEnablerSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepEnablerSearchSession | a StepEnablerSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepEnablerSearch() is false | ||
| Compliance | optional | This method must be implemented if supportsStepEnablerSearch()
is true . | |
| Method | getStepEnablerSearchSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepEnablerSearchSession | a StepEnablerSearchSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepEnablerSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsStepEnablerSearch()
and supportsVisibleFederation() are true . | |
| Method | getStepEnablerAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepEnablerAdminSession | a StepEnablerAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepEnablerAdmin() is false | ||
| Compliance | optional | This method must be implemented if supportsStepEnablerAdmin()
is true . | |
| Method | getStepEnablerAdminSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepEnablerAdminSession | a StepEnablerAdminSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepEnablerAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if supportsStepEnablerAdmin()
and supportsVisibleFederation() are true . | |
| Method | getStepEnablerNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.StepEnablerReceiver | stepEnablerReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepEnablerNotificationSession | a StepEnablerNotificationSession | |
| Errors | NULL_ARGUMENT | stepReceiver or proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepEnablerNotification() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepEnablerNotification() is true . | |
| Method | getStepEnablerNotificationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.StepEnablerReceiver | stepEnablerReceiver | the notification callback |
osid.id.Id | officeId | the Id of the Office | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepEnablerNotificationSession | a StepEnablerNotificationSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | stepEnablerReceiver,officeId , or proxy is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepEnablerNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepEnablerNotification() and
supportsVisibleFederation() are true . | |
| Method | getStepEnablerOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepEnablerOfficeSession | a StepEnablerOfficeSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepEnablerOffice() is false | ||
| Compliance | optional | This method must be implemented if supportsStepEnablerOffice()
is true . | |
| Method | getStepEnablerOfficeAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepEnablerOfficeAssignmentSession | a StepEnablerOfficeAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepEnablerOfficeAssignment() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepEnablerOfficeAssignment() is true . | |
| Method | getStepEnablerSmartOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepEnablerSmartOfficeSession | a StepEnablerSmartOfficeSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepEnablerSmartOffice() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepEnablerSmartOffice() is true . | |
| Method | getStepEnablerRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepEnablerRuleLookupSession | a StepEnablerRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepEnablerRuleLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepEnablerRuleLookup() is true . | |
| Method | getStepEnablerRuleLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepEnablerRuleLookupSession | a StepEnablerRuleLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepEnablerRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepEnablerRuleLookup() and
supportsVisibleFederation() are true . | |
| Method | getStepEnablerRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepEnablerRuleApplicationSession | a StepEnablerRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepEnablerRuleApplication() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepEnablerRuleApplication() is true . | |
| Method | getStepEnablerRuleApplicationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepEnablerRuleApplicationSession | a StepEnablerRuleApplicationSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepEnablerRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepEnablerRuleApplication() and
supportsVisibleFederation() are true . | |
| Method | getStepConstrainerLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepConstrainerLookupSession | a StepConstrainerLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerLookup() is true . | |
| Method | getStepConstrainerLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepConstrainerLookupSession | a StepConstrainerLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerLookup() and
supportsVisibleFederation() are true . | |
| Method | getStepConstrainerQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepConstrainerQuerySession | a StepConstrainerQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerQuery() is true . | |
| Method | getStepConstrainerQuerySessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepConstrainerQuerySession | a StepConstrainerQuerySession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerQuery() and
supportsVisibleFederation() are true . | |
| Method | getStepConstrainerSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepConstrainerSearchSession | a StepConstrainerSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerSearch() is true . | |
| Method | getStepConstrainerSearchSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepConstrainerSearchSession | a StepConstrainerSearchSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerSearch() and
supportsVisibleFederation() are true . | |
| Method | getStepConstrainerAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepConstrainerAdminSession | a StepConstrainerAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerAdmin() is true . | |
| Method | getStepConstrainerAdminSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepConstrainerAdminSession | a StepConstrainerAdminSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerAdmin() and
supportsVisibleFederation() are true . | |
| Method | getStepConstrainerNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.StepConstrainerReceiver | stepConstrainerReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepConstrainerNotificationSession | a StepConstrainerNotificationSession | |
| Errors | NULL_ARGUMENT | stepConstrainerReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerNotification() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerNotification() is true . | |
| Method | getStepConstrainerNotificationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.StepConstrainerReceiver | stepConstrainerReceiver | the notification callback |
osid.id.Id | officeId | the Id of the Office | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepConstrainerNotificationSession | a StepConstrainerNotificationSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | stepConstrainerReceiver, officeId or proxy is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerNotification() and
supportsVisibleFederation() are true . | |
| Method | getStepConstrainerOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepConstrainerOfficeSession | a StepConstrainerOfficeSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerOffice() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerOffice() is true . | |
| Method | getStepConstrainerOfficeAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepConstrainerOfficeAssignmentSession | a StepConstrainerOfficeAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerOfficeAssignment() is
false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerOfficeAssignment() is true . | |
| Method | getStepConstrainerSmartOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepConstrainerSmartOfficeSession | a StepConstrainerSmartOfficeSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerSmartOffice() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerSmartOffice() is true . | |
| Method | getStepConstrainerRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepConstrainerRuleLookupSession | a StepConstrainerRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerRuleLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerRuleLookup() is true . | |
| Method | getStepConstrainerRuleLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepConstrainerRuleLookupSession | a StepConstrainerRuleLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerRuleLookup() and
supportsVisibleFederation() are true . | |
| Method | getStepConstrainerRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepConstrainerRuleApplicationSession | a StepConstrainerRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerRuleApplication() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerRuleApplication() is true . | |
| Method | getStepConstrainerRuleApplicationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepConstrainerRuleApplicationSession | a StepConstrainerRuleApplicationSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerRuleApplication() and
supportsVisibleFederation() are true . | |
| Method | getStepConstrainerEnablerLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepConstrainerEnablerLookupSession | a StepConstrainerEnablerLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerEnablerLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerEnablerLookup() is true . | |
| Method | getStepConstrainerEnablerLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepConstrainerEnablerLookupSession | a StepConstrainerEnablerLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerEnablerLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerEnablerLookup() and
supportsVisibleFederation() are true . | |
| Method | getStepConstrainerEnablerQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepConstrainerEnablerQuerySession | a StepConstrainerEnablerQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerEnablerQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerEnablerQuery() is true . | |
| Method | getStepConstrainerEnablerQuerySessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepConstrainerEnablerQuerySession | a StepConstrainerEnablerQuerySession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerEnablerQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerEnablerQuery() and
supportsVisibleFederation() are true . | |
| Method | getStepConstrainerEnablerSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepConstrainerEnablerSearchSession | a StepConstrainerEnablerSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerEnablerSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerEnablerSearch() is true . | |
| Method | getStepConstrainerEnablerSearchSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepConstrainerEnablerSearchSession | a StepConstrainerEnablerSearchSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerEnablerSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerEnablerSearch() and
supportsVisibleFederation() are true . | |
| Method | getStepConstrainerEnablerAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepConstrainerEnablerAdminSession | a StepConstrainerEnablerAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerEnablerAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerEnablerAdmin() is true . | |
| Method | getStepConstrainerEnablerAdminSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepConstrainerEnablerAdminSession | a StepConstrainerEnablerAdminSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerEnablerAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerEnablerAdmin() and
supportsVisibleFederation() are true . | |
| Method | getStepConstrainerEnablerNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.StepConstrainerEnablerReceiver | stepConstrainerEnablerReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepConstrainerEnablerNotificationSession | a StepConstrainerEnablerNotificationSession | |
| Errors | NULL_ARGUMENT | stepConstrainerEnablerReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerEnablerNotification() is
false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerEnablerNotification() is true
. | |
| Method | getStepConstrainerEnablerNotificationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.StepConstrainerEnablerReceiver | stepConstrainerEnablerReceiver | the notification callback |
osid.id.Id | officeId | the Id of the Office | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepConstrainerEnablerNotificationSession | a StepConstrainerEnablerNotificationSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | stepConstrainerEnablerReceiver, officeId or proxy
is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerEnablerNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerEnablerNotification() and
supportsVisibleFederation() are true . | |
| Method | getStepConstrainerEnablerOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepConstrainerEnablerOfficeSession | a StepConstrainerEnablerOfficeSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerEnablerOffice() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerEnablerOffice() is true . | |
| Method | getStepConstrainerEnablerOfficeAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepConstrainerEnablerOfficeAssignmentSession | a StepConstrainerEnablerOfficeAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerEnablerOfficeAssignment() is
false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerEnablerOfficeAssignment() is
true . | |
| Method | getStepConstrainerEnablerSmartOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepConstrainerEnablerSmartOfficeSession | a StepConstrainerEnablerSmartOfficeSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerEnablerSmartOffice() is
false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerEnablerSmartOffice() is true
. | |
| Method | getStepConstrainerEnablerRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepConstrainerEnablerRuleLookupSession | a StepConstrainerEnablerRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerEnablerRuleLookup() is
false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerEnablerRuleLookup() is true . | |
| Method | getStepConstrainerEnablerRuleLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepConstrainerEnablerRuleLookupSession | a StepConstrainerEnablerRuleLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerEnablerRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerEnablerRuleLookup() and
supportsVisibleFederation() are true . | |
| Method | getStepConstrainerEnablerRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepConstrainerEnablerRuleApplicationSession | a StepConstrainerEnablerRuleApplicationSession | |
| Errors | NULL_ARGUMENT | officeId or proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerEnablerRuleApplication() is
false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerEnablerRuleApplication() is
true . | |
| Method | getStepConstrainerEnablerRuleApplicationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepConstrainerEnablerRuleApplicationSession | a StepConstrainerEnablerRuleApplicationSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepConstrainerEnablerRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepConstrainerEnablerRuleApplication() and
supportsVisibleFederation() are true . | |
| Method | getStepProcessorLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepProcessorLookupSession | a StepProcessorLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorLookup() is true . | |
| Method | getStepProcessorLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepProcessorLookupSession | a StepProcessorLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorLookup() and
supportsVisibleFederation() are true . | |
| Method | getStepProcessorQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepProcessorQuerySession | a StepProcessorQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorQuery() is true . | |
| Method | getStepProcessorQuerySessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepProcessorQuerySession | a StepProcessorQuerySession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorQuery() and
supportsVisibleFederation() are true . | |
| Method | getStepProcessorSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepProcessorSearchSession | a StepProcessorSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorSearch() is true . | |
| Method | getStepProcessorSearchSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepProcessorSearchSession | a StepProcessorSearchSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorSearch() and
supportsVisibleFederation() are true . | |
| Method | getStepProcessorAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepProcessorAdminSession | a StepProcessorAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorAdmin() is true . | |
| Method | getStepProcessorAdminSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepProcessorAdminSession | a StepProcessorAdminSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorAdmin() and
supportsVisibleFederation() are true . | |
| Method | getStepProcessorNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.StepProcessorReceiver | stepProcessorReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepProcessorNotificationSession | a StepProcessorNotificationSession | |
| Errors | NULL_ARGUMENT | stepProcessorReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorNotification() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorNotification() is true . | |
| Method | getStepProcessorNotificationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.StepProcessorReceiver | stepProcessorReceiver | the notification callback |
osid.id.Id | officeId | the Id of the Office | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepProcessorNotificationSession | a StepProcessorNotificationSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | stepProcessorReceiver, officeId or proxy is
null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorNotification() and
supportsVisibleFederation() are true . | |
| Method | getStepProcessorOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepProcessorOfficeSession | a StepProcessorOfficeSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorOffice() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorOffice() is true . | |
| Method | getStepProcessorOfficeAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepProcessorOfficeAssignmentSession | a StepProcessorOfficeAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorOfficeAssignment() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorOfficeAssignment() is true . | |
| Method | getStepProcessorSmartOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepProcessorSmartOfficeSession | a StepProcessorSmartOfficeSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorSmartOffice() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorSmartOffice() is true . | |
| Method | getStepProcessorRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepProcessorRuleLookupSession | a StepProcessorRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorRuleLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorRuleLookup() is true . | |
| Method | getStepProcessorRuleLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepProcessorRuleLookupSession | a StepProcessorRuleLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorRuleLookup() and
supportsVisibleFederation() are true . | |
| Method | getStepProcessorRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepProcessorRuleApplicationSession | a StepProcessorRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorRuleApplication() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorRuleApplication() is true . | |
| Method | getStepProcessorRuleApplicationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepProcessorRuleApplicationSession | a StepProcessorRuleApplicationSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorRuleApplication() and
supportsVisibleFederation() are true . | |
| Method | getStepProcessorEnablerLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepProcessorEnablerLookupSession | a StepProcessorEnablerLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorEnablerLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorEnablerLookup() is true . | |
| Method | getStepProcessorEnablerLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepProcessorEnablerLookupSession | a StepProcessorEnablerLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorEnablerLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorEnablerLookup() and
supportsVisibleFederation() are true . | |
| Method | getStepProcessorEnablerQuerySession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepProcessorEnablerQuerySession | a StepProcessorEnablerQuerySession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorEnablerQuery() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorEnablerQuery() is true . | |
| Method | getStepProcessorEnablerQuerySessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepProcessorEnablerQuerySession | a StepProcessorEnablerQuerySession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorEnablerQuery() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorEnablerQuery() and
supportsVisibleFederation() are true . | |
| Method | getStepProcessorEnablerSearchSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepProcessorEnablerSearchSession | a StepProcessorEnablerSearchSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorEnablerSearch() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorEnablerSearch() is true . | |
| Method | getStepProcessorEnablerSearchSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepProcessorEnablerSearchSession | a StepProcessorEnablerSearchSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorEnablerSearch() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorEnablerSearch() and
supportsVisibleFederation() are true . | |
| Method | getStepProcessorEnablerAdminSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepProcessorEnablerAdminSession | a StepProcessorEnablerAdminSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorEnablerAdmin() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorEnablerAdmin() is true . | |
| Method | getStepProcessorEnablerAdminSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepProcessorEnablerAdminSession | a StepProcessorEnablerAdminSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorEnablerAdmin() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorEnablerAdmin() and
supportsVisibleFederation() are true . | |
| Method | getStepProcessorEnablerNotificationSession | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.StepProcessorEnablerReceiver | stepProcessorEnablerReceiver | the notification callback |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepProcessorEnablerNotificationSession | a StepProcessorEnablerNotificationSession | |
| Errors | NULL_ARGUMENT | stepProcessorEnablerReceiver or proxy is
null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorEnablerNotification() is
false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorEnablerNotification() is true . | |
| Method | getStepProcessorEnablerNotificationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.workflow.rules.StepProcessorEnablerReceiver | stepProcessorEnablerReceiver | the notification callback |
osid.id.Id | officeId | the Id of the Office | |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepProcessorEnablerNotificationSession | a StepProcessorEnablerNotificationSession | |
| Errors | NOT_FOUND | no office found by the given Id | |
| NULL_ARGUMENT | stepProcessorEnablerReceiver, officeId or proxy
is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorEnablerNotification() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorEnablerNotification() and
supportsVisibleFederation() are true . | |
| Method | getStepProcessorEnablerOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepProcessorEnablerOfficeSession | a StepProcessorEnablerOfficeSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorEnablerOffice() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorEnablerOffice() is true . | |
| Method | getStepProcessorEnablerOfficeAssignmentSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepProcessorEnablerOfficeAssignmentSession | a StepProcessorEnablerOfficeAssignmentSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorEnablerOfficeAssignment() is
false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorEnablerOfficeAssignment() is
true . | |
| Method | getStepProcessorEnablerSmartOfficeSession | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepProcessorEnablerSmartOfficeSession | a StepProcessorEnablerSmartOfficeSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorEnablerSmartOffice() is
false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorEnablerSmartOffice() is true . | |
| Method | getStepProcessorEnablerRuleLookupSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepProcessorEnablerRuleLookupSession | a StepProcessorEnablerRuleLookupSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorEnablerRuleLookup() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorEnablerRuleLookup() is true . | |
| Method | getStepProcessorEnablerRuleLookupSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepProcessorEnablerRuleLookupSession | a StepProcessorEnablerRuleLookupSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorEnablerRuleLookup() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorEnablerRuleLookup() and
supportsVisibleFederation() are true . | |
| Method | getStepProcessorEnablerRuleApplicationSession | ||
| Description |
Gets the | ||
| Parameters | osid.proxy.Proxy | proxy | a proxy |
| Return | osid.workflow.rules.StepProcessorEnablerRuleApplicationSession | a StepProcessorEnablerRuleApplicationSession | |
| Errors | NULL_ARGUMENT | proxy is null | |
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorEnablerRuleApplication() is
false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorEnablerRuleApplication() is
true . | |
| Method | getStepProcessorEnablerRuleApplicationSessionForOffice | ||
| Description |
Gets the | ||
| Parameters | osid.id.Id | officeId | the Id of the Office |
osid.proxy.Proxy | proxy | a proxy | |
| Return | osid.workflow.rules.StepProcessorEnablerRuleApplicationSession | a StepProcessorEnablerRuleApplicationSession | |
| Errors | NOT_FOUND | no Office found by the given Id | |
| NULL_ARGUMENT | officeId or proxy is null | ||
| OPERATION_FAILED | unable to complete request | ||
| UNIMPLEMENTED | supportsStepProcessorEnablerRuleApplication() or
supportsVisibleFederation() is false | ||
| Compliance | optional | This method must be implemented if
supportsStepProcessorEnablerRuleApplication() and
supportsVisibleFederation() are true . | |