Uses of Class
io.apicurio.registry.rest.v2.beans.ArtifactContent
-
Packages that use ArtifactContent Package Description io.apicurio.registry.rest.v2 -
-
Uses of ArtifactContent in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 with parameters of type ArtifactContent Modifier and Type Method Description ArtifactMetaDataGroupsResource. 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, ArtifactContent data)Creates a new artifact by posting the artifact content.VersionMetaDataGroupsResource. createArtifactVersion(String groupId, String artifactId, String xRegistryVersion, String xRegistryName, String xRegistryDescription, String xRegistryDescriptionEncoded, String xRegistryNameEncoded, ArtifactContent data)Creates a new version of the artifact by uploading new content.VersionMetaDataGroupsResource. getArtifactVersionMetaDataByContent(String groupId, String artifactId, Boolean canonical, ArtifactContent data)Gets the metadata for an artifact that matches the raw content.ArtifactMetaDataGroupsResource. updateArtifact(String groupId, String artifactId, String xRegistryVersion, String xRegistryName, String xRegistryNameEncoded, String xRegistryDescription, String xRegistryDescriptionEncoded, ArtifactContent data)Updates an artifact by uploading new content.
-