Uses of Enum Class
io.camunda.migrator.impl.persistence.IdKeyMapper.TYPE
Packages that use IdKeyMapper.TYPE
Package
Description
-
Uses of IdKeyMapper.TYPE in io.camunda.migrator
Methods in io.camunda.migrator with parameters of type IdKeyMapper.TYPEModifier and TypeMethodDescriptionprotected voidHistoryMigrator.markMigrated(String c7Id, Long c8Key, Date createTime, IdKeyMapper.TYPE type) protected voidHistoryMigrator.markSkipped(String c7Id, IdKeyMapper.TYPE type, Date createTime, String skipReason) protected voidHistoryMigrator.saveRecord(String c7Id, Long c8Key, IdKeyMapper.TYPE type, Date createTime, String skipReason) Method parameters in io.camunda.migrator with type arguments of type IdKeyMapper.TYPEModifier and TypeMethodDescriptionvoidHistoryMigrator.setRequestedEntityTypes(List<IdKeyMapper.TYPE> requestedEntityTypes) -
Uses of IdKeyMapper.TYPE in io.camunda.migrator.impl.clients
Methods in io.camunda.migrator.impl.clients with parameters of type IdKeyMapper.TYPEModifier and TypeMethodDescriptionbooleanDbClient.checkExistsByC7IdAndType(String c7Id, IdKeyMapper.TYPE type) Checks if an entity exists in the mapping table by type and id.booleanDbClient.checkHasC8KeyByC7IdAndType(String c7Id, IdKeyMapper.TYPE type) Checks if an entity exists in the mapping table by type and id.DbClient.countSkippedByType(IdKeyMapper.TYPE type) Finds the count of skipped entities for the given typeprotected 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.voidDbClient.fetchAndHandleSkippedForType(IdKeyMapper.TYPE type, Consumer<IdKeyDbModel> callback) Processes skipped entities with pagination.DbClient.findC8KeyByC7IdAndType(String c7Id, IdKeyMapper.TYPE type) Finds the key by C7 ID and type.DbClient.findLatestCreateTimeByType(IdKeyMapper.TYPE type) Finds the latest create time by type.voidDbClient.insert(String c7Id, Long c8Key, IdKeyMapper.TYPE type) Inserts a new record into the mapping table.voidDbClient.insert(String c7Id, Long c8Key, Date createTime, IdKeyMapper.TYPE type) Inserts a new process instance record into the mapping table.voidInserts a new process instance record into the mapping table.voidDbClient.listSkippedEntitiesByType(IdKeyMapper.TYPE type) Lists skipped entities by type with pagination and prints them.voidDbClient.updateC8KeyByC7IdAndType(String c7Id, Long c8Key, IdKeyMapper.TYPE type) Updates a record by setting the key for an existing ID and type.voidDbClient.updateSkipReason(String c7Id, IdKeyMapper.TYPE type, String skipReason) -
Uses of IdKeyMapper.TYPE in io.camunda.migrator.impl.logging
Methods in io.camunda.migrator.impl.logging with parameters of type IdKeyMapper.TYPEModifier and TypeMethodDescriptionstatic voidDbClientLogs.foundLatestCreateTime(Date latestCreateTime, IdKeyMapper.TYPE type) -
Uses of IdKeyMapper.TYPE in io.camunda.migrator.impl.persistence
Fields in io.camunda.migrator.impl.persistence declared as IdKeyMapper.TYPEFields in io.camunda.migrator.impl.persistence with type parameters of type IdKeyMapper.TYPEMethods in io.camunda.migrator.impl.persistence that return IdKeyMapper.TYPEModifier and TypeMethodDescriptionIdKeyDbModel.getType()static IdKeyMapper.TYPEReturns the enum constant of this class with the specified name.static IdKeyMapper.TYPE[]IdKeyMapper.TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.camunda.migrator.impl.persistence that return types with arguments of type IdKeyMapper.TYPEModifier and TypeMethodDescriptionstatic Set<IdKeyMapper.TYPE> IdKeyMapper.getHistoryTypes()Returns all history-related entity types as enum values.Methods in io.camunda.migrator.impl.persistence with parameters of type IdKeyMapper.TYPEModifier and TypeMethodDescriptionbooleanIdKeyMapper.checkExistsByC7IdAndType(IdKeyMapper.TYPE type, String c7Id) booleanIdKeyMapper.checkHasC8KeyByC7IdAndType(IdKeyMapper.TYPE type, String c7Id) longIdKeyMapper.countSkippedByType(IdKeyMapper.TYPE type) IdKeyMapper.findC8KeyByC7IdAndType(String id, IdKeyMapper.TYPE type) IdKeyMapper.findLatestCreateTimeByType(IdKeyMapper.TYPE type) IdKeyMapper.findMigratedByType(IdKeyMapper.TYPE type, int offset, int limit) IdKeyMapper.findSkippedByType(IdKeyMapper.TYPE type, int offset, int limit) voidIdKeyDbModel.setType(IdKeyMapper.TYPE type) -
Uses of IdKeyMapper.TYPE in io.camunda.migrator.impl.util
Methods in io.camunda.migrator.impl.util with parameters of type IdKeyMapper.TYPEModifier and TypeMethodDescriptionstatic voidPrintUtils.printSkippedInstancesHeader(long count, IdKeyMapper.TYPE entityType)