Enum HistoryEventTypes
- java.lang.Object
-
- java.lang.Enum<HistoryEventTypes>
-
- org.camunda.bpm.engine.impl.history.event.HistoryEventTypes
-
- All Implemented Interfaces:
Serializable,Comparable<HistoryEventTypes>,HistoryEventType
public enum HistoryEventTypes extends Enum<HistoryEventTypes> implements HistoryEventType
The set of built-in history event types.- Since:
- 7.2
- Author:
- Daniel Meyer, Ingo Richtsmeier
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ACTIVITY_INSTANCE_ENDfired when an activity instance is ended.ACTIVITY_INSTANCE_MIGRATEfired when an activity instance is migrated.ACTIVITY_INSTANCE_STARTfired when an activity instance is started.ACTIVITY_INSTANCE_UPDATEfired when an activity instance is updated.BATCH_ENDfired when a batch was completed.BATCH_STARTfired when a batch was started.BATCH_UPDATEfired when a batch was updated.CASE_ACTIVITY_INSTANCE_CREATEfired when a case activity instance is created.CASE_ACTIVITY_INSTANCE_ENDfired when a case instance is ended.CASE_ACTIVITY_INSTANCE_UPDATEfired when a case activity instance is updated.CASE_INSTANCE_CLOSEfired when a case instance is closed.CASE_INSTANCE_CREATEfired when a case instance is created.CASE_INSTANCE_UPDATEfired when a case instance is updated.DMN_DECISION_EVALUATEfired when a decision is evaluated.EXTERNAL_TASK_CREATEfired when an external task is created.EXTERNAL_TASK_DELETEfired when an external task is deleted.EXTERNAL_TASK_FAILfired when an external task has failed.EXTERNAL_TASK_SUCCESSfired when an external task has succeeded.FORM_PROPERTY_UPDATEfired when a form property is updated.IDENTITY_LINK_ADDfired when an identity link is addedIDENTITY_LINK_DELETEfired when an identity link is removedINCIDENT_CREATEfired when an incident is created.INCIDENT_DELETEfired when an incident is deleted.INCIDENT_MIGRATEfired when an incident is migrated.INCIDENT_RESOLVEfired when an incident is resolved.INCIDENT_UPDATEfired when an incident is updated.JOB_CREATEfired when a job is created.JOB_DELETEfired when a job is deleted.JOB_FAILfired when a job is failed.JOB_SUCCESSfired when a job is succeeded.PROCESS_INSTANCE_ENDfired when a process instance is ended.PROCESS_INSTANCE_MIGRATEfired when a process instance is migratedPROCESS_INSTANCE_STARTfired when a process instance is started.PROCESS_INSTANCE_UPDATEfired when a process instance is updatedTASK_INSTANCE_COMPLETEfired when a task instance is completed.TASK_INSTANCE_CREATEfired when a task instance is created.TASK_INSTANCE_DELETEfired when a task instance is deleted.TASK_INSTANCE_MIGRATEfired when a task instance is migrated.TASK_INSTANCE_UPDATEfired when a task instance is updated.USER_OPERATION_LOGfired when used operation log is created.VARIABLE_INSTANCE_CREATEfired when a variable instance is created.VARIABLE_INSTANCE_DELETEfired when a variable instance is deleted.VARIABLE_INSTANCE_MIGRATEfired when a variable instance is migrated.VARIABLE_INSTANCE_UPDATEfired when a variable instance is updated.VARIABLE_INSTANCE_UPDATE_DETAILfired when a variable instance is updated.
-
Field Summary
Fields Modifier and Type Field Description protected StringentityTypeprotected StringeventName
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntityType()The type of the entity.StringgetEventName()The name of the event fired on the entitystatic HistoryEventTypesvalueOf(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.
-
-
-
Enum Constant Detail
-
PROCESS_INSTANCE_START
public static final HistoryEventTypes PROCESS_INSTANCE_START
fired when a process instance is started.
-
PROCESS_INSTANCE_UPDATE
public static final HistoryEventTypes PROCESS_INSTANCE_UPDATE
fired when a process instance is updated
-
PROCESS_INSTANCE_MIGRATE
public static final HistoryEventTypes PROCESS_INSTANCE_MIGRATE
fired when a process instance is migrated
-
PROCESS_INSTANCE_END
public static final HistoryEventTypes PROCESS_INSTANCE_END
fired when a process instance is ended.
-
ACTIVITY_INSTANCE_START
public static final HistoryEventTypes ACTIVITY_INSTANCE_START
fired when an activity instance is started.
-
ACTIVITY_INSTANCE_UPDATE
public static final HistoryEventTypes ACTIVITY_INSTANCE_UPDATE
fired when an activity instance is updated.
-
ACTIVITY_INSTANCE_MIGRATE
public static final HistoryEventTypes ACTIVITY_INSTANCE_MIGRATE
fired when an activity instance is migrated.
-
ACTIVITY_INSTANCE_END
public static final HistoryEventTypes ACTIVITY_INSTANCE_END
fired when an activity instance is ended.
-
TASK_INSTANCE_CREATE
public static final HistoryEventTypes TASK_INSTANCE_CREATE
fired when a task instance is created.
-
TASK_INSTANCE_UPDATE
public static final HistoryEventTypes TASK_INSTANCE_UPDATE
fired when a task instance is updated.
-
TASK_INSTANCE_MIGRATE
public static final HistoryEventTypes TASK_INSTANCE_MIGRATE
fired when a task instance is migrated.
-
TASK_INSTANCE_COMPLETE
public static final HistoryEventTypes TASK_INSTANCE_COMPLETE
fired when a task instance is completed.
-
TASK_INSTANCE_DELETE
public static final HistoryEventTypes TASK_INSTANCE_DELETE
fired when a task instance is deleted.
-
VARIABLE_INSTANCE_CREATE
public static final HistoryEventTypes VARIABLE_INSTANCE_CREATE
fired when a variable instance is created.
-
VARIABLE_INSTANCE_UPDATE
public static final HistoryEventTypes VARIABLE_INSTANCE_UPDATE
fired when a variable instance is updated.
-
VARIABLE_INSTANCE_MIGRATE
public static final HistoryEventTypes VARIABLE_INSTANCE_MIGRATE
fired when a variable instance is migrated.
-
VARIABLE_INSTANCE_UPDATE_DETAIL
public static final HistoryEventTypes VARIABLE_INSTANCE_UPDATE_DETAIL
fired when a variable instance is updated.
-
VARIABLE_INSTANCE_DELETE
public static final HistoryEventTypes VARIABLE_INSTANCE_DELETE
fired when a variable instance is deleted.
-
FORM_PROPERTY_UPDATE
public static final HistoryEventTypes FORM_PROPERTY_UPDATE
fired when a form property is updated.
-
INCIDENT_CREATE
public static final HistoryEventTypes INCIDENT_CREATE
fired when an incident is created.
-
INCIDENT_MIGRATE
public static final HistoryEventTypes INCIDENT_MIGRATE
fired when an incident is migrated.
-
INCIDENT_DELETE
public static final HistoryEventTypes INCIDENT_DELETE
fired when an incident is deleted.
-
INCIDENT_RESOLVE
public static final HistoryEventTypes INCIDENT_RESOLVE
fired when an incident is resolved.
-
INCIDENT_UPDATE
public static final HistoryEventTypes INCIDENT_UPDATE
fired when an incident is updated.
-
CASE_INSTANCE_CREATE
public static final HistoryEventTypes CASE_INSTANCE_CREATE
fired when a case instance is created.
-
CASE_INSTANCE_UPDATE
public static final HistoryEventTypes CASE_INSTANCE_UPDATE
fired when a case instance is updated.
-
CASE_INSTANCE_CLOSE
public static final HistoryEventTypes CASE_INSTANCE_CLOSE
fired when a case instance is closed.
-
CASE_ACTIVITY_INSTANCE_CREATE
public static final HistoryEventTypes CASE_ACTIVITY_INSTANCE_CREATE
fired when a case activity instance is created.
-
CASE_ACTIVITY_INSTANCE_UPDATE
public static final HistoryEventTypes CASE_ACTIVITY_INSTANCE_UPDATE
fired when a case activity instance is updated.
-
CASE_ACTIVITY_INSTANCE_END
public static final HistoryEventTypes CASE_ACTIVITY_INSTANCE_END
fired when a case instance is ended.
-
JOB_CREATE
public static final HistoryEventTypes JOB_CREATE
fired when a job is created.- Since:
- 7.3
-
JOB_FAIL
public static final HistoryEventTypes JOB_FAIL
fired when a job is failed.- Since:
- 7.3
-
JOB_SUCCESS
public static final HistoryEventTypes JOB_SUCCESS
fired when a job is succeeded.- Since:
- 7.3
-
JOB_DELETE
public static final HistoryEventTypes JOB_DELETE
fired when a job is deleted.- Since:
- 7.3
-
DMN_DECISION_EVALUATE
public static final HistoryEventTypes DMN_DECISION_EVALUATE
fired when a decision is evaluated.- Since:
- 7.4
-
BATCH_START
public static final HistoryEventTypes BATCH_START
fired when a batch was started.- Since:
- 7.5
-
BATCH_END
public static final HistoryEventTypes BATCH_END
fired when a batch was completed.- Since:
- 7.5
-
BATCH_UPDATE
public static final HistoryEventTypes BATCH_UPDATE
fired when a batch was updated.- Since:
- 7.18
-
IDENTITY_LINK_ADD
public static final HistoryEventTypes IDENTITY_LINK_ADD
fired when an identity link is added- Since:
- 7.5
-
IDENTITY_LINK_DELETE
public static final HistoryEventTypes IDENTITY_LINK_DELETE
fired when an identity link is removed- Since:
- 7.5
-
EXTERNAL_TASK_CREATE
public static final HistoryEventTypes EXTERNAL_TASK_CREATE
fired when an external task is created.- Since:
- 7.7
-
EXTERNAL_TASK_FAIL
public static final HistoryEventTypes EXTERNAL_TASK_FAIL
fired when an external task has failed.- Since:
- 7.7
-
EXTERNAL_TASK_SUCCESS
public static final HistoryEventTypes EXTERNAL_TASK_SUCCESS
fired when an external task has succeeded.- Since:
- 7.7
-
EXTERNAL_TASK_DELETE
public static final HistoryEventTypes EXTERNAL_TASK_DELETE
fired when an external task is deleted.- Since:
- 7.7
-
USER_OPERATION_LOG
public static final HistoryEventTypes USER_OPERATION_LOG
fired when used operation log is created.- Since:
- 7.10, 7.9.1, 7.8.7
-
-
Method Detail
-
values
public static HistoryEventTypes[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (HistoryEventTypes c : HistoryEventTypes.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HistoryEventTypes valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getEntityType
public String getEntityType()
Description copied from interface:HistoryEventTypeThe type of the entity.- Specified by:
getEntityTypein interfaceHistoryEventType
-
getEventName
public String getEventName()
Description copied from interface:HistoryEventTypeThe name of the event fired on the entity- Specified by:
getEventNamein interfaceHistoryEventType
-
-