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()protected BatchServiceConfigurationBatchServiceConfiguration.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 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) -
Uses of BatchServiceConfiguration in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as BatchServiceConfigurationModifier and TypeFieldDescriptionprotected BatchServiceConfigurationCmmnEngineConfiguration.batchServiceConfigurationFields in org.flowable.cmmn.engine with type parameters of type BatchServiceConfigurationModifier and TypeFieldDescriptionprotected Collection<ServiceConfigurator<BatchServiceConfiguration>>CmmnEngineConfiguration.batchServiceConfiguratorsMethods in org.flowable.cmmn.engine that return BatchServiceConfigurationModifier and TypeMethodDescriptionCmmnEngineConfiguration.getBatchServiceConfiguration()protected BatchServiceConfigurationCmmnEngineConfiguration.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 BatchServiceConfigurationProcessEngineConfigurationImpl.batchServiceConfigurationFields in org.flowable.engine.impl.cfg with type parameters of type BatchServiceConfigurationModifier and TypeFieldDescriptionprotected Collection<ServiceConfigurator<BatchServiceConfiguration>>ProcessEngineConfigurationImpl.batchServiceConfiguratorsMethods in org.flowable.engine.impl.cfg that return BatchServiceConfigurationModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getBatchServiceConfiguration()protected BatchServiceConfigurationProcessEngineConfigurationImpl.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)