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 BatchServiceConfiguration
BatchPartBuilderImpl.batchServiceConfiguration
Methods in org.flowable.batch.service that return BatchServiceConfigurationModifier and TypeMethodDescriptionBatchServiceConfiguration.getIdentityLinkServiceConfiguration()
protected BatchServiceConfiguration
BatchServiceConfiguration.getService()
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 BatchServiceConfiguration
BatchBuilderImpl.batchServiceConfiguration
protected final BatchServiceConfiguration
BatchPartQueryImpl.batchServiceConfiguration
protected BatchServiceConfiguration
BatchQueryImpl.batchServiceConfiguration
Constructors 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 BatchServiceConfiguration
AbstractManager.batchServiceConfiguration
Methods in org.flowable.batch.service.impl.persistence that return BatchServiceConfigurationModifier and TypeMethodDescriptionprotected BatchServiceConfiguration
AbstractManager.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 BatchServiceConfiguration
MybatisBatchDataManager.batchServiceConfiguration
protected BatchServiceConfiguration
MybatisBatchPartDataManager.batchServiceConfiguration
Constructors in org.flowable.batch.service.impl.persistence.entity.data.impl with parameters of type BatchServiceConfigurationModifierConstructorDescriptionMybatisBatchDataManager
(BatchServiceConfiguration batchServiceConfiguration) MybatisBatchPartDataManager
(BatchServiceConfiguration batchServiceConfiguration) -
Uses of BatchServiceConfiguration in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as BatchServiceConfigurationModifier and TypeFieldDescriptionprotected BatchServiceConfiguration
CmmnEngineConfiguration.batchServiceConfiguration
Fields in org.flowable.cmmn.engine with type parameters of type BatchServiceConfigurationModifier and TypeFieldDescriptionprotected Collection<ServiceConfigurator<BatchServiceConfiguration>>
CmmnEngineConfiguration.batchServiceConfigurators
Methods in org.flowable.cmmn.engine that return BatchServiceConfigurationModifier and TypeMethodDescriptionCmmnEngineConfiguration.getBatchServiceConfiguration()
protected BatchServiceConfiguration
CmmnEngineConfiguration.instantiateBatchServiceConfiguration()
Methods in org.flowable.cmmn.engine that return types with arguments of type BatchServiceConfigurationMethods in org.flowable.cmmn.engine with parameters of type BatchServiceConfigurationModifier and TypeMethodDescriptionCmmnEngineConfiguration.setBatchServiceConfiguration
(BatchServiceConfiguration batchServiceConfiguration) Method parameters in org.flowable.cmmn.engine with type arguments of type BatchServiceConfigurationModifier and TypeMethodDescriptionCmmnEngineConfiguration.addBatchServiceConfigurator
(ServiceConfigurator<BatchServiceConfiguration> configurator) CmmnEngineConfiguration.setBatchServiceConfigurators
(Collection<ServiceConfigurator<BatchServiceConfiguration>> batchServiceConfigurators) -
Uses of BatchServiceConfiguration in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as BatchServiceConfigurationModifier and TypeFieldDescriptionprotected BatchServiceConfiguration
ProcessEngineConfigurationImpl.batchServiceConfiguration
Fields in org.flowable.engine.impl.cfg with type parameters of type BatchServiceConfigurationModifier and TypeFieldDescriptionprotected Collection<ServiceConfigurator<BatchServiceConfiguration>>
ProcessEngineConfigurationImpl.batchServiceConfigurators
Methods in org.flowable.engine.impl.cfg that return BatchServiceConfigurationModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getBatchServiceConfiguration()
protected BatchServiceConfiguration
ProcessEngineConfigurationImpl.instantiateBatchServiceConfiguration()
Methods in org.flowable.engine.impl.cfg that return types with arguments of type BatchServiceConfigurationMethods in org.flowable.engine.impl.cfg with parameters of type BatchServiceConfigurationModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setBatchServiceConfiguration
(BatchServiceConfiguration batchServiceConfiguration) Method parameters in org.flowable.engine.impl.cfg with type arguments of type BatchServiceConfigurationModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.addBatchServiceConfigurator
(ServiceConfigurator<BatchServiceConfiguration> configurator) ProcessEngineConfigurationImpl.setBatchServiceConfigurators
(Collection<ServiceConfigurator<BatchServiceConfiguration>> batchServiceConfigurators)