Uses of Class
org.sonar.api.database.model.ResourceModel

Packages that use ResourceModel
org.sonar.api.database.configuration   
org.sonar.api.database.model   
org.sonar.api.profiles   
org.sonar.api.resources   
 

Uses of ResourceModel in org.sonar.api.database.configuration
 

Constructors in org.sonar.api.database.configuration with parameters of type ResourceModel
ResourceDatabaseConfiguration(DatabaseSessionFactory sessionFactory, ResourceModel resource)
           
 

Uses of ResourceModel in org.sonar.api.database.model
 

Methods in org.sonar.api.database.model that return ResourceModel
static ResourceModel ResourceModel.build(Resource resource)
          Maps a resource to a resource model and returns the resource
 

Methods in org.sonar.api.database.model with parameters of type ResourceModel
 void Snapshot.setResource(ResourceModel resource)
           
 

Constructors in org.sonar.api.database.model with parameters of type ResourceModel
Snapshot(ResourceModel resource, boolean last, String status, Date date)
           
Snapshot(ResourceModel resource, Snapshot parent)
           
 

Uses of ResourceModel in org.sonar.api.profiles
 

Methods in org.sonar.api.profiles that return types with arguments of type ResourceModel
 List<ResourceModel> RulesProfile.getProjects()
           
 

Method parameters in org.sonar.api.profiles with type arguments of type ResourceModel
 void RulesProfile.setProjects(List<ResourceModel> projects)
          Sets the list of projects attached to the profile
 

Uses of ResourceModel in org.sonar.api.resources
 

Methods in org.sonar.api.resources that return ResourceModel
 ResourceModel ProjectLink.getResource()
           
 

Methods in org.sonar.api.resources with parameters of type ResourceModel
 void ProjectLink.setResource(ResourceModel resource)
           
 



Copyright © 2009-2010 SonarSource. All Rights Reserved.