Uses of Class
org.flowable.batch.service.BatchServiceConfiguration
Packages that use BatchServiceConfiguration
Package
Description
-
Uses of BatchServiceConfiguration in org.flowable.batch.service
Fields in org.flowable.batch.service declared as BatchServiceConfigurationModifier and TypeFieldDescriptionprotected final BatchServiceConfigurationBatchPartBuilderImpl.batchServiceConfigurationMethods in org.flowable.batch.service that return BatchServiceConfigurationModifier and TypeMethodDescriptionBatchServiceConfiguration.getIdentityLinkServiceConfiguration()BatchServiceConfiguration.setBatchDataManager(BatchDataManager batchDataManager) BatchServiceConfiguration.setBatchEntityManager(BatchEntityManager batchEntityManager) BatchServiceConfiguration.setBatchPartDataManager(BatchPartDataManager batchPartDataManager) BatchServiceConfiguration.setBatchPartEntityManager(BatchPartEntityManager batchPartEntityManager) BatchServiceConfiguration.setBatchService(BatchService batchService) BatchServiceConfiguration.setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Constructors in org.flowable.batch.service with parameters of type BatchServiceConfigurationModifierConstructorDescriptionBatchPartBuilderImpl(Batch batch, BatchServiceConfiguration batchServiceConfiguration) BatchPartBuilderImpl(Batch batch, BatchServiceConfiguration batchServiceConfiguration, CommandExecutor commandExecutor) -
Uses of BatchServiceConfiguration in org.flowable.batch.service.impl
Fields in org.flowable.batch.service.impl declared as BatchServiceConfigurationModifier and TypeFieldDescriptionprotected BatchServiceConfigurationBatchBuilderImpl.batchServiceConfigurationprotected final BatchServiceConfigurationBatchPartQueryImpl.batchServiceConfigurationprotected BatchServiceConfigurationBatchQueryImpl.batchServiceConfigurationConstructors in org.flowable.batch.service.impl with parameters of type BatchServiceConfigurationModifierConstructorDescriptionBatchBuilderImpl(BatchServiceConfiguration batchServiceConfiguration) BatchBuilderImpl(CommandExecutor commandExecutor, BatchServiceConfiguration batchServiceConfiguration) BatchPartQueryImpl(CommandExecutor commandExecutor, BatchServiceConfiguration batchServiceConfiguration) BatchQueryImpl(CommandContext commandContext, BatchServiceConfiguration batchServiceConfiguration) BatchQueryImpl(CommandExecutor commandExecutor, BatchServiceConfiguration batchServiceConfiguration) BatchServiceImpl(BatchServiceConfiguration batchServiceConfiguration) -
Uses of BatchServiceConfiguration in org.flowable.batch.service.impl.persistence
Fields in org.flowable.batch.service.impl.persistence declared as BatchServiceConfigurationModifier and TypeFieldDescriptionprotected BatchServiceConfigurationAbstractManager.batchServiceConfigurationMethods in org.flowable.batch.service.impl.persistence that return BatchServiceConfigurationModifier and TypeMethodDescriptionprotected BatchServiceConfigurationAbstractManager.getBatchServiceConfiguration()Constructors in org.flowable.batch.service.impl.persistence with parameters of type BatchServiceConfigurationModifierConstructorDescriptionAbstractManager(BatchServiceConfiguration batchServiceConfiguration) -
Uses of BatchServiceConfiguration in org.flowable.batch.service.impl.persistence.entity
Constructors in org.flowable.batch.service.impl.persistence.entity with parameters of type BatchServiceConfigurationModifierConstructorDescriptionBatchEntityManagerImpl(BatchServiceConfiguration batchServiceConfiguration, BatchDataManager batchDataManager) BatchPartEntityManagerImpl(BatchServiceConfiguration batchServiceConfiguration, BatchPartDataManager batchPartDataManager) -
Uses of BatchServiceConfiguration in org.flowable.batch.service.impl.persistence.entity.data.impl
Fields in org.flowable.batch.service.impl.persistence.entity.data.impl declared as BatchServiceConfigurationModifier and TypeFieldDescriptionprotected BatchServiceConfigurationMybatisBatchDataManager.batchServiceConfigurationprotected BatchServiceConfigurationMybatisBatchPartDataManager.batchServiceConfigurationConstructors in org.flowable.batch.service.impl.persistence.entity.data.impl with parameters of type BatchServiceConfigurationModifierConstructorDescriptionMybatisBatchDataManager(BatchServiceConfiguration batchServiceConfiguration) MybatisBatchPartDataManager(BatchServiceConfiguration batchServiceConfiguration)