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

Packages that use Repo
org.rhq.core.domain.auth   
org.rhq.core.domain.bundle   
org.rhq.core.domain.content   
org.rhq.core.domain.content.composite   
org.rhq.core.domain.criteria   
org.rhq.core.domain.resource   
 

Uses of Repo in org.rhq.core.domain.auth
 

Methods in org.rhq.core.domain.auth that return types with arguments of type Repo
protected  Set<Repo> Subject.getOwnedrepos()
           
 

Method parameters in org.rhq.core.domain.auth with type arguments of type Repo
protected  void Subject.setOwnedRepos(Set<Repo> repos)
           
 

Uses of Repo in org.rhq.core.domain.bundle
 

Methods in org.rhq.core.domain.bundle that return Repo
 Repo Bundle.getRepo()
           
 Repo BundleVersionRepoPK.getRepo()
           
 

Methods in org.rhq.core.domain.bundle with parameters of type Repo
 void Bundle.setRepo(Repo repo)
           
 void BundleVersionRepoPK.setRepo(Repo repo)
           
 

Constructors in org.rhq.core.domain.bundle with parameters of type Repo
Bundle(String name, BundleType type, Repo repo, PackageType packageType)
           
BundleVersionRepo(BundleVersion bundleVersion, Repo repo)
           
BundleVersionRepoPK(BundleVersion bv, Repo r)
           
 

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

Methods in org.rhq.core.domain.content that return Repo
 Repo RepoRelationship.getRelatedRepo()
           
 Repo RepoContentSourcePK.getRepo()
           
 Repo ResourceRepoPK.getRepo()
           
 Repo RepoPackageVersionPK.getRepo()
           
 Repo RepoDistribution.getRepo()
           
 Repo RepoRepoRelationshipPK.getRepo()
           
 Repo RepoAdvisory.getRepo()
           
 Repo RepoRepoGroupPK.getRepo()
           
 Repo RepoSyncResults.getRepo()
          The Repo that performed the sync.
 Repo RepoDistributionPK.getRepo()
           
 Repo RepoAdvisoryPK.getRepo()
           
 

Methods in org.rhq.core.domain.content that return types with arguments of type Repo
 Set<Repo> RepoRelationship.getRelatedRepos()
          The repos that this repo relationship is associated with.
 Set<Repo> RepoGroup.getRepos()
          The repos that this repo group is associated with.
 Set<Repo> ContentSource.getRepos()
          The repos that this content source provides content to.
 Set<Repo> PackageVersion.getRepos()
          The set of repos that can serve up this package version.
 

Methods in org.rhq.core.domain.content with parameters of type Repo
 RepoRepoRelationship RepoRelationship.addRepo(Repo repo)
          Directly assign a repo to this repo relationship.
 RepoRepoGroup RepoGroup.addRepo(Repo repo)
          Directly assign a repo to this repogroup.
 RepoContentSource ContentSource.addRepo(Repo repo)
          Directly assign a repo to this content source.
 RepoPackageVersion PackageVersion.addRepo(Repo repo)
          Directly assign this package version to the given repo.
 RepoRepoRelationship RepoRelationship.removeRepo(Repo repo)
          Removes the repo from this repo relationship, if it exists.
 RepoRepoGroup RepoGroup.removeRepo(Repo repo)
          Removes the repo from this repogroup, if it exists.
 RepoContentSource ContentSource.removeRepo(Repo repo)
          Removes the repo from this content source, if it exists.
 RepoPackageVersion PackageVersion.removeRepo(Repo repo)
          Removes the repo as one that this package version is related to.
 void RepoRelationship.setRelatedRepo(Repo relatedRepo)
           
 void RepoContentSourcePK.setRepo(Repo repo)
           
 void ResourceRepoPK.setRepo(Repo repo)
           
 void RepoPackageVersionPK.setRepo(Repo repo)
           
 void RepoRepoRelationshipPK.setRepo(Repo repo)
           
 void RepoAdvisory.setRepo(Repo repo)
           
 void RepoRepoGroupPK.setRepo(Repo repo)
           
 void RepoSyncResults.setRepo(Repo repoIn)
           
 void RepoDistributionPK.setRepo(Repo repo)
           
 void RepoAdvisoryPK.setRepo(Repo repo)
           
 

Constructors in org.rhq.core.domain.content with parameters of type Repo
RepoAdvisory(Repo repo, Advisory advisory)
           
RepoAdvisoryPK(Repo repo, Advisory adv)
           
RepoContentSource(Repo repo, ContentSource contentSource)
           
RepoContentSourcePK(Repo repo, ContentSource contentSource)
           
RepoDistribution(Repo repo, Distribution dist)
           
RepoDistributionPK(Repo repo, Distribution dist)
           
RepoPackageVersion(Repo repo, PackageVersion packageVersion)
           
RepoPackageVersionPK(Repo repo, PackageVersion pv)
           
RepoRepoGroup(Repo repo, RepoGroup repoGroup)
           
RepoRepoGroupPK(Repo repo, RepoGroup repoGroup)
           
RepoRepoRelationship(Repo repo, RepoRelationship repoRelationship)
           
RepoRepoRelationshipPK(Repo repo, RepoRelationship repoRelationship)
           
RepoSyncResults(Repo repoIn)
           
ResourceRepo(Resource resource, Repo repo)
           
ResourceRepoPK(Resource resource, Repo repo)
           
 

Uses of Repo in org.rhq.core.domain.content.composite
 

Methods in org.rhq.core.domain.content.composite that return Repo
 Repo RepoComposite.getRepo()
           
 

Constructors in org.rhq.core.domain.content.composite with parameters of type Repo
RepoComposite(Repo repo, long packageVersionCount)
           
 

Uses of Repo in org.rhq.core.domain.criteria
 

Methods in org.rhq.core.domain.criteria that return types with arguments of type Repo
 Class<Repo> RepoCriteria.getPersistentClass()
           
 

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

Methods in org.rhq.core.domain.resource that return types with arguments of type Repo
 Set<Repo> Resource.getRepos()
          The repos this resource is subscribed to.
 

Methods in org.rhq.core.domain.resource with parameters of type Repo
 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.
 



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