public enum GroupOptions extends Enum<GroupOptions> implements IServiceDataObject, Serializable
Enum Constant and Description |
---|
FullExpand
All members of the group (including members of groups contained in the group) must complete the WorkItem.
|
MemberAccept
One member of the group must accept and complete the WorkItem.
|
MemberAcceptMaintain
One member of the group must accept and complete the WorkItem.
|
OneLevelExpand
All members of the group (excluding members of groups contained in the group) must complete the WorkItem.
|
Modifier and Type | Method and Description |
---|---|
static GroupOptions |
fromString(String s)
Returns the enum constant with the specified name.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
static GroupOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GroupOptions FullExpand
public static final GroupOptions MemberAccept
public static final GroupOptions MemberAcceptMaintain
public static final GroupOptions OneLevelExpand
public static GroupOptions[] values()
for (GroupOptions c : GroupOptions.values()) System.out.println(c);
public static GroupOptions 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 void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
public static GroupOptions fromString(String s)
© Copyright 2017 OpenText Corp. All Rights Reserved.