Package | Description |
---|---|
com.docdoku.core.services |
Business layer classes.
|
com.docdoku.core.workflow |
Provides classes for designing and running workflow.
|
Modifier and Type | Method and Description |
---|---|
Task[] |
IDocumentManagerLocal.getTasks(String pWorkspaceId) |
Modifier and Type | Method and Description |
---|---|
void |
INotifierLocal.sendApproval(String workspaceId,
Collection<Task> pRunningTasks,
DocumentRevision pDocumentRevision) |
void |
INotifierLocal.sendApproval(String workspaceId,
Collection<Task> runningTasks,
PartRevision partRevision) |
Modifier and Type | Field and Description |
---|---|
protected List<Task> |
Activity.tasks |
Modifier and Type | Method and Description |
---|---|
Task |
Task.clone()
perform a deep clone operation
|
Task |
TaskModel.createTask(Map<Role,Collection<User>> roleUserMap,
Map<Role,Collection<UserGroup>> roleGroupMap) |
Task |
TaskWrapper.getTask() |
Modifier and Type | Method and Description |
---|---|
Collection<Task> |
ParallelActivity.getOpenTasks() |
Collection<Task> |
SequentialActivity.getOpenTasks() |
abstract Collection<Task> |
Activity.getOpenTasks() |
Collection<Task> |
Workflow.getRunningTasks() |
Collection<Task> |
Workflow.getTasks() |
List<Task> |
Activity.getTasks() |
Modifier and Type | Method and Description |
---|---|
void |
TaskWrapper.setTask(Task task) |
Modifier and Type | Method and Description |
---|---|
void |
Activity.setTasks(List<Task> tasks) |
Constructor and Description |
---|
TaskWrapper(Task task,
String workspaceId) |
TaskWrapper(Task task,
String workspaceId,
String holderType,
String holderReference,
String holderVersion) |
Copyright © 2017 DocDoku. All rights reserved.