Uses of Class
io.apicurio.registry.rest.v2.beans.ArtifactMetaData
-
Packages that use ArtifactMetaData Package Description io.apicurio.registry.rest.v2 -
-
Uses of ArtifactMetaData in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 that return ArtifactMetaData Modifier and Type Method Description ArtifactMetaData
GroupsResource. getArtifactMetaData(String groupId, String artifactId)
Gets the metadata for an artifact in the registry.Methods in io.apicurio.registry.rest.v2 that return types with arguments of type ArtifactMetaData Modifier and Type Method Description CompletionStage<ArtifactMetaData>
GroupsResource. createArtifact(String groupId, ArtifactType xRegistryArtifactType, String xRegistryArtifactId, String xRegistryVersion, IfExists ifExists, Boolean canonical, InputStream data)
Creates a new artifact by posting the artifact content.CompletionStage<ArtifactMetaData>
GroupsResource. updateArtifact(String groupId, String artifactId, String xRegistryVersion, InputStream data)
Updates an artifact by uploading new content.
-