Interface | osid.mapping.MapQuerySession | ||
---|---|---|---|
Implements | osid.OsidSession | ||
Description |
This session provides methods for searching among Maps may have a query record indicated by their respective
record types. The query record is accessed via the | ||
Method | canSearchMaps | ||
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 | getMapQuery | ||
Description |
Gets a map query. | ||
Return | osid.mapping.MapQuery | the map query | |
Compliance | mandatory | This method must be implemented. | |
Method | getMapsByQuery | ||
Description |
Gets a list of | ||
Parameters | osid.mapping.MapQuery | mapQuery | the map query |
Return | osid.mapping.MapList | the returned MapList | |
Errors | NULL_ARGUMENT | mapQuery is null | |
OPERATION_FAILED | unable to complete request | ||
PERMISSION_DENIED | authorization failure | ||
UNSUPPORTED | mapQuery is not of this service | ||
Compliance | mandatory | This method must be implemented. |