public class DefaultTaskLocalizationManager extends Object implements InternalTaskLocalizationManager
| Modifier and Type | Field and Description |
|---|---|
protected ProcessEngineConfigurationImpl |
processEngineConfiguration |
| Constructor and Description |
|---|
DefaultTaskLocalizationManager(ProcessEngineConfigurationImpl processEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionEntityManager |
getExecutionEntityManager() |
void |
localize(org.flowable.task.api.history.HistoricTaskInstance task,
String locale,
boolean withLocalizationFallback) |
void |
localize(org.flowable.task.api.Task task,
String locale,
boolean withLocalizationFallback) |
protected ProcessEngineConfigurationImpl processEngineConfiguration
public DefaultTaskLocalizationManager(ProcessEngineConfigurationImpl processEngineConfiguration)
public void localize(org.flowable.task.api.Task task,
String locale,
boolean withLocalizationFallback)
localize in interface InternalTaskLocalizationManagerpublic void localize(org.flowable.task.api.history.HistoricTaskInstance task,
String locale,
boolean withLocalizationFallback)
localize in interface InternalTaskLocalizationManagerprotected ExecutionEntityManager getExecutionEntityManager()
Copyright © 2017 Flowable. All rights reserved.