Uses of Interface
de.xima.fc.common.locale.IMessageLocalizer
- 
Packages that use IMessageLocalizer Package Description de.xima.fc.importer.util de.xima.fc.workflow.converter.bpmn de.xima.fc.workflow.converter.graphdot  - 
- 
Uses of IMessageLocalizer in de.xima.fc.importer.util
Methods in de.xima.fc.importer.util with parameters of type IMessageLocalizer Modifier and Type Method Description static StringEntityImportHelper. getSubtitle(Locale locale, IEntityImportConfig<?> config, IMessageLocalizer localizer)Returns the subtitle of the entity from the given config for displaying to the user.static StringEntityImportHelper. getTypeName(Locale locale, IEntityImportConfig<?> config, IMessageLocalizer localizer)Returns a string representation type of object from the given config for displaying to the user - 
Uses of IMessageLocalizer in de.xima.fc.workflow.converter.bpmn
Methods in de.xima.fc.workflow.converter.bpmn that return IMessageLocalizer Modifier and Type Method Description IMessageLocalizerFlowchartToBpmnConverterInput. localizer()Gets the localizer used during conversion for localizing messages.Methods in de.xima.fc.workflow.converter.bpmn with parameters of type IMessageLocalizer Modifier and Type Method Description static FlowchartToBpmnConverterInput.BuilderFlowchartToBpmnConverterInput. builder(Mandant client, Projekt project, WorkflowProcess process, IMessageLocalizer localizer)Creates a newFlowchartToBpmnConverterInput.Builderfor constructing aFlowchartToBpmnConverterInput. - 
Uses of IMessageLocalizer in de.xima.fc.workflow.converter.graphdot
Methods in de.xima.fc.workflow.converter.graphdot with parameters of type IMessageLocalizer Modifier and Type Method Description static StringFlowGraphToGraphDotConverter. writeToString(Mandant client, WorkflowTask task, IMessageLocalizer localizer, ITaskFlowAnalysis analysis, FlowGraphToGraphDotConverterSettings settings)Creates a dot file with the flow graph of the given task, using the given flow graph analysis result.Constructors in de.xima.fc.workflow.converter.graphdot with parameters of type IMessageLocalizer Constructor Description FlowGraphToGraphDotConverter(Mandant client, WorkflowTask task, IMessageLocalizer localizer, ITaskFlowAnalysis analysis, FlowGraphToGraphDotConverterSettings settings)Creates a converter for writing a dot file with the flow graph of the given task, using the given flow graph analysis result. 
 -