Uses of Class
io.apicurio.registry.types.ArtifactType
-
-
Uses of ArtifactType in io.apicurio.registry.events.dto
Methods in io.apicurio.registry.events.dto that return ArtifactType Modifier and Type Method Description ArtifactTypeArtifactId. getType()Methods in io.apicurio.registry.events.dto with parameters of type ArtifactType Modifier and Type Method Description voidArtifactId. setType(ArtifactType type) -
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 ArtifactMetaDataArtifactsResource. createArtifact(ArtifactType xRegistryArtifactType, String xRegistryArtifactId, IfExistsType ifExists, Boolean canonical, InputStream data)Creates a new artifact by posting the artifact content.VersionMetaDataArtifactsResource. 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.ArtifactMetaDataArtifactsResource. 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 ArtifactMetaDataGroupsResource. createArtifact(String groupId, ArtifactType xRegistryArtifactType, String xRegistryArtifactId, String xRegistryVersion, IfExists ifExists, Boolean canonical, String xRegistryDescription, String xRegistryDescriptionEncoded, String xRegistryName, String xRegistryNameEncoded, String xRegistryContentHash, String xRegistryHashAlgorithm, ContentCreateRequest data)Creates a new artifact by posting the artifact content.ArtifactMetaDataGroupsResource. createArtifact(String groupId, ArtifactType xRegistryArtifactType, String xRegistryArtifactId, String xRegistryVersion, IfExists ifExists, Boolean canonical, String xRegistryDescription, String xRegistryDescriptionEncoded, String xRegistryName, String xRegistryNameEncoded, String xRegistryContentHash, String xRegistryHashAlgorithm, 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.
-