Uses of Class
io.camunda.migrator.impl.persistence.IdKeyDbModel
Packages that use IdKeyDbModel
Package
Description
-
Uses of IdKeyDbModel in io.camunda.migrator
Method parameters in io.camunda.migrator with type arguments of type IdKeyDbModelModifier and TypeMethodDescriptionprotected voidRuntimeMigrator.fetchProcessInstancesToMigrate(Consumer<IdKeyDbModel> storeMappingConsumer) -
Uses of IdKeyDbModel in io.camunda.migrator.impl.clients
Methods in io.camunda.migrator.impl.clients that return IdKeyDbModelModifier and TypeMethodDescriptionprotected IdKeyDbModelDbClient.createIdKeyDbModel(String c7Id, Date createTime, Long c8Key, IdKeyMapper.TYPE type) Creates a new IdKeyDbModel instance with the provided parameters.protected IdKeyDbModelDbClient.createIdKeyDbModel(String c7Id, Date createTime, Long c8Key, IdKeyMapper.TYPE type, String skipReason) Creates a new IdKeyDbModel instance with the provided parameters including skip reason.Methods in io.camunda.migrator.impl.clients that return types with arguments of type IdKeyDbModelModifier and TypeMethodDescriptionDbClient.findSkippedProcessInstances()Finds the Ids of all skipped process instances.Method parameters in io.camunda.migrator.impl.clients with type arguments of type IdKeyDbModelModifier and TypeMethodDescriptionvoidC7Client.fetchAndHandleHistoricRootProcessInstances(Consumer<IdKeyDbModel> callback, Date startedAfter) Processes historic root process instances with pagination using the provided callback consumer.voidDbClient.fetchAndHandleSkippedForType(IdKeyMapper.TYPE type, Consumer<IdKeyDbModel> callback) Processes skipped entities with pagination. -
Uses of IdKeyDbModel in io.camunda.migrator.impl.persistence
Methods in io.camunda.migrator.impl.persistence that return types with arguments of type IdKeyDbModelModifier and TypeMethodDescriptionIdKeyMapper.findMigratedByType(IdKeyMapper.TYPE type, int offset, int limit) IdKeyMapper.findSkippedByType(IdKeyMapper.TYPE type, int offset, int limit) Methods in io.camunda.migrator.impl.persistence with parameters of type IdKeyDbModelModifier and TypeMethodDescriptionvoidIdKeyMapper.insert(IdKeyDbModel idKeyDbModel) voidIdKeyMapper.updateC8KeyByC7IdAndType(IdKeyDbModel idKeyDbModel) voidIdKeyMapper.updateSkipReason(IdKeyDbModel idKeyDbModel)