| Interface | osid.workflow.event.WorkflowEventSmartOfficeSession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Used By | osid.workflow.event.WorkflowEventManager | ||
osid.workflow.event.WorkflowEventProxyManager | |||
| 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.OfficeList | 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 | getWorkflowEventQuery | ||
| Description |
Gets a workflow event query. | ||
| Return | osid.workflow.event.WorkflowEventQuery | the workflow event query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getWorkflowEventSearchOrder | ||
| Description |
Gets a workflow event search order. | ||
| Return | osid.workflow.event.WorkflowEventSearchOrder | the workflow event search order | |
| Compliance | mandatory | This method must be implemented. | |
| Method | applyWorkflowEventQuery | ||
| Description |
Applies a workflow event query to this office. | ||
| Parameters | osid.workflow.event.WorkflowEventQuery | workflowEventQuery | the workflow event query |
| Errors | NULL_ARGUMENT | workflowEventQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | workflowEventQuery not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | inspectWorkflowEventQuery | ||
| Description |
Gets a workflow event query inspector for this office. | ||
| Return | osid.workflow.event.WorkflowEventQueryInspector | the workflow event query inspector | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure occurred | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | applyWorkflowEventSequencing | ||
| Description |
Applies a workflow event search order to this office. | ||
| Parameters | osid.workflow.event.WorkflowEventSearchOrder | workflowEventSearchOrder | the workflow event search order |
| Errors | NULL_ARGUMENT | workflowEventSearchOrder is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure occurred | ||
| UNSUPPORTED | workflowEventSearchOrder not of this service | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | getWorkflowEventQueryFromInspector | ||
| Description |
Gets a workflow event query from an inspector. | ||
| Parameters | osid.workflow.event.WorkflowEventQueryInspector | workflowEventQueryInspector | a workflow event query inspector |
| Return | osid.workflow.event.WorkflowEventQuery | the workflow event query | |
| Errors | NULL_ARGUMENT | workflowEventQueryInspector is null | |
| UNSUPPORTED | workflowEventQueryInspector is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |