protected String |
AServiceTaskBpmnModeler.createDetails(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context,
IBoundMessageLocalizer localizer) |
Creates additional details regarding the configuration of the service task.
|
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 AServiceTaskBpmnModeler.IStatefulTaskLayoutPostProcessor |
AServiceTaskBpmnModeler.createTaskLayoutPostProcessor(IModelWorkflowNodeParams<Model> params,
IWorkflowBpmnModelContext context) |
Creates a post-processor for the service task layout.
|
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.
|
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) |
|