|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<HistoryEventTypes>
org.camunda.bpm.engine.impl.history.event.HistoryEventTypes
public enum HistoryEventTypes
The set of built-in history event types.
| Enum Constant Summary | |
|---|---|
ACTIVITY_INSTANCE_END
fired when an activity instance is ended. |
|
ACTIVITY_INSTANCE_MIGRATE
fired when an activity instance is migrated. |
|
ACTIVITY_INSTANCE_START
fired when an activity instance is started. |
|
ACTIVITY_INSTANCE_UPDATE
fired when an activity instance is updated. |
|
BATCH_END
fired when a batch was completed. |
|
BATCH_START
fired when a batch was started. |
|
CASE_ACTIVITY_INSTANCE_CREATE
fired when a case activity instance is created. |
|
CASE_ACTIVITY_INSTANCE_END
fired when a case instance is ended. |
|
CASE_ACTIVITY_INSTANCE_UPDATE
fired when a case activity instance is updated. |
|
CASE_INSTANCE_CLOSE
fired when a case instance is closed. |
|
CASE_INSTANCE_CREATE
fired when a case instance is created. |
|
CASE_INSTANCE_UPDATE
fired when a case instance is updated. |
|
DMN_DECISION_EVALUATE
fired when a decision is evaluated. |
|
FORM_PROPERTY_UPDATE
fired when a form property is updated. |
|
IDENTITY_LINK_ADD
fired when an identity link is added |
|
IDENTITY_LINK_DELETE
fired when an identity link is removed |
|
INCIDENT_CREATE
fired when an incident is created. |
|
INCIDENT_DELETE
fired when an incident is deleted. |
|
INCIDENT_MIGRATE
fired when an incident is migrated. |
|
INCIDENT_RESOLVE
fired when an incident is resolved. |
|
JOB_CREATE
fired when a job is created. |
|
JOB_DELETE
fired when a job is deleted. |
|
JOB_FAIL
fired when a job is failed. |
|
JOB_SUCCESS
fired when a job is succeeded. |
|
PROCESS_INSTANCE_END
fired when a process instance is ended. |
|
PROCESS_INSTANCE_MIGRATE
fired when a process instance is migrated |
|
PROCESS_INSTANCE_START
fired when a process instance is started. |
|
PROCESS_INSTANCE_UPDATE
fired when a process instance is updated |
|
TASK_INSTANCE_COMPLETE
fired when a task instance is completed. |
|
TASK_INSTANCE_CREATE
fired when a task instance is created. |
|
TASK_INSTANCE_DELETE
fired when a task instance is deleted. |
|
TASK_INSTANCE_MIGRATE
fired when a task instance is migrated. |
|
TASK_INSTANCE_UPDATE
fired when a task instance is updated. |
|
VARIABLE_INSTANCE_CREATE
fired when a variable instance is created. |
|
VARIABLE_INSTANCE_DELETE
fired when a variable instance is deleted. |
|
VARIABLE_INSTANCE_MIGRATE
fired when a variable instance is migrated. |
|
VARIABLE_INSTANCE_UPDATE
fired when a variable instance is updated. |
|
VARIABLE_INSTANCE_UPDATE_DETAIL
fired when a variable instance is updated. |
|
| Field Summary | |
|---|---|
protected String |
entityType
|
protected String |
eventName
|
| Method Summary | |
|---|---|
String |
getEntityType()
The type of the entity. |
String |
getEventName()
The name of the event fired on the entity |
static HistoryEventTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static HistoryEventTypes[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final HistoryEventTypes PROCESS_INSTANCE_START
public static final HistoryEventTypes PROCESS_INSTANCE_UPDATE
public static final HistoryEventTypes PROCESS_INSTANCE_MIGRATE
public static final HistoryEventTypes PROCESS_INSTANCE_END
public static final HistoryEventTypes ACTIVITY_INSTANCE_START
public static final HistoryEventTypes ACTIVITY_INSTANCE_UPDATE
public static final HistoryEventTypes ACTIVITY_INSTANCE_MIGRATE
public static final HistoryEventTypes ACTIVITY_INSTANCE_END
public static final HistoryEventTypes TASK_INSTANCE_CREATE
public static final HistoryEventTypes TASK_INSTANCE_UPDATE
public static final HistoryEventTypes TASK_INSTANCE_MIGRATE
public static final HistoryEventTypes TASK_INSTANCE_COMPLETE
public static final HistoryEventTypes TASK_INSTANCE_DELETE
public static final HistoryEventTypes VARIABLE_INSTANCE_CREATE
public static final HistoryEventTypes VARIABLE_INSTANCE_UPDATE
public static final HistoryEventTypes VARIABLE_INSTANCE_MIGRATE
public static final HistoryEventTypes VARIABLE_INSTANCE_UPDATE_DETAIL
public static final HistoryEventTypes VARIABLE_INSTANCE_DELETE
public static final HistoryEventTypes FORM_PROPERTY_UPDATE
public static final HistoryEventTypes INCIDENT_CREATE
public static final HistoryEventTypes INCIDENT_MIGRATE
public static final HistoryEventTypes INCIDENT_DELETE
public static final HistoryEventTypes INCIDENT_RESOLVE
public static final HistoryEventTypes CASE_INSTANCE_CREATE
public static final HistoryEventTypes CASE_INSTANCE_UPDATE
public static final HistoryEventTypes CASE_INSTANCE_CLOSE
public static final HistoryEventTypes CASE_ACTIVITY_INSTANCE_CREATE
public static final HistoryEventTypes CASE_ACTIVITY_INSTANCE_UPDATE
public static final HistoryEventTypes CASE_ACTIVITY_INSTANCE_END
public static final HistoryEventTypes JOB_CREATE
public static final HistoryEventTypes JOB_FAIL
public static final HistoryEventTypes JOB_SUCCESS
public static final HistoryEventTypes JOB_DELETE
public static final HistoryEventTypes DMN_DECISION_EVALUATE
public static final HistoryEventTypes BATCH_START
public static final HistoryEventTypes BATCH_END
public static final HistoryEventTypes IDENTITY_LINK_ADD
public static final HistoryEventTypes IDENTITY_LINK_DELETE
| Field Detail |
|---|
protected String entityType
protected String eventName
| Method Detail |
|---|
public static HistoryEventTypes[] values()
for (HistoryEventTypes c : HistoryEventTypes.values()) System.out.println(c);
public static HistoryEventTypes valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getEntityType()
HistoryEventType
getEntityType in interface HistoryEventTypepublic String getEventName()
HistoryEventType
getEventName in interface HistoryEventType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||