Package | Description |
---|---|
io.apicurio.registry.rest |
Modifier and Type | Method and Description |
---|---|
ArtifactMetaData |
ArtifactsResource.getArtifactMetaData(String artifactId)
Gets the metadata for an artifact in the registry.
|
ArtifactMetaData |
ArtifactsResource.getArtifactMetaDataByContent(String artifactId,
InputStream data)
Gets the metadata for an artifact that matches the raw content.
|
ArtifactMetaData |
IdsResource.getArtifactMetaDataByGlobalId(long globalId)
Gets the metadata for an artifact version in the registry using its globally unique
identifier.
|
Modifier and Type | Method and Description |
---|---|
CompletionStage<ArtifactMetaData> |
ArtifactsResource.createArtifact(ArtifactType xRegistryArtifactType,
String xRegistryArtifactId,
InputStream data)
Creates a new artifact by posting the artifact content.
|
CompletionStage<ArtifactMetaData> |
ArtifactsResource.updateArtifact(String artifactId,
ArtifactType xRegistryArtifactType,
InputStream data)
Updates an artifact by uploading new content.
|
Copyright © 2020 Red Hat. All rights reserved.