Uses of Class
io.apicurio.registry.rest.v1.beans.ArtifactMetaData
-
Packages that use ArtifactMetaData Package Description io.apicurio.registry.rest.v1 -
-
Uses of ArtifactMetaData in io.apicurio.registry.rest.v1
Methods in io.apicurio.registry.rest.v1 that return ArtifactMetaData Modifier and Type Method Description ArtifactMetaData
ArtifactsResource. createArtifact(ArtifactType xRegistryArtifactType, String xRegistryArtifactId, IfExistsType ifExists, Boolean canonical, InputStream data)
Creates a new artifact by posting the artifact content.ArtifactMetaData
ArtifactsResource. getArtifactMetaData(String artifactId)
Gets the metadata for an artifact in the registry.ArtifactMetaData
IdsResource. getArtifactMetaDataByGlobalId(long globalId)
Gets the metadata for an artifact version in the registry using its globally unique identifier.ArtifactMetaData
ArtifactsResource. updateArtifact(String artifactId, ArtifactType xRegistryArtifactType, InputStream data)
Updates an artifact by uploading new content.
-