public enum ProcessStatus extends Enum<ProcessStatus> implements IServiceDataObject, Serializable
Enum Constant and Description |
---|
ActivityLate
Shows the process instance has a late activity.
|
Archived
Shows the process instance was archived.
|
Completed
Shows the process instance was completed.
|
Late
Shows the process instance is late.
|
MilestoneLate
Shows the process instance's milestone is late.
|
Ok
Shows the process instance's milestone is ok.
|
Stopped
Shows the process instance is stopped.
|
SubProcessLate
Shows the process instance's sub-process is late.
|
Suspended
Shows the process instance is suspended.
|
Modifier and Type | Method and Description |
---|---|
static ProcessStatus |
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 ProcessStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessStatus ActivityLate
public static final ProcessStatus Archived
public static final ProcessStatus Completed
public static final ProcessStatus Late
public static final ProcessStatus MilestoneLate
public static final ProcessStatus Ok
public static final ProcessStatus Stopped
public static final ProcessStatus SubProcessLate
public static final ProcessStatus Suspended
public static ProcessStatus[] values()
for (ProcessStatus c : ProcessStatus.values()) System.out.println(c);
public static ProcessStatus 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 ProcessStatus fromString(String s)
© Copyright 2017 OpenText Corp. All Rights Reserved.