| Interface | osid.workflow.rules.ProcessProcessorEnablerQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Implemented By | osid.workflow.rules.ProcessProcessorEnablerSearchSession | ||
| Used By | osid.workflow.rules.WorkflowRulesManager | ||
osid.workflow.rules.WorkflowRulesProxyManager | |||
| Description |
This session provides methods for searching among
This session defines views that offer differing behaviors for searching.
Process processor enablers may have a query record
indicated by their respective record types. The query record
is accessed via the | ||
| 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 | canSearchProcessProcessorEnablers | ||
| Description |
Tests if this user can perform
| ||
| Return | boolean | false if search methods are not authorized, true
otherwise | |
| Compliance | mandatory | This method must be implemented. | |
| Method | useFederatedOfficeView | ||
| Description |
Federates the view for methods in this session. A federated view will include process processor enablers in offices which are children of this office in the office hierarchy. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedOfficeView | ||
| Description |
Isolates the view for methods in this session. An isolated view restricts searches to this office only. | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getProcessProcessorEnablerQuery | ||
| Description |
Gets a process processor enabler query. | ||
| Return | osid.workflow.rules.ProcessProcessorEnablerQuery | the process processor enabler query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getProcessProcessorEnablersByQuery | ||
| Description |
Gets a list of | ||
| Parameters | osid.workflow.rules.ProcessProcessorEnablerQuery | processProcessorEnablerQuery | the process processor enabler query |
| Return | osid.workflow.rules.ProcessProcessorEnablerList | the returned ProcessProcessorEnablerList | |
| Errors | NULL_ARGUMENT | processProcessorEnablerQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | processProcessorEnablerQuery did not originate from
getProcessProcessorEnablerQuery() | ||
| Compliance | mandatory | This method must be implemented. | |