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 the event 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 de.xima.bpmn_model.api.element.bpmn.data.InputOutputSpecification |
AServiceTaskBpmnModeler.createIoSpecification(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context) |
Creates the input/output specification for the service task.
|
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.
|
protected AStartEventBpmnModeler.IStatefulStartEventPostProcessor |
AStartEventBpmnModeler.createStartEventLayoutPostProcessor(IModelWorkflowTriggerParams<Model> params,
IWorkflowBpmnModelContext context) |
Creates a post-processor for the start event layout.
|
protected AServiceTaskBpmnModeler.IStatefulTaskLayoutPostProcessor |
AServiceTaskBpmnModeler.createTaskLayoutPostProcessor(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context) |
Creates a post-processor for the service task layout.
|
protected abstract TimerEventExpression |
ATimerStartEventBpmnModeler.createTimerEventExpression(IModelWorkflowTriggerParams<Model> params,
IWorkflowBpmnModelContext context) |
|
protected String |
ABinarySelectionBpmnModeler.getAlternateLabel(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context) |
Gets the label for the alternate part, which is displayed next to the outgoing sequence flow of the exclusive
gateway.
|
protected String |
APostTestLoopBpmnModeler.getAlternateLabel(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context) |
Gets the label for when the condition does not match, ending the loop.
|
protected String |
APreTestLoopBpmnModeler.getAlternateLabel(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context) |
Gets the label for when the condition does not match, ending the loop.
|
protected String |
ABinarySelectionBpmnModeler.getConditionDetails(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context) |
Gets the detailed description of the condition that is evaluated to determine which branch to take.
|
protected String |
APostTestLoopBpmnModeler.getConditionDetails(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context) |
Gets the detailed description of the condition that is evaluated to determine when to end the loop.
|
protected String |
APreTestLoopBpmnModeler.getConditionDetails(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context) |
Gets the detailed description of the condition that is evaluated to determine when to end the loop.
|
protected String |
ABinarySelectionBpmnModeler.getConditionName(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context) |
Gets the name of the condition, uses as the name of the diverging exclusive gateway .
|
protected String |
APostTestLoopBpmnModeler.getConditionName(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context) |
Gets the name of the condition that checks when to end the loop.
|
protected String |
APreTestLoopBpmnModeler.getConditionName(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context) |
Gets the name of the condition that checks when to end the loop.
|
protected String |
ABinarySelectionBpmnModeler.getConsequentLabel(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context) |
Gets the label for the consequent part, which is displayed next to the outgoing sequence flow of the exclusive
gateway.
|
protected String |
APostTestLoopBpmnModeler.getConsequentLabel(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context) |
Gets the label for when the condition matches, which continues the loop.
|
protected String |
APreTestLoopBpmnModeler.getConsequentLabel(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context) |
Gets the label for when the condition matches, which continues the loop.
|
protected abstract String |
AMessageStartEventBpmnModeler.getInterfaceName(IModelWorkflowTriggerParams<Model> params,
IWorkflowBpmnModelContext context) |
The technical name of the Interface the declares the operation used
by the message event .
|
protected String |
AMessageStartEventBpmnModeler.getMessageName(IModelWorkflowTriggerParams<Model> params,
IWorkflowBpmnModelContext context) |
Gets the technical name of the Message that triggers the start
event .
|
protected abstract QName |
AMessageStartEventBpmnModeler.getMessageStructure(IModelWorkflowTriggerParams<Model> params,
IWorkflowBpmnModelContext context) |
Gets the structure (type) of the Message that triggers the start event .
|
protected abstract String |
AMessageStartEventBpmnModeler.getMessageType(IModelWorkflowTriggerParams<Model> params,
IWorkflowBpmnModelContext context) |
Gets the internal identifier of the Message that triggers the start event .
|
protected abstract String |
AMessageStartEventBpmnModeler.getOperationName(IModelWorkflowTriggerParams<Model> params,
IWorkflowBpmnModelContext context) |
The technical name of the Operation used by the
message event .
|
void |
ABinarySelectionBpmnModeler.modelNode(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context) |
|
void |
APostTestLoopBpmnModeler.modelNode(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context) |
|
void |
APreTestLoopBpmnModeler.modelNode(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context) |
|
void |
AServiceTaskBpmnModeler.modelNode(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context) |
|
void |
AStartEventBpmnModeler.modelTrigger(IModelWorkflowTriggerParams<Model> params,
IWorkflowBpmnModelContext context) |
|
static <Element,PartBuilder extends IStructuredBpmnModelPartBuilder<?>,Params extends IModelWorkflowItemParams<Element,PartBuilder>,Modeler extends AStatefulWorkflowBpmnModeler<Element,PartBuilder,Params>> void |
AStatefulWorkflowBpmnModeler.modelWorkflowElementWithState(BiFunction<Params,IWorkflowBpmnModelContext,Modeler> modelerFactory,
Params params,
IWorkflowBpmnModelContext context) |
|