Uses of Interface
org.flowable.engine.impl.persistence.entity.data.ExecutionDataManager
Packages that use ExecutionDataManager
Package
Description
-
Uses of ExecutionDataManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as ExecutionDataManagerModifier and TypeFieldDescriptionprotected ExecutionDataManagerProcessEngineConfigurationImpl.executionDataManagerMethods in org.flowable.engine.impl.cfg that return ExecutionDataManagerMethods in org.flowable.engine.impl.cfg with parameters of type ExecutionDataManagerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setExecutionDataManager(ExecutionDataManager executionDataManager) -
Uses of ExecutionDataManager in org.flowable.engine.impl.persistence.entity
Constructors in org.flowable.engine.impl.persistence.entity with parameters of type ExecutionDataManagerModifierConstructorDescriptionExecutionEntityManagerImpl(ProcessEngineConfigurationImpl processEngineConfiguration, ExecutionDataManager executionDataManager) -
Uses of ExecutionDataManager in org.flowable.engine.impl.persistence.entity.data.impl
Classes in org.flowable.engine.impl.persistence.entity.data.impl that implement ExecutionDataManager