| Interface | osid.resourcing.FoundryQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description |
This session provides methods for searching among Foundries may have a query record indicated by their
respective record types. The query record is accessed via the
| ||
| Method | canSearchFoundries | ||
| 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 | getFoundryQuery | ||
| Description |
Gets a foundry query. | ||
| Return | osid.resourcing.FoundryQuery | the foundry query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getFoundriesByQuery | ||
| Description |
Gets a list of | ||
| Parameters | osid.resourcing.FoundryQuery | foundryQuery | the foundry query query |
| Return | osid.resourcing.FoundryList | the returned FoundryList | |
| Errors | NULL_ARGUMENT | foundryQuery is null | |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | foundryQuery is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |