public interface RepositorySearch
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getAllGroupIds(String principal,
List<String> selectedRepos) |
Set<String> |
getRemoteIndexingContextIds(String managedRepoId) |
SearchResults |
search(String principal,
List<String> selectedRepos,
String term,
SearchResultLimits limits,
List<String> previousSearchTerms)
Quick search by won't return artifact with file extension pom
|
SearchResults |
search(String principal,
SearchFields searchFields,
SearchResultLimits limits)
Advanced search.
|
SearchResults search(String principal, List<String> selectedRepos, String term, SearchResultLimits limits, List<String> previousSearchTerms) throws RepositorySearchException
principal
- selectedRepos
- term
- limits
- previousSearchTerms
- RepositorySearchException
SearchResults search(String principal, SearchFields searchFields, SearchResultLimits limits) throws RepositorySearchException
principal
- searchFields
- limits
- RepositorySearchException
Collection<String> getAllGroupIds(String principal, List<String> selectedRepos) throws RepositorySearchException
RepositorySearchException
Set<String> getRemoteIndexingContextIds(String managedRepoId) throws RepositoryAdminException
RepositoryAdminException
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.