Uses of Class
org.hackystat.sensorbase.resource.sensordata.jaxb.SensorDataRef

Packages that use SensorDataRef
org.hackystat.sensorbase.client Provides a client-side interface to the SensorBase. 
org.hackystat.sensorbase.resource.sensordata Provides the "SensorData" resource, which represents an atomic piece of software engineering process or product data. 
org.hackystat.sensorbase.resource.sensordata.jaxb Provides the JAXB generated classes corresponding to the SensorData XmlSchema. 
 

Uses of SensorDataRef in org.hackystat.sensorbase.client
 

Methods in org.hackystat.sensorbase.client with parameters of type SensorDataRef
 SensorData SensorBaseClient.getSensorData(SensorDataRef ref)
          Returns the named SensorData associated with the SensorDataRef.
 

Uses of SensorDataRef in org.hackystat.sensorbase.resource.sensordata
 

Methods in org.hackystat.sensorbase.resource.sensordata that return SensorDataRef
 SensorDataRef SensorDataManager.makeSensorDataRef(SensorData data)
          Returns a SensorDataRef instance constructed from a SensorData instance.
 

Uses of SensorDataRef in org.hackystat.sensorbase.resource.sensordata.jaxb
 

Fields in org.hackystat.sensorbase.resource.sensordata.jaxb with type parameters of type SensorDataRef
protected  java.util.List<SensorDataRef> SensorDataIndex.sensorDataRef
           
 

Methods in org.hackystat.sensorbase.resource.sensordata.jaxb that return SensorDataRef
 SensorDataRef ObjectFactory.createSensorDataRef()
          Create an instance of SensorDataRef
 

Methods in org.hackystat.sensorbase.resource.sensordata.jaxb that return types with arguments of type SensorDataRef
 java.util.List<SensorDataRef> SensorDataIndex.getSensorDataRef()
          Gets the value of the sensorDataRef property.