public interface SearchService
| Modifier and Type | Method and Description |
|---|---|
GroupIdList |
getAllGroupIds(List<String> selectedRepos)
this method applies on Maven Indexer lucene index, so datas not yet indexed won't be available
|
List<org.apache.archiva.maven2.model.Artifact> |
getArtifactVersions(String groupId,
String artifactId,
String packaging)
search will be apply on all repositories the current user has karma
|
StringList |
getObservablesRepoIds() |
List<org.apache.archiva.maven2.model.Artifact> |
quickSearch(String queryString) |
List<org.apache.archiva.maven2.model.Artifact> |
quickSearchWithRepositories(SearchRequest searchRequest)
if not repositories in SearchRequest: search will be apply on all repositories the current user has karma
|
List<org.apache.archiva.maven2.model.Artifact> |
searchArtifacts(SearchRequest searchRequest)
If searchRequest contains repositories, the search will be done only on those repositories.
|
List<org.apache.archiva.maven2.model.Artifact> quickSearch(String queryString) throws ArchivaRestServiceException
ArchivaRestServiceExceptionList<org.apache.archiva.maven2.model.Artifact> quickSearchWithRepositories(SearchRequest searchRequest) throws ArchivaRestServiceException
ArchivaRestServiceExceptionList<org.apache.archiva.maven2.model.Artifact> searchArtifacts(SearchRequest searchRequest) throws ArchivaRestServiceException
ArchivaRestServiceExceptionList<org.apache.archiva.maven2.model.Artifact> getArtifactVersions(String groupId, String artifactId, String packaging) throws ArchivaRestServiceException
ArchivaRestServiceExceptionGroupIdList getAllGroupIds(List<String> selectedRepos) throws ArchivaRestServiceException
ArchivaRestServiceExceptionStringList getObservablesRepoIds() throws ArchivaRestServiceException
ArchivaRestServiceExceptionCopyright © 2006–2014 The Apache Software Foundation. All rights reserved.