Uses of Class
org.hackystat.sensorbase.resource.projects.jaxb.ProjectRef

Packages that use ProjectRef
org.hackystat.sensorbase.client Provides a client-side interface to the SensorBase. 
org.hackystat.sensorbase.resource.projects Provides the "Projects" resource, which represents a set of Sensor Data resources for a particular set of users over a particular time frame. 
org.hackystat.sensorbase.resource.projects.jaxb Provides the JAXB generated classes corresponding to the Projects XmlSchema. 
 

Uses of ProjectRef in org.hackystat.sensorbase.client
 

Methods in org.hackystat.sensorbase.client with parameters of type ProjectRef
 Project SensorBaseClient.getProject(ProjectRef ref)
          Returns the named Project associated with the ProjectRef.
 

Uses of ProjectRef in org.hackystat.sensorbase.resource.projects
 

Methods in org.hackystat.sensorbase.resource.projects that return ProjectRef
 ProjectRef ProjectManager.makeProjectRef(Project project)
          Returns a ProjectRef instance constructed from a Project instance.
 

Uses of ProjectRef in org.hackystat.sensorbase.resource.projects.jaxb
 

Fields in org.hackystat.sensorbase.resource.projects.jaxb with type parameters of type ProjectRef
protected  java.util.List<ProjectRef> ProjectIndex.projectRef
           
 

Methods in org.hackystat.sensorbase.resource.projects.jaxb that return ProjectRef
 ProjectRef ObjectFactory.createProjectRef()
          Create an instance of ProjectRef
 

Methods in org.hackystat.sensorbase.resource.projects.jaxb that return types with arguments of type ProjectRef
 java.util.List<ProjectRef> ProjectIndex.getProjectRef()
          Gets the value of the projectRef property.