Uses of Class
io.apicurio.registry.storage.dto.StoredArtifactDto
-
-
Uses of StoredArtifactDto in io.apicurio.registry.ccompat.store
Methods in io.apicurio.registry.ccompat.store with parameters of type StoredArtifactDto Modifier and Type Method Description SchemaFacadeConverter. convert(String subject, StoredArtifactDto storedArtifact) -
Uses of StoredArtifactDto in io.apicurio.registry.events
Methods in io.apicurio.registry.events that return StoredArtifactDto Modifier and Type Method Description StoredArtifactDtoEventSourcedRegistryStorage. getArtifact(String groupId, String artifactId) -
Uses of StoredArtifactDto in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that return StoredArtifactDto Modifier and Type Method Description StoredArtifactDtoRegistryStorage. getArtifact(String groupId, String artifactId)Gets the most recent version of the value of the artifact with the given group and ID.StoredArtifactDtoRegistryStorage. getArtifactVersion(long globalId)Gets the stored artifact content for the artifact version with the given unique global ID.StoredArtifactDtoRegistryStorage. getArtifactVersion(String groupId, String artifactId, String version)Gets the stored value for a single version of a given artifact. -
Uses of StoredArtifactDto in io.apicurio.registry.storage.decorator
Methods in io.apicurio.registry.storage.decorator that return StoredArtifactDto Modifier and Type Method Description StoredArtifactDtoRegistryStorageDecorator. getArtifact(String groupId, String artifactId)StoredArtifactDtoRegistryStorageDecorator. getArtifactVersion(long globalId)StoredArtifactDtoRegistryStorageDecorator. getArtifactVersion(String groupId, String artifactId, String version) -
Uses of StoredArtifactDto in io.apicurio.registry.storage.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that return StoredArtifactDto Modifier and Type Method Description StoredArtifactDtoAbstractSqlRegistryStorage. getArtifact(String groupId, String artifactId)StoredArtifactDtoAbstractSqlRegistryStorage. getArtifactVersion(long globalId)StoredArtifactDtoAbstractSqlRegistryStorage. getArtifactVersion(String groupId, String artifactId, String version) -
Uses of StoredArtifactDto in io.apicurio.registry.storage.impl.sql.mappers
Methods in io.apicurio.registry.storage.impl.sql.mappers that return StoredArtifactDto Modifier and Type Method Description StoredArtifactDtoStoredArtifactMapper. map(ResultSet rs)
-