|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepositoryServiceException | |
---|---|
org.apache.continuum.repository |
Uses of RepositoryServiceException in org.apache.continuum.repository |
---|
Methods in org.apache.continuum.repository that throw RepositoryServiceException | |
---|---|
LocalRepository |
DefaultRepositoryService.addLocalRepository(LocalRepository localRepository)
|
LocalRepository |
RepositoryService.addLocalRepository(LocalRepository repository)
Add the local repository |
LocalRepository |
DefaultRepositoryService.getLocalRepository(int repositoryId)
|
LocalRepository |
RepositoryService.getLocalRepository(int repositoryId)
Retrieve local repository |
LocalRepository |
DefaultRepositoryService.getLocalRepositoryByLocation(String location)
|
LocalRepository |
RepositoryService.getLocalRepositoryByLocation(String location)
Retrieve local repository |
LocalRepository |
DefaultRepositoryService.getLocalRepositoryByName(String repositoryName)
|
LocalRepository |
RepositoryService.getLocalRepositoryByName(String repositoryName)
Retrieve local repository |
void |
DefaultRepositoryService.removeLocalRepository(int repositoryId)
|
void |
RepositoryService.removeLocalRepository(int repositoryId)
Remove the local repository |
void |
DefaultRepositoryService.updateLocalRepository(LocalRepository localRepository)
|
void |
RepositoryService.updateLocalRepository(LocalRepository repository)
Update the local repository |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |