public enum ActivityStatus extends Enum<ActivityStatus> implements IServiceDataObject, Serializable
Enum Constant and Description |
---|
Deleted
An ActivityInstance was deleted.
|
Done
An ActivityInstance is done.
|
Executing
An ActivityInstance is executing.
|
Finished
An ActivityInstance is finished.
|
Killed
An ActivityInstance was killed.
|
Ready
An ActivityInstance is ready.
|
ReadyBackground
An ActivityInstance is is ready in the background (only supported with the Item Handler step).
|
SendingOn
An ActivityInstance's send on processing is being performed in the background by the Workflow Agent.
|
Started
An ActivityInstance has been started.
|
Suspended
An ActivityInstance has been suspended.
|
Unknown
An ActivityInstance has a status not supported by this API.
|
Waiting
An ActivityInstance is waiting to become ready.
|
Modifier and Type | Method and Description |
---|---|
static ActivityStatus |
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 ActivityStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActivityStatus Deleted
public static final ActivityStatus Done
public static final ActivityStatus Executing
public static final ActivityStatus Finished
public static final ActivityStatus Killed
public static final ActivityStatus Ready
public static final ActivityStatus ReadyBackground
public static final ActivityStatus SendingOn
public static final ActivityStatus Started
public static final ActivityStatus Suspended
public static final ActivityStatus Unknown
public static final ActivityStatus Waiting
public static ActivityStatus[] values()
for (ActivityStatus c : ActivityStatus.values()) System.out.println(c);
public static ActivityStatus 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 ActivityStatus fromString(String s)
© Copyright 2017 OpenText Corp. All Rights Reserved.