Uses of Class
io.apicurio.registry.rest.v2.beans.ArtifactContent
Packages that use ArtifactContent
-
Uses of ArtifactContent in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 with parameters of type ArtifactContentModifier and TypeMethodDescriptionGroupsResource.createArtifact(String groupId, String xRegistryArtifactType, String xRegistryArtifactId, String xRegistryVersion, IfExists ifExists, Boolean canonical, String xRegistryDescription, String xRegistryDescriptionEncoded, String xRegistryName, String xRegistryNameEncoded, String xRegistryContentHash, String xRegistryHashAlgorithm, @NotNull ArtifactContent data) Creates a new artifact by posting the artifact content.GroupsResource.createArtifactVersion(String groupId, String artifactId, String xRegistryVersion, String xRegistryName, String xRegistryDescription, String xRegistryDescriptionEncoded, String xRegistryNameEncoded, @NotNull ArtifactContent data) Creates a new version of the artifact by uploading new content.GroupsResource.getArtifactVersionMetaDataByContent(String groupId, String artifactId, Boolean canonical, @NotNull ArtifactContent data) Gets the metadata for an artifact that matches the raw content.GroupsResource.updateArtifact(String groupId, String artifactId, String xRegistryVersion, String xRegistryName, String xRegistryNameEncoded, String xRegistryDescription, String xRegistryDescriptionEncoded, @NotNull ArtifactContent data) Updates an artifact by uploading new content.