Package | Description |
---|---|
org.activiti.workflow.simple.converter | |
org.activiti.workflow.simple.converter.step |
Modifier and Type | Field and Description |
---|---|
protected HashMap<Class<?>,StepDefinitionConverter> |
WorkflowDefinitionConversionFactory.defaultStepConverters |
protected HashMap<Class<?>,StepDefinitionConverter> |
WorkflowDefinitionConversionFactory.stepConverters |
Modifier and Type | Method and Description |
---|---|
StepDefinitionConverter |
WorkflowDefinitionConversionFactory.getStepConverterFor(StepDefinition definition) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowDefinitionConversionFactory.setDefaultStepDefinitionConverters(List<StepDefinitionConverter> stepConverters) |
void |
WorkflowDefinitionConversionFactory.setStepDefinitionConverters(List<StepDefinitionConverter> stepConverters) |
Modifier and Type | Class and Description |
---|---|
class |
BaseStepDefinitionConverter<U extends StepDefinition,T>
Base class that can be used for
StepDefinitionConverter , contains utility-methods. |
class |
ChoiceStepsDefinitionConverter
StepDefinitionConverter for converting a ChoiceStepsDefinition to the following BPMN 2.0 structure:
__ t1___
| |
+ -- ...---+-
| |
- txxx--- |
class |
DelayStepDefinitionConverter |
class |
FeedbackStepDefinitionConverter |
class |
HumanStepDefinitionConverter
|
class |
ParallelStepsDefinitionConverter
StepDefinitionConverter for converting a ParallelStepsDefinition to the following BPMN 2.0 structure:
__ t1___
| |
+ -- ...---+-
| |
- txxx--- |
class |
ScriptStepDefinitionConverter |
Copyright © 2016 Alfresco. All rights reserved.