| Interface | osid.workflow.rules.ProcessProcessorSmartOfficeSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.workflow.rules.WorkflowRulesManager | ||
osid.workflow.rules.WorkflowRulesProxyManager | |||
| Description |
This session manages queries and sequencing to create
"smart" dynamic catalogs. A This | ||
| Method | getOfficeId | ||
| Description |
Gets the | ||
| Return | osid.id.Id | the Office Id associated with this session | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOffice | ||
| Description |
Gets the | ||
| Return | osid.workflow.Office | the office | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canManageSmartOffices | ||
| Description |
Tests if this user can manage smart offices. A return
of true does not guarantee successful authorization. A
return of false indicates that it is known methods in this
session will result in a | ||
| Return | boolean | false if smart office management is not authorized,
true otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcessProcessorQuery | ||
| Description |
Gets a process processor query. | ||
| Return | osid.workflow.rules.ProcessProcessorQuery | the process processor query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcessProcessorSearchOrder | ||
| Description |
Gets a process processor search order. | ||
| Return | osid.workflow.rules.ProcessProcessorSearchOrder | the process processor search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyProcessProcessorQuery | ||
| Description |
Applies a process processor query to this office. | ||
| Parameters | osid.workflow.rules.ProcessProcessorQuery | processProcessorQuery | the process processor query |
| Errors | NULL_ARGUMENT | processProcessorQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | processProcessorQuery not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectProcessProcessorQuery | ||
| Description |
Gets a process processor query inspector for this office. | ||
| Return | osid.workflow.rules.ProcessProcessorQueryInspector | the process processor query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyProcessProcessorSequencing | ||
| Description |
Applies a process processor search order to this office. | ||
| Parameters | osid.workflow.rules.ProcessProcessorSearchOrder | processProcessorSearchOrder | the process processor search order |
| Errors | NULL_ARGUMENT | processProcessorSearchOrder is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | processProcessorSearchOrder not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcessProcessorQueryFromInspector | ||
| Description |
Gets a process processor query from an inspector. | ||
| Parameters | osid.workflow.rules.ProcessProcessorQueryInspector | processProcessorQueryInspector | a process processor query inspector |
| Return | osid.workflow.rules.ProcessProcessorQuery | the process processor query | |
| Errors | NULL_ARGUMENT | processProcessorQueryInspector is null | |
| UNSUPPORTED | processProcessorQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |