| 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. |