Uses of Class
io.apicurio.registry.storage.VersionNotFoundException
-
Packages that use VersionNotFoundException Package Description io.apicurio.registry.ccompat.store io.apicurio.registry.events io.apicurio.registry.storage io.apicurio.registry.storage.impl.sql -
-
Uses of VersionNotFoundException in io.apicurio.registry.ccompat.store
Methods in io.apicurio.registry.ccompat.store that throw VersionNotFoundException Modifier and Type Method Description int
RegistryStorageFacade. deleteSchema(String subject, String version)
int
RegistryStorageFacadeImpl. deleteSchema(String subject, String versionString)
Schema
RegistryStorageFacade. getSchema(String subject, String version)
Schema
RegistryStorageFacadeImpl. 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 void
EventSourcedRegistryStorage. deleteArtifactVersion(String groupId, String artifactId, String version)
void
EventSourcedRegistryStorage. deleteArtifactVersionMetaData(String groupId, String artifactId, String version)
StoredArtifactDto
EventSourcedRegistryStorage. getArtifactVersion(String groupId, String artifactId, String version)
ArtifactVersionMetaDataDto
EventSourcedRegistryStorage. getArtifactVersionMetaData(String groupId, String artifactId, String version)
void
EventSourcedRegistryStorage. updateArtifactState(String groupId, String artifactId, String version, ArtifactState state)
void
EventSourcedRegistryStorage. 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 void
RegistryStorage. deleteArtifactVersion(String groupId, String artifactId, String version)
Deletes a single version of a given artifact.void
RegistryStorage. deleteArtifactVersionMetaData(String groupId, String artifactId, String version)
Deletes the user-editable meta-data for a singel version of a given artifact.StoredArtifactDto
RegistryStorage. getArtifactVersion(String groupId, String artifactId, String version)
Gets the stored value for a single version of a given artifact.ArtifactVersionMetaDataDto
RegistryStorage. getArtifactVersionMetaData(String groupId, String artifactId, String version)
Gets the stored meta-data for a single version of an artifact.void
RegistryStorage. updateArtifactState(String groupId, String artifactId, String version, ArtifactState state)
Update artifact state.void
RegistryStorage. 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.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that throw VersionNotFoundException Modifier and Type Method Description void
AbstractSqlRegistryStorage. deleteArtifactVersion(String groupId, String artifactId, String version)
void
AbstractSqlRegistryStorage. deleteArtifactVersionMetaData(String groupId, String artifactId, String version)
StoredArtifactDto
AbstractSqlRegistryStorage. getArtifactVersion(String groupId, String artifactId, String version)
ArtifactVersionMetaDataDto
AbstractSqlRegistryStorage. getArtifactVersionMetaData(String groupId, String artifactId, String version)
void
AbstractSqlRegistryStorage. updateArtifactState(String groupId, String artifactId, String version, ArtifactState state)
void
AbstractSqlRegistryStorage. updateArtifactVersionMetaData(String groupId, String artifactId, String version, EditableArtifactMetaDataDto metaData)
-