Modifier and Type | Field and Description |
---|---|
private Artifact |
TreeEntry.artifact |
Modifier and Type | Method and Description |
---|---|
Artifact |
TreeEntry.getArtifact() |
Modifier and Type | Method and Description |
---|---|
void |
TreeEntry.setArtifact(Artifact artifact) |
Constructor and Description |
---|
TreeEntry(Artifact artifact) |
Modifier and Type | Class and Description |
---|---|
class |
ArtifactTransferRequest |
Modifier and Type | Method and Description |
---|---|
List<Artifact> |
SearchService.getArtifactByChecksum(ChecksumSearch checksumSearch)
If searchRequest contains repositories, the search will be done only on those repositories.
|
List<Artifact> |
BrowseService.getArtifactDownloadInfos(String groupId,
String artifactId,
String version,
String repositoryId) |
List<Artifact> |
BrowseService.getArtifacts(String repositoryId)
return List of all artifacts from this repository
|
List<Artifact> |
BrowseService.getArtifactsByMetadata(String key,
String value,
String repositoryId)
Return List of artifacts from this repository with artifact metadata key matching value.
|
List<Artifact> |
BrowseService.getArtifactsByProjectVersionMetadata(String key,
String value,
String repositoryId)
Return List of artifacts from this repository with project version level metadata key matching value.
|
List<Artifact> |
BrowseService.getArtifactsByProperty(String key,
String value,
String repositoryId)
Return List of artifacts from this repository with property key matching value.
|
List<Artifact> |
SearchService.getArtifactVersions(String groupId,
String artifactId,
String packaging)
search will be apply on all repositories the current user has karma
|
List<Artifact> |
BrowseService.getDependees(String groupId,
String artifactId,
String version,
String repositoryId)
List of artifacts using the artifact passed in parameter.
|
List<Artifact> |
MergeRepositoriesService.getMergeConflictedArtifacts(String sourceRepositoryId,
String targetRepositoryId)
permissions are checked in impl
|
List<Artifact> |
SearchService.quickSearch(String queryString) |
List<Artifact> |
SearchService.quickSearchWithRepositories(SearchRequest searchRequest)
if not repositories in SearchRequest: search will be apply on all repositories the current user has karma
|
List<Artifact> |
SearchService.searchArtifacts(SearchRequest searchRequest)
If searchRequest contains repositories, the search will be done only on those repositories.
|
List<Artifact> |
BrowseService.searchArtifacts(String text,
String repositoryId,
Boolean exact)
Search artifacts with any property matching text.
|
List<Artifact> |
BrowseService.searchArtifacts(String key,
String text,
String repositoryId,
Boolean exact)
Search artifacts with the property specified by key matching text.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
RepositoriesService.deleteArtifact(Artifact artifact)
permissions are checked in impl
|
Modifier and Type | Method and Description |
---|---|
protected List<Artifact> |
AbstractRestService.buildArtifacts(Collection<ArtifactMetadata> artifactMetadatas,
String repositoryId) |
List<Artifact> |
DefaultSearchService.getArtifactByChecksum(ChecksumSearch checksumSearch) |
List<Artifact> |
DefaultBrowseService.getArtifactDownloadInfos(String groupId,
String artifactId,
String version,
String repositoryId) |
protected List<Artifact> |
DefaultSearchService.getArtifacts(SearchResults searchResults) |
protected List<Artifact> |
DefaultSearchService.getArtifacts(SearchResults searchResults,
String repositoryId) |
List<Artifact> |
DefaultBrowseService.getArtifacts(String repositoryId) |
List<Artifact> |
DefaultBrowseService.getArtifactsByMetadata(String key,
String value,
String repositoryId) |
List<Artifact> |
DefaultBrowseService.getArtifactsByProjectVersionMetadata(String key,
String value,
String repositoryId) |
List<Artifact> |
DefaultBrowseService.getArtifactsByProperty(String key,
String value,
String repositoryId) |
List<Artifact> |
DefaultSearchService.getArtifactVersions(String groupId,
String artifactId,
String packaging) |
List<Artifact> |
DefaultBrowseService.getDependees(String groupId,
String artifactId,
String version,
String repositoryId) |
List<Artifact> |
DefaultMergeRepositoriesService.getMergeConflictedArtifacts(String sourceRepositoryId,
String targetRepositoryId) |
List<Artifact> |
DefaultSearchService.quickSearch(String queryString) |
List<Artifact> |
DefaultSearchService.quickSearchWithRepositories(SearchRequest searchRequest) |
List<Artifact> |
DefaultSearchService.searchArtifacts(SearchRequest searchRequest) |
List<Artifact> |
DefaultBrowseService.searchArtifacts(String text,
String repositoryId,
Boolean exact) |
List<Artifact> |
DefaultBrowseService.searchArtifacts(String key,
String text,
String repositoryId,
Boolean exact) |
Modifier and Type | Method and Description |
---|---|
Boolean |
DefaultRepositoriesService.deleteArtifact(Artifact artifact) |
protected String |
AbstractRestService.getArtifactUrl(Artifact artifact) |
protected String |
AbstractRestService.getArtifactUrl(Artifact artifact,
String repositoryId) |
private void |
DefaultRepositoriesService.updateMetadata(ArchivaRepositoryMetadata metadata,
File metadataFile,
Date lastUpdatedTimestamp,
Artifact artifact)
Update artifact level metadata.
|
Modifier and Type | Method and Description |
---|---|
Artifact |
ArtifactBuilder.build() |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.