| Interface | osid.configuration.ValueQuerySession | ||
|---|---|---|---|
| Implements | osid.OsidSession | ||
| Description | 
                 This session provides methods for searching  Two views of the configuration data are defined; 
  | ||
| Method | getConfigurationId | ||
| Description | 
                     Gets the   | ||
| Return | osid.id.Id | the  Configuration   Id  associated with this 
session  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getConfiguration | ||
| Description | 
                     Gets the   | ||
| Return | osid.configuration.Configuration | the  Configuration  associated with this session  | |
| Errors | OPERATION_FAILED | unable to complete request | |
| PERMISSION_DENIED | authorization failure | ||
| Compliance | mandatory | This method must be implemented. | |
| Method | canSearchValues | ||
| Description | 
                     Tests if this user can perform   | ||
| Return | boolean |  false  if lookup methods are not authorized,  true 
 otherwise  | |
| Compliance | mandatory | This method must be implemented. | |
| Method | useFederatedConfigurationView | ||
| Description | 
                     Federates the view for methods in this session. A federated view will include values from parent configurations in the configuration hierarchy.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | useIsolatedConfigurationView | ||
| Description | 
                     Isolates the view for methods in this session. An isolated view restricts searches to this configuration only.  | ||
| Compliance | mandatory | This method is must be implemented. | |
| Method | getValueQuery | ||
| Description | 
                     Gets a value query.  | ||
| Return | osid.configuration.ValueQuery | the value query | |
| Compliance | mandatory | This method must be implemented. | |
| Method | getValuesByQuery | ||
| Description | 
                     Gets a list of   | ||
| Parameters | osid.configuration.ValueQuery | valueQuery | the value query | 
| Return | osid.configuration.ValueList | the returned  ValueList   | |
| Errors | NULL_ARGUMENT |  valueQuery  is  null   |                 |
| OPERATION_FAILED | unable to complete request | ||
| PERMISSION_DENIED | authorization failure | ||
| UNSUPPORTED | a query form is not of this service | ||
| Compliance | mandatory | This method must be implemented. | |