public static enum WorkflowService.TaskStatus extends Enum<WorkflowService.TaskStatus>
| Enum Constant and Description |
|---|
CANCELLED |
COMPLETED |
IN_PROGRESS |
NOT_STARTED |
ON_HOLD |
| Modifier and Type | Method and Description |
|---|---|
String |
getStatus() |
static WorkflowService.TaskStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowService.TaskStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowService.TaskStatus NOT_STARTED
public static final WorkflowService.TaskStatus IN_PROGRESS
public static final WorkflowService.TaskStatus ON_HOLD
public static final WorkflowService.TaskStatus CANCELLED
public static final WorkflowService.TaskStatus COMPLETED
public static WorkflowService.TaskStatus[] values()
for (WorkflowService.TaskStatus c : WorkflowService.TaskStatus.values()) System.out.println(c);
public static WorkflowService.TaskStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getStatus()
Copyright © 2017 Alfresco Software. All rights reserved.