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 IBoundMessageLocalizerIWorkflowBpmnLocalization. boundMessageLocalizer(WorkflowNode node)TheIBoundMessageLocalizerfor localizing messages in the BPMN diagram, using theIWorkflowBpmnLocalization.locale().IBoundMessageLocalizerIWorkflowBpmnLocalization. boundMessageLocalizer(WorkflowTrigger trigger)TheIBoundMessageLocalizerfor localizing messages in the BPMN diagram, using theIWorkflowBpmnLocalization.locale().IBoundMessageLocalizerIWorkflowBpmnLocalization. defaultBoundMessageLocalizer()The defaultIBoundMessageLocalizerfor 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 IBoundMessageLocalizerAStatefulWorkflowBpmnModeler.ANodeStatefulModeler. localizerThe localizer for the current workflow node.protected IBoundMessageLocalizerAStatefulWorkflowBpmnModeler.AProcessStatefulModeler. localizerThe localizer for the current workflow process.protected IBoundMessageLocalizerAStatefulWorkflowBpmnModeler.ATaskStatefulModeler. localizerThe localizer for the current workflow task.protected IBoundMessageLocalizerAStatefulWorkflowBpmnModeler.ATriggerStatefulModeler. localizerThe localizer for the current workflow trigger.Methods in de.xima.fc.workflow.bpmn with parameters of type IBoundMessageLocalizer Modifier and Type Method Description protected StringAServiceTaskBpmnModeler. createDetails(IModelWorkflowNodeParams<Model> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)Creates additional details regarding the configuration of the service task.protected StringAStartEventBpmnModeler. 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 definitionsfor 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 StringAServiceTaskBpmnModeler. createName(IModelWorkflowNodeParams<Model> params, IWorkflowBpmnModelContext context, IBoundMessageLocalizer localizer)Creates the name of the service task in the BPMN model.protected abstract StringAStartEventBpmnModeler. 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
-