| Package | Description |
|---|---|
| org.camunda.bpm.engine.impl.history.event | |
| org.camunda.bpm.engine.impl.history.producer | |
| org.camunda.bpm.engine.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
static HistoryEventTypes |
HistoryEventTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryEventTypes[] |
HistoryEventTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected HistoryEvent |
DefaultHistoryEventProducer.createBatchEvent(BatchEntity batch,
HistoryEventTypes eventType) |
protected HistoryEvent |
DefaultHistoryEventProducer.createHistoricIdentityLinkEvt(IdentityLink identityLink,
HistoryEventTypes eventType) |
protected HistoryEvent |
DefaultHistoryEventProducer.createHistoricIncidentEvt(Incident incident,
HistoryEventTypes eventType) |
protected void |
DefaultCmmnHistoryEventProducer.initCaseActivityInstanceEvent(HistoricCaseActivityInstanceEventEntity evt,
CaseExecutionEntity caseExecutionEntity,
HistoryEventTypes eventType) |
protected void |
DefaultCmmnHistoryEventProducer.initCaseInstanceEvent(HistoricCaseInstanceEventEntity evt,
CaseExecutionEntity caseExecutionEntity,
HistoryEventTypes eventType) |
protected void |
DefaultDmnHistoryEventProducer.initDecisionInstanceEvent(HistoricDecisionInstanceEntity event,
org.camunda.bpm.dmn.engine.delegate.DmnDecisionLogicEvaluationEvent evaluationEvent,
HistoryEventTypes eventType) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskEntity.fireIdentityLinkHistoryEvents(String userId,
String groupId,
String type,
HistoryEventTypes historyEventType) |
Copyright © 2018 camunda services GmbH. All rights reserved.