Uses of Interface
de.xima.fc.common.locale.IBoundMessageLocalizer
-
Packages that use IBoundMessageLocalizer Package Description de.xima.fc.interfaces.workflow.bpmn de.xima.fc.workflow.bpmn de.xima.fc.workflow.designer.bpmn.node.action de.xima.fc.workflow.designer.bpmn.trigger -
-
Uses of IBoundMessageLocalizer in de.xima.fc.interfaces.workflow.bpmn
Methods in de.xima.fc.interfaces.workflow.bpmn that return IBoundMessageLocalizer Modifier and Type Method Description IBoundMessageLocalizer
IWorkflowBpmnLocalization. boundMessageLocalizer(WorkflowNode node)
TheIBoundMessageLocalizer
for localizing messages in the BPMN diagram, using theIWorkflowBpmnLocalization.locale()
.IBoundMessageLocalizer
IWorkflowBpmnLocalization. boundMessageLocalizer(WorkflowTrigger trigger)
TheIBoundMessageLocalizer
for localizing messages in the BPMN diagram, using theIWorkflowBpmnLocalization.locale()
.IBoundMessageLocalizer
IWorkflowBpmnLocalization. defaultBoundMessageLocalizer()
The defaultIBoundMessageLocalizer
for localizing messages in the BPMN diagram, using theIWorkflowBpmnLocalization.locale()
. -
Uses of IBoundMessageLocalizer in de.xima.fc.workflow.bpmn
Fields in de.xima.fc.workflow.bpmn declared as IBoundMessageLocalizer Modifier and Type Field Description protected IBoundMessageLocalizer
AStatefulWorkflowBpmnModeler.ANodeStatefulModeler. localizer
The localizer for the current workflow node.protected IBoundMessageLocalizer
AStatefulWorkflowBpmnModeler.AProcessStatefulModeler. localizer
The localizer for the current workflow process.protected IBoundMessageLocalizer
AStatefulWorkflowBpmnModeler.ATaskStatefulModeler. localizer
The localizer for the current workflow task.protected IBoundMessageLocalizer
AStatefulWorkflowBpmnModeler.ATriggerStatefulModeler. localizer
The localizer for the current workflow trigger.Methods in de.xima.fc.workflow.bpmn with parameters of type IBoundMessageLocalizer Modifier and Type Method Description protected String
AServiceTaskBpmnModeler. createDetails(IModelWorkflowNodeParams<Model> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
Creates additional details regarding the configuration of the service task.protected String
AStartEventBpmnModeler. createDetails(IModelWorkflowTriggerParams<Model> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
Creates additional details regarding the configuration of the start event.protected List<de.xima.bpmn_model.api.element.bpmn.events.MessageEventDefinition>
AMessageStartEventBpmnModeler. createEventDefinition(IModelWorkflowTriggerParams<Model> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
protected abstract List<? extends de.xima.bpmn_model.api.element.bpmn.events.EventDefinition<?>>
AStartEventBpmnModeler. createEventDefinition(IModelWorkflowTriggerParams<Model> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
Creates theevent definitions
for the start event in the BPMN model.protected List<de.xima.bpmn_model.api.element.bpmn.events.TimerEventDefinition>
ATimerStartEventBpmnModeler. createEventDefinition(IModelWorkflowTriggerParams<Model> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
protected abstract String
AServiceTaskBpmnModeler. createName(IModelWorkflowNodeParams<Model> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
Creates the name of the service task in the BPMN model.protected abstract String
AStartEventBpmnModeler. createName(IModelWorkflowTriggerParams<Model> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)
Creates the name of the start event in the BPMN model. -
Uses of IBoundMessageLocalizer in de.xima.fc.workflow.designer.bpmn.node.action
-
Uses of IBoundMessageLocalizer in de.xima.fc.workflow.designer.bpmn.trigger
-