Uses of Class
org.rhq.enterprise.server.content.RepoException

Packages that use RepoException
org.rhq.enterprise.server.content   
org.rhq.enterprise.server.webservices   
 

Uses of RepoException in org.rhq.enterprise.server.content
 

Methods in org.rhq.enterprise.server.content that throw RepoException
 Repo RepoManagerLocal.createRepo(Subject subject, Repo repo)
           
 Repo RepoManagerBean.createRepo(Subject subject, Repo repo)
           
 Repo RepoManagerRemote.createRepo(Subject subject, Repo repo)
          Creates a new Repo.
 RepoGroup RepoManagerLocal.createRepoGroup(Subject subject, RepoGroup repoGroup)
          Creates a new RepoGroup in the server.
 RepoGroup RepoManagerBean.createRepoGroup(Subject subject, RepoGroup repoGroup)
           
 void RepoManagerLocal.importCandidateRepo(Subject subject, List<Integer> repoIds)
          Changes the specified repos from being candidates in the system into full blown repositories, allowing their packages to be syncced and resources to subscribe to them.
 void RepoManagerBean.importCandidateRepo(Subject subject, List<Integer> repoIds)
           
 void RepoManagerLocal.removeContentSourcesFromRepo(Subject subject, int repoId, int[] contentSourceIds)
           
 void RepoManagerBean.removeContentSourcesFromRepo(Subject subject, int repoId, int[] contentSourceIds)
           
 Repo RepoManagerLocal.updateRepo(Subject subject, Repo repo)
           
 Repo RepoManagerBean.updateRepo(Subject subject, Repo repo)
           
 Repo RepoManagerRemote.updateRepo(Subject subject, Repo repo)
          Update an existing Repo object's basic fields, like name, description, etc.
 

Uses of RepoException in org.rhq.enterprise.server.webservices
 

Methods in org.rhq.enterprise.server.webservices that throw RepoException
 Repo WebservicesManagerBean.createRepo(Subject subject, Repo repo)
           
 Repo WebservicesManagerBean.updateRepo(Subject subject, Repo repo)
           
 



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