Package | Description |
---|---|
com.docdoku.core.util | |
com.docdoku.core.workflow |
Modifier and Type | Method and Description |
---|---|
private static Activity |
Tools.resetParentReferences(Activity pActivity) |
Modifier and Type | Method and Description |
---|---|
private static Activity |
Tools.resetParentReferences(Activity pActivity) |
Modifier and Type | Class and Description |
---|---|
class |
ParallelActivity
ParallelActivity is a kind of activity where
all its tasks start at the same time as the activity itself.
|
class |
SerialActivity
SerialActivity is an activity where
all tasks are launched subsequently in a specific order.
|
Modifier and Type | Field and Description |
---|---|
private Activity |
Task.activity |
Modifier and Type | Field and Description |
---|---|
private List<Activity> |
Workflow.activities |
Modifier and Type | Method and Description |
---|---|
Activity |
Activity.clone()
perform a deep clone operation
|
Activity |
ParallelActivityModel.createActivity() |
abstract Activity |
ActivityModel.createActivity() |
Activity |
SerialActivityModel.createActivity() |
Activity |
Task.getActivity() |
Activity |
Workflow.getActivity(int pIndex) |
Activity |
Workflow.getCurrentActivity() |
Modifier and Type | Method and Description |
---|---|
List<Activity> |
Workflow.getActivities() |
Modifier and Type | Method and Description |
---|---|
void |
Task.setActivity(Activity activity) |
Modifier and Type | Method and Description |
---|---|
void |
Workflow.setActivities(List<Activity> activities) |
Copyright © 2013 OW2 Consortium. All Rights Reserved.