| Modifier and Type | Method and Description |
|---|---|
static WorkflowService.TaskStatus |
WorkflowService.TaskStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowService.TaskStatus[] |
WorkflowService.TaskStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkflowService.approveTask(String assignedUser,
String password,
String workflowId,
boolean approve,
WorkflowService.TaskStatus status,
String comment)
Approve or reject a task
|
boolean |
WorkflowService.taskDone(String assignedUser,
String password,
String workflowId,
WorkflowService.TaskStatus status,
String comment)
Complete a task
|
boolean |
WorkflowService.updateTaskStatus(String assignedUser,
String password,
String workflowId,
WorkflowService.TaskStatus status)
Update the status of a task
|
Copyright © 2017 Alfresco Software. All rights reserved.