|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AssigneeDefinition.Type>
com.bea.wli.worklist.api.taskplan.AssigneeDefinition.Type
public static enum AssigneeDefinition.Type
Represents the types of assignees in Worklist.
Enum Constant Summary | |
---|---|
Group
Assign to a group of users |
|
Rule
Specify the name of a rule that will be evaluated to generate a dynamic assignee list expression (can contain users, groups). |
|
User
Assign to a specific user |
Method Summary | |
---|---|
static AssigneeDefinition.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AssigneeDefinition.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AssigneeDefinition.Type User
public static final AssigneeDefinition.Type Group
public static final AssigneeDefinition.Type Rule
Method Detail |
---|
public static final AssigneeDefinition.Type[] values()
for(AssigneeDefinition.Type c : AssigneeDefinition.Type.values()) System.out.println(c);
public static AssigneeDefinition.Type valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |