Modifier and Type | Method and Description |
---|---|
MetadataFacet |
AuditEventFactory.createMetadataFacet() |
MetadataFacet |
AuditEventFactory.createMetadataFacet(String repositoryId,
String name) |
Modifier and Type | Class and Description |
---|---|
class |
GenericMetadataFacet |
Modifier and Type | Method and Description |
---|---|
MetadataFacet |
GenericMetadataFacetFactory.createMetadataFacet() |
MetadataFacet |
GenericMetadataFacetFactory.createMetadataFacet(String repositoryId,
String name) |
Modifier and Type | Field and Description |
---|---|
private Map<String,MetadataFacet> |
FacetedMetadata.facets
The facets to store, keyed by the Facet ID of the metadata.
|
Modifier and Type | Method and Description |
---|---|
MetadataFacet |
MetadataFacetFactory.createMetadataFacet() |
MetadataFacet |
MetadataFacetFactory.createMetadataFacet(String repositoryId,
String name) |
MetadataFacet |
FacetedMetadata.getFacet(String facetId)
Get a particular facet of metadata.
|
MetadataFacet |
FacetedMetadata.removeFacet(String facetId) |
Modifier and Type | Method and Description |
---|---|
Collection<MetadataFacet> |
FacetedMetadata.getFacetList()
Get all the facets available on this metadata.
|
Map<String,MetadataFacet> |
FacetedMetadata.getFacets()
Get all available facets as a Map (typically used by bean rendering, such as in Archiva's JSPs).
|
Modifier and Type | Method and Description |
---|---|
void |
FacetedMetadata.addFacet(MetadataFacet metadataFacet)
Add a new facet to the metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
AuditEvent
AuditEvent
|
class |
RepositoryProblemFacet |
Modifier and Type | Class and Description |
---|---|
class |
MavenArtifactFacet |
Modifier and Type | Method and Description |
---|---|
MetadataFacet |
MetadataRepository.getMetadataFacet(String repositoryId,
String facetId,
String name) |
MetadataFacet |
AbstractMetadataRepository.getMetadataFacet(String repositoryId,
String facetId,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
MetadataRepository.addMetadataFacet(String repositoryId,
MetadataFacet metadataFacet) |
void |
AbstractMetadataRepository.addMetadataFacet(String repositoryId,
MetadataFacet metadataFacet) |
void |
MetadataRepository.removeArtifact(String repositoryId,
String namespace,
String project,
String version,
MetadataFacet metadataFacet)
FIXME need a unit test!!!
Only remove
MetadataFacet for the artifact |
void |
AbstractMetadataRepository.removeArtifact(String repositoryId,
String namespace,
String project,
String version,
MetadataFacet metadataFacet) |
Modifier and Type | Method and Description |
---|---|
MetadataFacet |
CassandraMetadataRepository.getMetadataFacet(String repositoryId,
String facetId,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
CassandraMetadataRepository.addMetadataFacet(String repositoryId,
MetadataFacet metadataFacet) |
void |
CassandraMetadataRepository.removeArtifact(String repositoryId,
String namespace,
String project,
String version,
MetadataFacet metadataFacet) |
Modifier and Type | Method and Description |
---|---|
MetadataFacet |
FileMetadataRepository.getMetadataFacet(String repositoryId,
String facetId,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
FileMetadataRepository.addMetadataFacet(String repositoryId,
MetadataFacet metadataFacet) |
void |
FileMetadataRepository.removeArtifact(String repositoryId,
String namespace,
String project,
String projectVersion,
MetadataFacet metadataFacet)
FIXME implements this !!!!
|
Modifier and Type | Method and Description |
---|---|
private static void |
FileMetadataRepository.clearMetadataFacetProperties(Collection<MetadataFacet> facetList,
Properties properties,
String prefix) |
Modifier and Type | Method and Description |
---|---|
MetadataFacet |
JcrMetadataRepository.getMetadataFacet(String repositoryId,
String facetId,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
JcrMetadataRepository.addMetadataFacet(String repositoryId,
MetadataFacet metadataFacet) |
void |
JcrMetadataRepository.removeArtifact(String repositoryId,
String namespace,
String project,
String projectVersion,
MetadataFacet metadataFacet) |
Modifier and Type | Class and Description |
---|---|
class |
RepositoryStatistics |
Modifier and Type | Method and Description |
---|---|
MetadataFacet |
RepositoryStatisticsFactory.createMetadataFacet() |
MetadataFacet |
RepositoryStatisticsFactory.createMetadataFacet(String repositoryId,
String name) |
Modifier and Type | Class and Description |
---|---|
class |
MavenProjectFacet |
Modifier and Type | Method and Description |
---|---|
MetadataFacet |
MavenArtifactFacetFactory.createMetadataFacet() |
MetadataFacet |
MavenProjectFacetFactory.createMetadataFacet() |
MetadataFacet |
MavenArtifactFacetFactory.createMetadataFacet(String repositoryId,
String name) |
MetadataFacet |
MavenProjectFacetFactory.createMetadataFacet(String repositoryId,
String name) |
Modifier and Type | Method and Description |
---|---|
MetadataFacet |
RepositoryProblemFacetFactory.createMetadataFacet() |
MetadataFacet |
RepositoryProblemFacetFactory.createMetadataFacet(String repositoryId,
String name) |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.