public enum WorkItemStatus extends Enum<WorkItemStatus> implements IServiceDataObject, Serializable
Enum Constant and Description |
---|
Deleted
The WorkItem is deleted.
|
Done
The WorkItem is done.
|
Executing
The WorkItem is executing.
|
Finished
The WorkItem is finished.
|
Killed
The WorkItem is killed.
|
Ready
The WorkItem is ready.
|
ReadyBackground
The WorkItem is ready for a background task.
|
SendingOn
The WorkItem is sending on.
|
Started
The WorkItem is started.
|
Suspended
The WorkItem is suspended.
|
Unknown
The status value is unknown to this API.
|
Waiting
The WorkItem is waiting.
|
Modifier and Type | Method and Description |
---|---|
static WorkItemStatus |
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 WorkItemStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkItemStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkItemStatus Deleted
public static final WorkItemStatus Done
public static final WorkItemStatus Executing
public static final WorkItemStatus Finished
public static final WorkItemStatus Killed
public static final WorkItemStatus Ready
public static final WorkItemStatus ReadyBackground
public static final WorkItemStatus SendingOn
public static final WorkItemStatus Started
public static final WorkItemStatus Suspended
public static final WorkItemStatus Unknown
public static final WorkItemStatus Waiting
public static WorkItemStatus[] values()
for (WorkItemStatus c : WorkItemStatus.values()) System.out.println(c);
public static WorkItemStatus 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 WorkItemStatus fromString(String s)
© Copyright 2017 OpenText Corp. All Rights Reserved.