Uses of Class
org.rhq.core.domain.content.ResourceRepo

Packages that use ResourceRepo
org.rhq.core.domain.content   
org.rhq.core.domain.resource   
 

Uses of ResourceRepo in org.rhq.core.domain.content
 

Methods in org.rhq.core.domain.content that return ResourceRepo
 ResourceRepo Repo.addResource(Resource resource)
          Directly subscribe a resource to this repo.
 ResourceRepo Repo.removeResource(Resource resource)
          Unsubscribes the resource from this repo, if it exists.
 

Methods in org.rhq.core.domain.content that return types with arguments of type ResourceRepo
 Set<ResourceRepo> Repo.getResourceRepos()
          Returns the explicit mapping entities.
 

Uses of ResourceRepo in org.rhq.core.domain.resource
 

Methods in org.rhq.core.domain.resource that return ResourceRepo
 ResourceRepo Resource.addRepo(Repo repo)
          Directly subscribe the resource to a repo.
 ResourceRepo Resource.removeRepo(Repo repo)
          Unsubscribes the resource from a repo, if it exists.
 

Methods in org.rhq.core.domain.resource that return types with arguments of type ResourceRepo
 Set<ResourceRepo> Resource.getResourceRepos()
          Returns the explicit mapping entities.
 



Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.