Package | Description |
---|---|
com.docdoku.core.workflow |
Provides classes for designing and running workflow.
|
Modifier and Type | Field and Description |
---|---|
protected List<TaskModel> |
ActivityModel.taskModels |
Modifier and Type | Method and Description |
---|---|
TaskModel |
TaskModel.clone() |
TaskModel |
ActivityModel.removeTaskModel(int pOrder) |
Modifier and Type | Method and Description |
---|---|
List<TaskModel> |
ActivityModel.getTaskModels() |
Modifier and Type | Method and Description |
---|---|
void |
ActivityModel.addTaskModel(TaskModel pTaskModel) |
void |
ActivityModel.removeTaskModel(TaskModel pTaskModel) |
void |
ParallelActivityModel.removeTaskModel(TaskModel pTaskModel) |
Modifier and Type | Method and Description |
---|---|
void |
ActivityModel.setTaskModels(List<TaskModel> taskModels) |
Constructor and Description |
---|
ActivityModel(WorkflowModel pWorkflowModel,
int pStep,
List<TaskModel> pTaskModels,
String pLifeCycleState) |
ParallelActivityModel(WorkflowModel pWorkflowModel,
int pStep,
List<TaskModel> pTaskModels,
String pLifeCycleState,
int pTasksToComplete) |
SequentialActivityModel(WorkflowModel pWorkflowModel,
int pStep,
List<TaskModel> pTaskModels,
String pLifeCycleState) |
Copyright © 2017 DocDoku. All rights reserved.