public class ParallelStepsDefinitionConverter extends BaseStepDefinitionConverter<ParallelStepsDefinition,ParallelGateway>
StepDefinitionConverter
for converting a ParallelStepsDefinition
to the following BPMN 2.0 structure:
__ t1___
| |
+ -- ...---+-
| |
- txxx---Constructor and Description |
---|
ParallelStepsDefinitionConverter() |
Modifier and Type | Method and Description |
---|---|
protected ParallelGateway |
createParallelGateway(WorkflowDefinitionConversion conversion) |
protected ParallelGateway |
createProcessArtifact(ParallelStepsDefinition parallelStepsDefinition,
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 ParallelGateway createProcessArtifact(ParallelStepsDefinition parallelStepsDefinition, WorkflowDefinitionConversion conversion)
BaseStepDefinitionConverter
createProcessArtifact
in class BaseStepDefinitionConverter<ParallelStepsDefinition,ParallelGateway>
protected ParallelGateway createParallelGateway(WorkflowDefinitionConversion conversion)
Copyright © 2016 Alfresco. All rights reserved.