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

Packages that use ProjectIndex
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 ProjectIndex in org.hackystat.sensorbase.client
 

Methods in org.hackystat.sensorbase.client that return ProjectIndex
 ProjectIndex SensorBaseClient.getProjectIndex()
          Returns the index of all Projects from this server.
 ProjectIndex SensorBaseClient.getProjectIndex(java.lang.String email)
          Returns the index of all Projects from this server associated with this user.
 

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

Methods in org.hackystat.sensorbase.resource.projects that return ProjectIndex
 ProjectIndex ProjectManager.makeProjectIndex(java.lang.String xmlString)
          Takes a String encoding of a ProjectIndex in XML format and converts it to an instance.
 

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

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