Package org.flowable.engine
Interface InternalProcessLocalizationManager
- All Known Implementing Classes:
DefaultProcessLocalizationManager
public interface InternalProcessLocalizationManager
- Author:
- David Lamas
-
Method Summary
Modifier and TypeMethodDescriptionvoid
localize
(HistoricProcessInstance historicProcessInstance, String locale, boolean withLocalizationFallback) void
localize
(ProcessInstance processInstance, String locale, boolean withLocalizationFallback)
-
Method Details
-
localize
-
localize
void localize(HistoricProcessInstance historicProcessInstance, String locale, boolean withLocalizationFallback)
-