public static enum HumanStepAssignment.HumanStepAssignmentType extends Enum<HumanStepAssignment.HumanStepAssignmentType>
Enum Constant and Description |
---|
GROUPS
All users that are member of at least one of the specified groups, are candidate for
the human step.
|
INITIATOR
The initiator is the assignee of the human step.
|
MIXED
Both users and group-members can be candidates for the human step.
|
USER
The human step is explicitally assigned to a specific user.
|
USERS
One of the specified users is a candidate for the human step.
|
Modifier and Type | Method and Description |
---|---|
static HumanStepAssignment.HumanStepAssignmentType |
forSimpleName(String name) |
String |
toString() |
static HumanStepAssignment.HumanStepAssignmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HumanStepAssignment.HumanStepAssignmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HumanStepAssignment.HumanStepAssignmentType INITIATOR
public static final HumanStepAssignment.HumanStepAssignmentType USER
public static final HumanStepAssignment.HumanStepAssignmentType USERS
public static final HumanStepAssignment.HumanStepAssignmentType GROUPS
public static final HumanStepAssignment.HumanStepAssignmentType MIXED
public static HumanStepAssignment.HumanStepAssignmentType[] values()
for (HumanStepAssignment.HumanStepAssignmentType c : HumanStepAssignment.HumanStepAssignmentType.values()) System.out.println(c);
public static HumanStepAssignment.HumanStepAssignmentType 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 toString()
toString
in class Enum<HumanStepAssignment.HumanStepAssignmentType>
public static HumanStepAssignment.HumanStepAssignmentType forSimpleName(String name)
Copyright © 2016 Alfresco. All rights reserved.