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 ArtifactMetaDataArtifactsResource. createArtifact(String xRegistryArtifactType, String xRegistryArtifactId, IfExistsType ifExists, Boolean canonical, InputStream data)Creates a new artifact by posting the artifact content.ArtifactMetaDataArtifactsResource. getArtifactMetaData(String artifactId)Gets the metadata for an artifact in the registry.ArtifactMetaDataIdsResource. getArtifactMetaDataByGlobalId(long globalId)Gets the metadata for an artifact version in the registry using its globally unique identifier.ArtifactMetaDataArtifactsResource. updateArtifact(String artifactId, String xRegistryArtifactType, InputStream data)Updates an artifact by uploading new content.
-