| Interface | osid.workflow.OfficeQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session provides methods for searching among Offices may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
| Method | canSearchOffices | ||
| 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 | getOfficeQuery | ||
| Description |
Gets an office query. | ||
| Return | osid.workflow.OfficeQuery | the office query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getOfficesByQuery | ||
| Description |
Gets a list of | ||
| Parameters | osid.workflow.OfficeQuery | officeQuery | the office query |
| Return | osid.workflow.OfficeList | the returned OfficeList | |
| Errors | NULL_ARGUMENT | officeQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | officeQuery is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |