Modifier and Type | Method and Description |
---|---|
ProjectVersionMetadata |
MetadataRepository.getProjectVersion(String repoId,
String namespace,
String projectId,
String projectVersion) |
ProjectVersionMetadata |
AbstractMetadataRepository.getProjectVersion(String repoId,
String namespace,
String projectId,
String projectVersion) |
ProjectVersionMetadata |
DefaultMetadataResolver.resolveProjectVersion(RepositorySession session,
String repoId,
String namespace,
String projectId,
String projectVersion) |
ProjectVersionMetadata |
MetadataResolver.resolveProjectVersion(RepositorySession session,
String repoId,
String namespace,
String projectId,
String projectVersion) |
Modifier and Type | Method and Description |
---|---|
void |
MetadataRepository.updateProjectVersion(String repositoryId,
String namespace,
String projectId,
ProjectVersionMetadata versionMetadata) |
void |
AbstractMetadataRepository.updateProjectVersion(String repositoryId,
String namespace,
String projectId,
ProjectVersionMetadata versionMetadata) |
Modifier and Type | Method and Description |
---|---|
ProjectVersionMetadata |
CassandraMetadataRepository.getProjectVersion(String repoId,
String namespace,
String projectId,
String projectVersion) |
Modifier and Type | Method and Description |
---|---|
void |
CassandraMetadataRepository.updateProjectVersion(String repositoryId,
String namespaceId,
String projectId,
ProjectVersionMetadata versionMetadata) |
Modifier and Type | Method and Description |
---|---|
ProjectVersionMetadata |
FileMetadataRepository.getProjectVersion(String repoId,
String namespace,
String projectId,
String projectVersion) |
Modifier and Type | Method and Description |
---|---|
void |
FileMetadataRepository.updateProjectVersion(String repoId,
String namespace,
String projectId,
ProjectVersionMetadata versionMetadata) |
private void |
FileMetadataRepository.updateProjectVersionFacets(ProjectVersionMetadata versionMetadata,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
ProjectVersionMetadata |
JcrMetadataRepository.getProjectVersion(String repositoryId,
String namespace,
String projectId,
String projectVersion) |
Modifier and Type | Method and Description |
---|---|
void |
JcrMetadataRepository.updateProjectVersion(String repositoryId,
String namespace,
String projectId,
ProjectVersionMetadata versionMetadata) |
Modifier and Type | Method and Description |
---|---|
ProjectVersionMetadata |
RepositoryStorage.readProjectVersionMetadata(ReadMetadataRequest readMetadataRequest) |
Modifier and Type | Method and Description |
---|---|
ProjectVersionMetadata |
Maven2RepositoryStorage.readProjectVersionMetadata(ReadMetadataRequest readMetadataRequest) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryProblemEventListener.addArtifact(RepositorySession session,
String repoId,
String namespace,
String projectId,
ProjectVersionMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryListener.addArtifact(RepositorySession session,
String repoId,
String namespace,
String projectId,
ProjectVersionMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
ProjectVersionMetadata |
BrowseService.getProjectMetadata(String groupId,
String artifactId,
String version,
String repositoryId) |
ProjectVersionMetadata |
BrowseService.getProjectVersionMetadata(String groupId,
String artifactId,
String repositoryId) |
Modifier and Type | Field and Description |
---|---|
private org.apache.archiva.redback.components.cache.Cache<String,ProjectVersionMetadata> |
DefaultBrowseService.versionMetadataCache |
Modifier and Type | Method and Description |
---|---|
ProjectVersionMetadata |
DefaultBrowseService.getProjectMetadata(String groupId,
String artifactId,
String version,
String repositoryId) |
ProjectVersionMetadata |
DefaultBrowseService.getProjectVersionMetadata(String groupId,
String artifactId,
String repositoryId) |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.