Modifier and Type | Method and Description |
---|---|
ProjectMetadata |
MetadataRepository.getProject(String repoId,
String namespace,
String projectId)
basically just checking it exists not complete data returned
|
ProjectMetadata |
AbstractMetadataRepository.getProject(String repoId,
String namespace,
String projectId) |
Modifier and Type | Method and Description |
---|---|
void |
MetadataRepository.updateProject(String repositoryId,
ProjectMetadata project)
Update metadata for a particular project in the metadata repository, or create it if it does not already exist.
|
void |
AbstractMetadataRepository.updateProject(String repositoryId,
ProjectMetadata project) |
Modifier and Type | Method and Description |
---|---|
ProjectMetadata |
CassandraMetadataRepository.getProject(String repoId,
String namespace,
String id) |
Modifier and Type | Method and Description |
---|---|
void |
CassandraMetadataRepository.updateProject(String repositoryId,
ProjectMetadata projectMetadata) |
Modifier and Type | Method and Description |
---|---|
ProjectMetadata |
FileMetadataRepository.getProject(String repoId,
String namespace,
String projectId) |
Modifier and Type | Method and Description |
---|---|
void |
FileMetadataRepository.updateProject(String repoId,
ProjectMetadata project) |
Modifier and Type | Method and Description |
---|---|
ProjectMetadata |
JcrMetadataRepository.getProject(String repositoryId,
String namespace,
String projectId) |
Modifier and Type | Method and Description |
---|---|
void |
JcrMetadataRepository.updateProject(String repositoryId,
ProjectMetadata project) |
Modifier and Type | Method and Description |
---|---|
ProjectMetadata |
RepositoryStorage.readProjectMetadata(String repoId,
String namespace,
String projectId) |
Modifier and Type | Method and Description |
---|---|
ProjectMetadata |
Maven2RepositoryStorage.readProjectMetadata(String repoId,
String namespace,
String projectId) |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.