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 static Schema
FacadeConverter. 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 StoredArtifactDto
EventSourcedRegistryStorage. getArtifact(String groupId, String artifactId)
StoredArtifactDto
EventSourcedRegistryStorage. getArtifactVersion(long id)
StoredArtifactDto
EventSourcedRegistryStorage. getArtifactVersion(String groupId, String artifactId, String version)
-
Uses of StoredArtifactDto in io.apicurio.registry.storage
Methods in io.apicurio.registry.storage that return StoredArtifactDto Modifier and Type Method Description StoredArtifactDto
RegistryStorage. getArtifact(String groupId, String artifactId)
Gets the most recent version of the value of the artifact with the given group and ID.StoredArtifactDto
RegistryStorage. getArtifactVersion(long globalId)
Gets the stored artifact content for the artifact version with the given unique global ID.StoredArtifactDto
RegistryStorage. 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.impl.sql
Methods in io.apicurio.registry.storage.impl.sql that return StoredArtifactDto Modifier and Type Method Description StoredArtifactDto
AbstractSqlRegistryStorage. getArtifact(String groupId, String artifactId)
StoredArtifactDto
AbstractSqlRegistryStorage. getArtifactVersion(long globalId)
StoredArtifactDto
AbstractSqlRegistryStorage. 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 StoredArtifactDto
StoredArtifactMapper. map(ResultSet rs, org.jdbi.v3.core.statement.StatementContext ctx)
-