Package | Description |
---|---|
org.activiti.workflow.simple.converter | |
org.activiti.workflow.simple.converter.step | |
org.activiti.workflow.simple.definition |
Modifier and Type | Method and Description |
---|---|
StepDefinitionConverter |
WorkflowDefinitionConversionFactory.getStepConverterFor(StepDefinition definition) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowDefinitionConversion.convertSteps(List<StepDefinition> stepDefinitions) |
Modifier and Type | Class and Description |
---|---|
class |
BaseStepDefinitionConverter<U extends StepDefinition,T>
Base class that can be used for
StepDefinitionConverter , contains utility-methods. |
interface |
StepDefinitionConverter<U extends StepDefinition,T>
A class that is responsible for converting a single
StepDefinition to
all required artifacts needed. |
Modifier and Type | Method and Description |
---|---|
Class<? extends StepDefinition> |
StepDefinitionConverter.getHandledClass() |
Class<? extends StepDefinition> |
ScriptStepDefinitionConverter.getHandledClass() |
Class<? extends StepDefinition> |
ParallelStepsDefinitionConverter.getHandledClass() |
Class<? extends StepDefinition> |
HumanStepDefinitionConverter.getHandledClass() |
Class<? extends StepDefinition> |
FeedbackStepDefinitionConverter.getHandledClass() |
Class<? extends StepDefinition> |
DelayStepDefinitionConverter.getHandledClass() |
Class<? extends StepDefinition> |
ChoiceStepsDefinitionConverter.getHandledClass() |
Modifier and Type | Method and Description |
---|---|
T |
StepDefinitionConverter.convertStepDefinition(StepDefinition stepDefinition,
WorkflowDefinitionConversion conversion)
Convert given
StepDefinition to correct artifacts and adds them to
process, models and forms. |
T |
BaseStepDefinitionConverter.convertStepDefinition(StepDefinition stepDefinition,
WorkflowDefinitionConversion conversion) |
Modifier and Type | Interface and Description |
---|---|
interface |
FormStepDefinition
Interface describing a step which has a form.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNamedStepDefinition
Superclass for all
StepDefinition classes that have a name or description. |
class |
ChoiceStepsDefinition
Defines a block of steps of which one collection of steps is executed based on conditions.
|
class |
DelayStepDefinition
Step that delays the current process/execution for a certain amount of time.
|
class |
FeedbackStepDefinition
A feedback step is a step where one person initiates the gathering of
feedback from multiple other persons.
|
class |
HumanStepDefinition
Defines a step that must be executed by a human actor.
|
class |
ListConditionStepDefinition<T> |
class |
ListStepDefinition<T> |
class |
ParallelStepsDefinition
Defines a block of steps that all must be executed in parallel.
|
class |
ScriptStepDefinition |
Modifier and Type | Field and Description |
---|---|
protected List<StepDefinition> |
AbstractStepDefinitionContainer.steps |
Modifier and Type | Method and Description |
---|---|
StepDefinition |
StepDefinition.clone()
Create a clone of this
StepDefinition instance. |
StepDefinition |
ScriptStepDefinition.clone() |
StepDefinition |
ParallelStepsDefinition.clone() |
StepDefinition |
HumanStepDefinition.clone() |
StepDefinition |
FeedbackStepDefinition.clone() |
StepDefinition |
DelayStepDefinition.clone() |
StepDefinition |
ChoiceStepsDefinition.clone() |
abstract StepDefinition |
AbstractNamedStepDefinition.clone() |
Modifier and Type | Method and Description |
---|---|
List<StepDefinition> |
StepDefinitionContainer.getSteps() |
List<StepDefinition> |
AbstractStepDefinitionContainer.getSteps() |
Modifier and Type | Method and Description |
---|---|
void |
StepDefinitionContainer.addStep(StepDefinition stepDefinition) |
void |
AbstractStepDefinitionContainer.addStep(StepDefinition stepDefinition) |
void |
StepDefinition.setValues(StepDefinition otherDefinition)
Sets the properties of this
StepDefinition instance based in the
properties present in the given definition. |
void |
ScriptStepDefinition.setValues(StepDefinition otherDefinition) |
void |
ParallelStepsDefinition.setValues(StepDefinition otherDefinition) |
void |
ListStepDefinition.setValues(StepDefinition otherDefinition) |
void |
ListConditionStepDefinition.setValues(StepDefinition otherDefinition) |
void |
HumanStepDefinition.setValues(StepDefinition otherDefinition) |
void |
FeedbackStepDefinition.setValues(StepDefinition otherDefinition) |
void |
DelayStepDefinition.setValues(StepDefinition otherDefinition) |
void |
ChoiceStepsDefinition.setValues(StepDefinition otherDefinition) |
abstract void |
AbstractNamedStepDefinition.setValues(StepDefinition otherDefinition) |
Copyright © 2016 Alfresco. All rights reserved.