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 CompletionStage<ArtifactMetaData>ArtifactsResource. createArtifact(ArtifactType xRegistryArtifactType, String xRegistryArtifactId, IfExistsType ifExists, Boolean canonical, InputStream data)Creates a new artifact by posting the artifact content.CompletionStage<VersionMetaData>ArtifactsResource. createArtifactVersion(String artifactId, ArtifactType xRegistryArtifactType, InputStream data)Creates a new version of the artifact by uploading new content.voidArtifactsResource. testUpdateArtifact(String artifactId, ArtifactType xRegistryArtifactType, InputStream data)Tests whether an update to the artifact's content *would* succeed for the provided content.CompletionStage<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 ArtifactTypeArtifactMetaData. getType()(Required)ArtifactTypeSearchedArtifact. getType()(Required)ArtifactTypeSearchedVersion. getType()(Required)ArtifactTypeVersionMetaData. getType()(Required)Methods in io.apicurio.registry.rest.v1.beans with parameters of type ArtifactType Modifier and Type Method Description voidArtifactMetaData. setType(ArtifactType type)(Required)voidSearchedArtifact. setType(ArtifactType type)(Required)voidSearchedVersion. setType(ArtifactType type)(Required)voidVersionMetaData. 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 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.ArtifactSearchResultsSearchResource. 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 ArtifactTypeArtifactMetaData. getType()(Required)ArtifactTypeSearchedArtifact. getType()(Required)ArtifactTypeSearchedVersion. getType()(Required)ArtifactTypeVersionMetaData. getType()(Required)Methods in io.apicurio.registry.rest.v2.beans with parameters of type ArtifactType Modifier and Type Method Description voidArtifactMetaData. setType(ArtifactType type)(Required)voidSearchedArtifact. setType(ArtifactType type)(Required)voidSearchedVersion. setType(ArtifactType type)(Required)voidVersionMetaData. 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 ArtifactTypeArtifactType. fromValue(String value)static ArtifactTypeArtifactType. 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.
-