Uses of Class
io.apicurio.registry.storage.ContentNotFoundException
-
Packages that use ContentNotFoundException Package Description io.apicurio.registry.events io.apicurio.registry.storage io.apicurio.registry.storage.decorator io.apicurio.registry.storage.impl.sql -
-
Uses of ContentNotFoundException in io.apicurio.registry.events
Methods in io.apicurio.registry.events that throw ContentNotFoundException Modifier and Type Method Description ContentHandleEventSourcedRegistryStorage. getArtifactByContentHash(String contentHash)ContentHandleEventSourcedRegistryStorage. getArtifactByContentId(long contentId) -
Uses of ContentNotFoundException in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that throw ContentNotFoundException Modifier and Type Method Description ContentHandleRegistryStorage. getArtifactByContentHash(String contentHash)Gets some artifact content by the SHA-256 hash of that content.ContentHandleRegistryStorage. getArtifactByContentId(long contentId)Gets some artifact content by the unique contentId. -
Uses of ContentNotFoundException in io.apicurio.registry.storage.decorator
Methods in io.apicurio.registry.storage.decorator that throw ContentNotFoundException Modifier and Type Method Description ContentHandleRegistryStorageDecorator. getArtifactByContentHash(String contentHash)ContentHandleRegistryStorageDecorator. getArtifactByContentId(long contentId) -
Uses of ContentNotFoundException in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that throw ContentNotFoundException Modifier and Type Method Description ContentHandleAbstractSqlRegistryStorage. getArtifactByContentHash(String contentHash)ContentHandleAbstractSqlRegistryStorage. getArtifactByContentId(long contentId)
-