public enum ProcessInstanceRecordType extends Enum<ProcessInstanceRecordType>
| Enum Constant and Description |
|---|
createActivityInstance |
createProcessInstance |
deleteActivityInstance |
deleteProcessInstance |
| Modifier and Type | Method and Description |
|---|---|
static ProcessInstanceRecordType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessInstanceRecordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessInstanceRecordType createActivityInstance
public static final ProcessInstanceRecordType deleteActivityInstance
public static final ProcessInstanceRecordType createProcessInstance
public static final ProcessInstanceRecordType deleteProcessInstance
public static ProcessInstanceRecordType[] values()
for (ProcessInstanceRecordType c : ProcessInstanceRecordType.values()) System.out.println(c);
public static ProcessInstanceRecordType 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 © 2016 Bonitasoft S.A.. All rights reserved.