public enum ProcessInstanceField extends Enum<ProcessInstanceField>
| Enum Constant and Description |
|---|
CORRELATIONKEY |
DURATION |
END_DATE |
EXTERNALID |
ID |
OUTCOME |
PARENTPROCESSINSTANCEID |
PROCESSID |
PROCESSINSTANCEDESCRIPTION |
PROCESSINSTANCEID |
PROCESSNAME |
PROCESSTYPE |
PROCESSVERSION |
START_DATE |
STATUS |
USER_IDENTITY |
| Modifier and Type | Method and Description |
|---|---|
static ProcessInstanceField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessInstanceField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessInstanceField ID
public static final ProcessInstanceField CORRELATIONKEY
public static final ProcessInstanceField DURATION
public static final ProcessInstanceField END_DATE
public static final ProcessInstanceField EXTERNALID
public static final ProcessInstanceField USER_IDENTITY
public static final ProcessInstanceField OUTCOME
public static final ProcessInstanceField PARENTPROCESSINSTANCEID
public static final ProcessInstanceField PROCESSID
public static final ProcessInstanceField PROCESSINSTANCEDESCRIPTION
public static final ProcessInstanceField PROCESSINSTANCEID
public static final ProcessInstanceField PROCESSNAME
public static final ProcessInstanceField PROCESSTYPE
public static final ProcessInstanceField PROCESSVERSION
public static final ProcessInstanceField START_DATE
public static final ProcessInstanceField STATUS
public static ProcessInstanceField[] values()
for (ProcessInstanceField c : ProcessInstanceField.values()) System.out.println(c);
public static ProcessInstanceField 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 nullCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.