Uses of Class
io.apicurio.registry.types.ArtifactType
-
Packages that use ArtifactType Package Description io.apicurio.registry.rest.v1 io.apicurio.registry.rest.v1.beans io.apicurio.registry.rest.v2 io.apicurio.registry.rest.v2.beans io.apicurio.registry.types -
-
Uses of ArtifactType in io.apicurio.registry.rest.v1
Methods in io.apicurio.registry.rest.v1 with parameters of type ArtifactType Modifier and Type Method Description ArtifactMetaData
ArtifactsResource. createArtifact(ArtifactType xRegistryArtifactType, String xRegistryArtifactId, IfExistsType ifExists, Boolean canonical, InputStream data)
Creates a new artifact by posting the artifact content.VersionMetaData
ArtifactsResource. createArtifactVersion(String artifactId, ArtifactType xRegistryArtifactType, InputStream data)
Creates a new version of the artifact by uploading new content.void
ArtifactsResource. testUpdateArtifact(String artifactId, ArtifactType xRegistryArtifactType, InputStream data)
Tests whether an update to the artifact's content *would* succeed for the provided content.ArtifactMetaData
ArtifactsResource. updateArtifact(String artifactId, ArtifactType xRegistryArtifactType, InputStream data)
Updates an artifact by uploading new content. -
Uses of ArtifactType in io.apicurio.registry.rest.v1.beans
Methods in io.apicurio.registry.rest.v1.beans that return ArtifactType Modifier and Type Method Description ArtifactType
ArtifactMetaData. getType()
(Required)ArtifactType
SearchedArtifact. getType()
(Required)ArtifactType
SearchedVersion. getType()
(Required)ArtifactType
VersionMetaData. getType()
(Required)Methods in io.apicurio.registry.rest.v1.beans with parameters of type ArtifactType Modifier and Type Method Description void
ArtifactMetaData. setType(ArtifactType type)
(Required)void
SearchedArtifact. setType(ArtifactType type)
(Required)void
SearchedVersion. setType(ArtifactType type)
(Required)void
VersionMetaData. setType(ArtifactType type)
(Required) -
Uses of ArtifactType in io.apicurio.registry.rest.v2
Methods in io.apicurio.registry.rest.v2 with parameters of type ArtifactType Modifier and Type Method Description ArtifactMetaData
GroupsResource. createArtifact(String groupId, ArtifactType xRegistryArtifactType, String xRegistryArtifactId, String xRegistryVersion, IfExists ifExists, Boolean canonical, String xRegistryDescription, String xRegistryDescriptionEncoded, String xRegistryName, String xRegistryNameEncoded, InputStream data)
Creates a new artifact by posting the artifact content.ArtifactSearchResults
SearchResource. searchArtifactsByContent(Boolean canonical, ArtifactType artifactType, Integer offset, Integer limit, SortOrder order, SortBy orderby, InputStream data)
Returns a paginated list of all artifacts with at least one version that matches the posted content. -
Uses of ArtifactType in io.apicurio.registry.rest.v2.beans
Methods in io.apicurio.registry.rest.v2.beans that return ArtifactType Modifier and Type Method Description ArtifactType
ArtifactMetaData. getType()
(Required)ArtifactType
SearchedArtifact. getType()
(Required)ArtifactType
SearchedVersion. getType()
(Required)ArtifactType
VersionMetaData. getType()
(Required)Methods in io.apicurio.registry.rest.v2.beans with parameters of type ArtifactType Modifier and Type Method Description void
ArtifactMetaData. setType(ArtifactType type)
(Required)void
SearchedArtifact. setType(ArtifactType type)
(Required)void
SearchedVersion. setType(ArtifactType type)
(Required)void
VersionMetaData. setType(ArtifactType type)
(Required) -
Uses of ArtifactType in io.apicurio.registry.types
Methods in io.apicurio.registry.types that return ArtifactType Modifier and Type Method Description static ArtifactType
ArtifactType. fromValue(String value)
static ArtifactType
ArtifactType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ArtifactType[]
ArtifactType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-