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