public class ChoiceStepsDefinitionConverter extends BaseStepDefinitionConverter<ChoiceStepsDefinition,ExclusiveGateway>
StepDefinitionConverter
for converting a ChoiceStepsDefinition
to the following BPMN 2.0 structure:
__ t1___
| |
+ -- ...---+-
| |
- txxx---Constructor and Description |
---|
ChoiceStepsDefinitionConverter() |
Modifier and Type | Method and Description |
---|---|
protected ExclusiveGateway |
createExclusiveGateway(WorkflowDefinitionConversion conversion) |
protected ExclusiveGateway |
createProcessArtifact(ChoiceStepsDefinition choiceStepsDefinition,
WorkflowDefinitionConversion conversion)
Subclasses must implement this method and create the BPMN 2.0 process artifact(s) for the provided step.
|
Class<? extends StepDefinition> |
getHandledClass() |
addFlowElement, addFlowElement, addSequenceFlow, addSequenceFlow, addSequenceFlow, convertProperties, convertStepDefinition, createAdditionalArtifacts, getSequenceFlowPrefix
public Class<? extends StepDefinition> getHandledClass()
protected ExclusiveGateway createProcessArtifact(ChoiceStepsDefinition choiceStepsDefinition, WorkflowDefinitionConversion conversion)
BaseStepDefinitionConverter
createProcessArtifact
in class BaseStepDefinitionConverter<ChoiceStepsDefinition,ExclusiveGateway>
protected ExclusiveGateway createExclusiveGateway(WorkflowDefinitionConversion conversion)
Copyright © 2016 Alfresco. All rights reserved.