Uses of Class
io.apicurio.registry.storage.VersionNotFoundException
-
-
Uses of VersionNotFoundException in io.apicurio.registry.ccompat.store
Methods in io.apicurio.registry.ccompat.store that throw VersionNotFoundException Modifier and Type Method Description intRegistryStorageFacade. deleteSchema(String subject, String version)intRegistryStorageFacadeImpl. deleteSchema(String subject, String versionString)SchemaRegistryStorageFacade. getSchema(String subject, String version)SchemaRegistryStorageFacadeImpl. getSchema(String subject, String versionString) -
Uses of VersionNotFoundException in io.apicurio.registry.events
Methods in io.apicurio.registry.events that throw VersionNotFoundException Modifier and Type Method Description voidEventSourcedRegistryStorage. deleteArtifactVersion(String groupId, String artifactId, String version)voidEventSourcedRegistryStorage. updateArtifactState(String groupId, String artifactId, String version, ArtifactState state) -
Uses of VersionNotFoundException in io.apicurio.registry.mt.limits
Methods in io.apicurio.registry.mt.limits that throw VersionNotFoundException Modifier and Type Method Description voidRegistryStorageLimitsEnforcer. deleteArtifactVersion(String groupId, String artifactId, String version)voidRegistryStorageLimitsEnforcer. updateArtifactVersionMetaData(String groupId, String artifactId, String version, EditableArtifactMetaDataDto metaData) -
Uses of VersionNotFoundException in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that throw VersionNotFoundException Modifier and Type Method Description voidRegistryStorage. deleteArtifactVersion(String groupId, String artifactId, String version)Deletes a single version of a given artifact.voidRegistryStorage. deleteArtifactVersionMetaData(String groupId, String artifactId, String version)Deletes the user-editable meta-data for a singel version of a given artifact.StoredArtifactDtoRegistryStorage. getArtifactVersion(String groupId, String artifactId, String version)Gets the stored value for a single version of a given artifact.ArtifactVersionMetaDataDtoRegistryStorage. getArtifactVersionMetaData(String groupId, String artifactId, String version)Gets the stored meta-data for a single version of an artifact.voidRegistryStorage. updateArtifactState(String groupId, String artifactId, String version, ArtifactState state)Update artifact state.voidRegistryStorage. updateArtifactVersionMetaData(String groupId, String artifactId, String version, EditableArtifactMetaDataDto metaData)Updates the user-editable meta-data for a single version of a given artifact. -
Uses of VersionNotFoundException in io.apicurio.registry.storage.decorator
Methods in io.apicurio.registry.storage.decorator that throw VersionNotFoundException Modifier and Type Method Description voidRegistryStorageDecorator. deleteArtifactVersion(String groupId, String artifactId, String version)voidRegistryStorageDecorator. deleteArtifactVersionMetaData(String groupId, String artifactId, String version)StoredArtifactDtoRegistryStorageDecorator. getArtifactVersion(String groupId, String artifactId, String version)ArtifactVersionMetaDataDtoRegistryStorageDecorator. getArtifactVersionMetaData(String groupId, String artifactId, String version)voidRegistryStorageDecorator. updateArtifactState(String groupId, String artifactId, String version, ArtifactState state)voidRegistryStorageDecorator. updateArtifactVersionMetaData(String groupId, String artifactId, String version, EditableArtifactMetaDataDto metaData) -
Uses of VersionNotFoundException in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that throw VersionNotFoundException Modifier and Type Method Description voidAbstractSqlRegistryStorage. deleteArtifactVersion(String groupId, String artifactId, String version)voidAbstractSqlRegistryStorage. deleteArtifactVersionMetaData(String groupId, String artifactId, String version)StoredArtifactDtoAbstractSqlRegistryStorage. getArtifactVersion(String groupId, String artifactId, String version)ArtifactVersionMetaDataDtoAbstractSqlRegistryStorage. getArtifactVersionMetaData(String groupId, String artifactId, String version)voidAbstractSqlRegistryStorage. updateArtifactState(String groupId, String artifactId, String version, ArtifactState state)voidAbstractSqlRegistryStorage. updateArtifactVersionMetaData(String groupId, String artifactId, String version, EditableArtifactMetaDataDto metaData)
-