Interface | osid.process.ProcessQuerySession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods for searching among Processes may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
Method | canSearchProcesses | ||
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 | getProcessQuery | ||
Description |
Gets a process query. The returned query will not have an extension query. | ||
Return | osid.process.ProcessQuery | the process query | |
Compliance | mandatory | This method must be implemented. | |
Method | getProcessesByQuery | ||
Description |
Gets a list of | ||
Parameters | osid.process.ProcessQuery | processQuery | the process query |
Return | osid.process.ProcessList | the returned ProcessList | |
Errors | NULL_ARGUMENT | processQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | a processQuery is not of this service | ||
Compliance | mandatory | This method must be implemented. |