public static enum WorkflowService.WorkflowType extends Enum<WorkflowService.WorkflowType>
| Enum Constant and Description |
|---|
GroupReview |
MultipleReviewers |
NewTask |
PooledReview |
SingleReviewer |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getTitle() |
static WorkflowService.WorkflowType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowService.WorkflowType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowService.WorkflowType NewTask
public static final WorkflowService.WorkflowType GroupReview
public static final WorkflowService.WorkflowType MultipleReviewers
public static final WorkflowService.WorkflowType SingleReviewer
public static final WorkflowService.WorkflowType PooledReview
public static WorkflowService.WorkflowType[] values()
for (WorkflowService.WorkflowType c : WorkflowService.WorkflowType.values()) System.out.println(c);
public static WorkflowService.WorkflowType 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 getTitle()
public String getId()
Copyright © 2016 Alfresco Software. All rights reserved.