Package org.flowable.engine.impl.cfg
Class DefaultTaskLocalizationManager
java.lang.Object
org.flowable.engine.impl.cfg.DefaultTaskLocalizationManager
- All Implemented Interfaces:
InternalTaskLocalizationManager
public class DefaultTaskLocalizationManager
extends Object
implements InternalTaskLocalizationManager
- Author:
- Tijs Rademakers
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultTaskLocalizationManager
(ProcessEngineConfigurationImpl processEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionprotected ExecutionEntityManager
void
localize
(HistoricTaskInstance task, String locale, boolean withLocalizationFallback) void
-
Field Details
-
processEngineConfiguration
-
-
Constructor Details
-
DefaultTaskLocalizationManager
-
-
Method Details
-
localize
- Specified by:
localize
in interfaceInternalTaskLocalizationManager
-
localize
- Specified by:
localize
in interfaceInternalTaskLocalizationManager
-
getExecutionEntityManager
-