Package org.flowable.task.service
Class TaskServiceConfiguration
java.lang.Object
org.flowable.common.engine.impl.AbstractServiceConfiguration<TaskServiceConfiguration>
org.flowable.task.service.TaskServiceConfiguration
public class TaskServiceConfiguration
extends AbstractServiceConfiguration<TaskServiceConfiguration>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
protected boolean
protected boolean
protected boolean
protected HistoricTaskInstanceDataManager
protected HistoricTaskInstanceEntityManager
protected HistoricTaskLogEntryDataManager
protected HistoricTaskLogEntryEntityManager
protected HistoricTaskQueryInterceptor
protected HistoricTaskService
protected IdmIdentityService
protected InternalHistoryTaskManager
protected InternalTaskAssignmentManager
protected InternalTaskLocalizationManager
protected InternalTaskVariableScopeResolver
protected TaskDataManager
protected TaskEntityManager
protected TaskPostProcessor
protected TaskQueryInterceptor
protected TaskService
Fields inherited from class org.flowable.common.engine.impl.AbstractServiceConfiguration
additionalEventDispatchActions, clock, configurators, enableEventDispatcher, engineName, eventDispatcher, eventListeners, idGenerator, logger, NO_TENANT_ID, objectMapper, typedEventListeners
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TaskServiceConfiguration
void
init()
void
void
void
boolean
boolean
boolean
setEnableEventDispatcher
(boolean enableEventDispatcher) setEnableHistoricTaskLogging
(boolean enableHistoricTaskLogging) setEnableLocalization
(boolean enableLocalization) setEnableTaskRelationshipCounts
(boolean enableTaskRelationshipCounts) setEventDispatcher
(FlowableEventDispatcher eventDispatcher) setEventListeners
(List<FlowableEventListener> eventListeners) setHistoricTaskInstanceDataManager
(HistoricTaskInstanceDataManager historicTaskInstanceDataManager) setHistoricTaskInstanceEntityManager
(HistoricTaskInstanceEntityManager historicTaskInstanceEntityManager) setHistoricTaskLogEntryEntityManager
(HistoricTaskLogEntryEntityManager historicTaskLogEntryEntityManager) setHistoricTaskQueryInterceptor
(HistoricTaskQueryInterceptor historicTaskQueryInterceptor) setHistoricTaskService
(HistoricTaskService historicTaskService) void
setIdmIdentityService
(IdmIdentityService idmIdentityService) void
setInternalHistoryTaskManager
(InternalHistoryTaskManager internalHistoryTaskManager) void
setInternalTaskAssignmentManager
(InternalTaskAssignmentManager internalTaskAssignmentManager) void
setInternalTaskLocalizationManager
(InternalTaskLocalizationManager internalTaskLocalizationManager) void
setInternalTaskVariableScopeResolver
(InternalTaskVariableScopeResolver internalTaskVariableScopeResolver) setTaskDataManager
(TaskDataManager taskDataManager) setTaskEntityManager
(TaskEntityManager taskEntityManager) setTaskPostProcessor
(TaskPostProcessor processor) setTaskQueryInterceptor
(TaskQueryInterceptor taskQueryInterceptor) setTaskService
(TaskService taskService) setTypedEventListeners
(Map<String, List<FlowableEventListener>> typedEventListeners) Methods inherited from class org.flowable.common.engine.impl.AbstractServiceConfiguration
addConfigurator, configuratorsAfterInit, configuratorsBeforeInit, getAdditionalEventDispatchActions, getClock, getConfigurators, getEngineName, getEventDispatcher, getEventListeners, getIdGenerator, getObjectMapper, getTypedEventListeners, initConfigurators, isEnableEventDispatcher, isEventDispatcherEnabled, setAdditionalEventDispatchActions, setClock, setConfigurators, setEngineName, setIdGenerator, setObjectMapper
-
Field Details
-
DEFAULT_MYBATIS_MAPPING_FILE
- See Also:
-
taskService
-
historicTaskService
-
idmIdentityService
-
taskDataManager
-
historicTaskInstanceDataManager
-
historicTaskLogDataManager
-
taskEntityManager
-
historicTaskInstanceEntityManager
-
historicTaskLogEntryEntityManager
-
internalTaskVariableScopeResolver
-
internalHistoryTaskManager
-
internalTaskLocalizationManager
-
internalTaskAssignmentManager
-
enableTaskRelationshipCounts
protected boolean enableTaskRelationshipCounts -
enableLocalization
protected boolean enableLocalization -
taskQueryInterceptor
-
historicTaskQueryInterceptor
-
taskPostProcessor
-
enableHistoricTaskLogging
protected boolean enableHistoricTaskLogging
-
-
Constructor Details
-
TaskServiceConfiguration
-
-
Method Details
-
getService
- Specified by:
getService
in classAbstractServiceConfiguration<TaskServiceConfiguration>
-
init
public void init() -
initDataManagers
public void initDataManagers() -
initEntityManagers
public void initEntityManagers() -
initTaskPostProcessor
public void initTaskPostProcessor() -
getTaskService
-
setTaskService
-
getHistoricTaskService
-
setHistoricTaskService
-
getIdmIdentityService
-
setIdmIdentityService
-
getTaskServiceConfiguration
-
getTaskDataManager
-
setTaskDataManager
-
getHistoricTaskInstanceDataManager
-
setHistoricTaskInstanceDataManager
public TaskServiceConfiguration setHistoricTaskInstanceDataManager(HistoricTaskInstanceDataManager historicTaskInstanceDataManager) -
getTaskEntityManager
-
setTaskEntityManager
-
getHistoricTaskInstanceEntityManager
-
setHistoricTaskInstanceEntityManager
public TaskServiceConfiguration setHistoricTaskInstanceEntityManager(HistoricTaskInstanceEntityManager historicTaskInstanceEntityManager) -
getHistoricTaskLogEntryEntityManager
-
setHistoricTaskLogEntryEntityManager
public TaskServiceConfiguration setHistoricTaskLogEntryEntityManager(HistoricTaskLogEntryEntityManager historicTaskLogEntryEntityManager) -
getInternalTaskVariableScopeResolver
-
setInternalTaskVariableScopeResolver
public void setInternalTaskVariableScopeResolver(InternalTaskVariableScopeResolver internalTaskVariableScopeResolver) -
getInternalHistoryTaskManager
-
setInternalHistoryTaskManager
-
getInternalTaskLocalizationManager
-
setInternalTaskLocalizationManager
public void setInternalTaskLocalizationManager(InternalTaskLocalizationManager internalTaskLocalizationManager) -
getInternalTaskAssignmentManager
-
setInternalTaskAssignmentManager
public void setInternalTaskAssignmentManager(InternalTaskAssignmentManager internalTaskAssignmentManager) -
isEnableTaskRelationshipCounts
public boolean isEnableTaskRelationshipCounts() -
setEnableTaskRelationshipCounts
public TaskServiceConfiguration setEnableTaskRelationshipCounts(boolean enableTaskRelationshipCounts) -
isEnableLocalization
public boolean isEnableLocalization() -
setEnableLocalization
-
getTaskQueryInterceptor
-
setTaskQueryInterceptor
-
getHistoricTaskQueryInterceptor
-
setHistoricTaskQueryInterceptor
public TaskServiceConfiguration setHistoricTaskQueryInterceptor(HistoricTaskQueryInterceptor historicTaskQueryInterceptor) -
isEnableHistoricTaskLogging
public boolean isEnableHistoricTaskLogging() -
setEnableHistoricTaskLogging
-
setEnableEventDispatcher
- Overrides:
setEnableEventDispatcher
in classAbstractServiceConfiguration<TaskServiceConfiguration>
-
setEventDispatcher
- Overrides:
setEventDispatcher
in classAbstractServiceConfiguration<TaskServiceConfiguration>
-
setEventListeners
- Overrides:
setEventListeners
in classAbstractServiceConfiguration<TaskServiceConfiguration>
-
setTypedEventListeners
public TaskServiceConfiguration setTypedEventListeners(Map<String, List<FlowableEventListener>> typedEventListeners) - Overrides:
setTypedEventListeners
in classAbstractServiceConfiguration<TaskServiceConfiguration>
-
getTaskPostProcessor
-
setTaskPostProcessor
-