Interface DeviceSpecsQueryEngine
- 
public interface DeviceSpecsQueryEngineQuery engine for Device Specs, this is the high-level service that combines a number ofDeviceSpecsProviderto execute queries. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>queryDeviceSpecs(SlingHttpServletRequest request)Query the device specs database for the specs of device identified by supplied request 
 - 
 
- 
- 
Method Detail
- 
queryDeviceSpecs
java.util.Map<java.lang.String,java.lang.String> queryDeviceSpecs(SlingHttpServletRequest request) throws java.lang.Exception
Query the device specs database for the specs of device identified by supplied request- Throws:
 java.lang.Exception
 
 - 
 
 -