Package org.flowable.batch.service
Class BatchServiceConfiguration
java.lang.Object
org.flowable.common.engine.impl.AbstractServiceConfiguration<BatchServiceConfiguration>
org.flowable.batch.service.BatchServiceConfiguration
public class BatchServiceConfiguration
extends AbstractServiceConfiguration<BatchServiceConfiguration>
- Author:
- Tijs Rademakers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BatchDataManagerprotected BatchEntityManagerprotected BatchPartDataManagerprotected BatchPartEntityManagerprotected BatchServiceprotected com.fasterxml.jackson.databind.ObjectMapperFields inherited from class org.flowable.common.engine.impl.AbstractServiceConfiguration
additionalEventDispatchActions, clock, configurators, enableEventDispatcher, engineName, eventDispatcher, eventListeners, idGenerator, logger, NO_TENANT_ID, typedEventListeners -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.ObjectMapperprotected BatchServiceConfigurationvoidinit()voidvoidsetBatchDataManager(BatchDataManager batchDataManager) setBatchEntityManager(BatchEntityManager batchEntityManager) setBatchPartDataManager(BatchPartDataManager batchPartDataManager) setBatchPartEntityManager(BatchPartEntityManager batchPartEntityManager) setBatchService(BatchService batchService) setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Methods inherited from class org.flowable.common.engine.impl.AbstractServiceConfiguration
addConfigurator, configuratorsAfterInit, configuratorsBeforeInit, getAdditionalEventDispatchActions, getClock, getConfigurators, getEngineName, getEventDispatcher, getEventListeners, getIdGenerator, getTypedEventListeners, initConfigurators, isEnableEventDispatcher, isEventDispatcherEnabled, setAdditionalEventDispatchActions, setClock, setConfigurators, setEnableEventDispatcher, setEngineName, setEventDispatcher, setEventListeners, setIdGenerator, setTypedEventListeners
-
Field Details
-
batchService
-
batchDataManager
-
batchPartDataManager
-
batchEntityManager
-
batchPartEntityManager
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
BatchServiceConfiguration
-
-
Method Details
-
getService
- Specified by:
getServicein classAbstractServiceConfiguration<BatchServiceConfiguration>
-
init
public void init() -
initDataManagers
public void initDataManagers() -
initEntityManagers
public void initEntityManagers() -
getIdentityLinkServiceConfiguration
-
getBatchService
-
setBatchService
-
getBatchDataManager
-
setBatchDataManager
-
getBatchPartDataManager
-
setBatchPartDataManager
-
getBatchEntityManager
-
setBatchEntityManager
-
getBatchPartEntityManager
-
setBatchPartEntityManager
public BatchServiceConfiguration setBatchPartEntityManager(BatchPartEntityManager batchPartEntityManager) -
getObjectMapper
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()- Overrides:
getObjectMapperin classAbstractServiceConfiguration<BatchServiceConfiguration>
-
setObjectMapper
public BatchServiceConfiguration setObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper) - Overrides:
setObjectMapperin classAbstractServiceConfiguration<BatchServiceConfiguration>
-