Uses of Class
org.camunda.bpm.engine.impl.history.event.HistoryEvent
Package
Description
-
Uses of HistoryEvent in org.camunda.bpm.engine.impl.batch.history
-
Uses of HistoryEvent in org.camunda.bpm.engine.impl.cfg.auth
Modifier and TypeMethodDescriptionprotected HistoryEvent
DefaultAuthorizationProvider.findHistoricProcessInstance
(String rootProcessInstanceId) -
Uses of HistoryEvent in org.camunda.bpm.engine.impl.cmd
Modifier and TypeMethodDescriptionprotected HistoryEvent
SaveAuthorizationCmd.getHistoricProcessInstance
(CommandContext commandContext) protected HistoryEvent
SaveAuthorizationCmd.getHistoricTaskInstance
(CommandContext commandContext) Modifier and TypeMethodDescriptionprotected Set<Map.Entry<Resources,
Supplier<HistoryEvent>>> SaveAuthorizationCmd.getHistoricInstanceResources
(CommandContext commandContext) Modifier and TypeMethodDescriptionprotected void
SaveAuthorizationCmd.provideRemovalTime
(HistoryEvent historicInstance) -
Uses of HistoryEvent in org.camunda.bpm.engine.impl.history.event
Modifier and TypeClassDescriptionclass
HistoryEvent
implementation for events that happen in an activity.class
HistoryEvent
implementation for events that happen in a case activity.class
class
Container for history entities which belongs to a decision evaluation.class
class
History entry for an evaluated decision.class
class
class
class
class
class
class
class
HistoryEvent
signifying a top-level event in a process instance.class
class
class
class
Modifier and TypeMethodDescriptionHistoryEventProcessor.HistoryEventCreator.createHistoryEvent
(HistoryEventProducer producer) Creates theHistoryEvent
with the help off the givenHistoryEventProducer
.Modifier and TypeMethodDescriptionHistoryEventProcessor.HistoryEventCreator.createHistoryEvents
(HistoryEventProducer producer) Modifier and TypeMethodDescriptionvoid
HistoryEventProcessor.HistoryEventCreator.postHandleSingleHistoryEventCreated
(HistoryEvent event) -
Uses of HistoryEvent in org.camunda.bpm.engine.impl.history.handler
Modifier and TypeMethodDescriptionvoid
CompositeHistoryEventHandler.handleEvent
(HistoryEvent historyEvent) void
DbHistoryEventHandler.handleEvent
(HistoryEvent historyEvent) void
HistoryEventHandler.handleEvent
(HistoryEvent historyEvent) Called by the process engine when an history event is fired.protected void
DbHistoryEventHandler.insertOrUpdate
(HistoryEvent historyEvent) general history event insert behaviorprotected boolean
DbHistoryEventHandler.isInitialEvent
(HistoryEvent historyEvent) Modifier and TypeMethodDescriptionvoid
CompositeHistoryEventHandler.handleEvents
(List<HistoryEvent> historyEvents) void
DbHistoryEventHandler.handleEvents
(List<HistoryEvent> historyEvents) void
HistoryEventHandler.handleEvents
(List<HistoryEvent> historyEvents) Called by the process engine when an history event is fired. -
Uses of HistoryEvent in org.camunda.bpm.engine.impl.history.parser
Modifier and TypeMethodDescriptionprotected HistoryEvent
ActivityInstanceEndListener.createHistoryEvent
(DelegateExecution execution) protected HistoryEvent
ActivityInstanceStartListener.createHistoryEvent
(DelegateExecution execution) protected HistoryEvent
ActivityInstanceUpdateListener.createHistoryEvent
(DelegateTask task, ExecutionEntity execution) protected HistoryEvent
HistoryDecisionEvaluationListener.createHistoryEvent
(DmnDecisionEvaluationEvent evaluationEvent) protected abstract HistoryEvent
HistoryExecutionListener.createHistoryEvent
(DelegateExecution execution) protected abstract HistoryEvent
HistoryTaskListener.createHistoryEvent
(DelegateTask task, ExecutionEntity execution) protected HistoryEvent
ProcessInstanceEndListener.createHistoryEvent
(DelegateExecution execution) protected HistoryEvent
ProcessInstanceStartListener.createHistoryEvent
(DelegateExecution execution) protected HistoryEvent
ProcessInstanceUpdateListener.createHistoryEvent
(DelegateExecution execution) -
Uses of HistoryEvent in org.camunda.bpm.engine.impl.history.producer
Modifier and TypeMethodDescriptionprotected <T extends HistoryEvent>
TCacheAwareCmmnHistoryEventProducer.findInCache
(Class<T> type, String id) find a cached entity by primary keyprotected <T extends HistoryEvent>
TCacheAwareHistoryEventProducer.findInCache
(Class<T> type, String id) find a cached entity by primary keyModifier and TypeMethodDescriptionDefaultHistoryEventProducer.createActivityInstanceEndEvt
(DelegateExecution execution) HistoryEventProducer.createActivityInstanceEndEvt
(DelegateExecution execution) Creates the history event fired when an activity instance is ended.DefaultHistoryEventProducer.createActivityInstanceMigrateEvt
(MigratingActivityInstance actInstance) HistoryEventProducer.createActivityInstanceMigrateEvt
(MigratingActivityInstance actInstance) Creates the history event which is fired when an activity instance is migrated.DefaultHistoryEventProducer.createActivityInstanceStartEvt
(DelegateExecution execution) HistoryEventProducer.createActivityInstanceStartEvt
(DelegateExecution execution) Creates the history event fired when an activity instance is started.DefaultHistoryEventProducer.createActivityInstanceUpdateEvt
(DelegateExecution execution) DefaultHistoryEventProducer.createActivityInstanceUpdateEvt
(DelegateExecution execution, DelegateTask task) HistoryEventProducer.createActivityInstanceUpdateEvt
(DelegateExecution execution) Creates the history event fired when an activity instance is updated.HistoryEventProducer.createActivityInstanceUpdateEvt
(DelegateExecution execution, DelegateTask task) Creates the history event fired when an activity instance is updated.DefaultHistoryEventProducer.createBatchEndEvent
(Batch batch) HistoryEventProducer.createBatchEndEvent
(Batch batch) Creates the history event fired when the a batch has been completed.protected HistoryEvent
DefaultHistoryEventProducer.createBatchEvent
(BatchEntity batch, HistoryEventTypes eventType) DefaultHistoryEventProducer.createBatchStartEvent
(Batch batch) HistoryEventProducer.createBatchStartEvent
(Batch batch) Creates the history event fired when the a batch has been started.DefaultHistoryEventProducer.createBatchUpdateEvent
(Batch batch) HistoryEventProducer.createBatchUpdateEvent
(Batch batch) Creates the history event fired when a batch has been updated.CmmnHistoryEventProducer.createCaseActivityInstanceCreateEvt
(DelegateCaseExecution caseExecution) Creates the history event fired when a case activity instance is created.DefaultCmmnHistoryEventProducer.createCaseActivityInstanceCreateEvt
(DelegateCaseExecution caseExecution) CmmnHistoryEventProducer.createCaseActivityInstanceEndEvt
(DelegateCaseExecution caseExecution) Creates the history event fired when a case activity instance is ended.DefaultCmmnHistoryEventProducer.createCaseActivityInstanceEndEvt
(DelegateCaseExecution caseExecution) CmmnHistoryEventProducer.createCaseActivityInstanceUpdateEvt
(DelegateCaseExecution caseExecution) Creates the history event fired when a case activity instance is updated.DefaultCmmnHistoryEventProducer.createCaseActivityInstanceUpdateEvt
(DelegateCaseExecution caseExecution) CmmnHistoryEventProducer.createCaseInstanceCloseEvt
(DelegateCaseExecution caseExecution) Creates the history event fired when a case instance is closed.DefaultCmmnHistoryEventProducer.createCaseInstanceCloseEvt
(DelegateCaseExecution caseExecution) CmmnHistoryEventProducer.createCaseInstanceCreateEvt
(DelegateCaseExecution caseExecution) Creates the history event fired when a case instance is created.DefaultCmmnHistoryEventProducer.createCaseInstanceCreateEvt
(DelegateCaseExecution caseExecution) CmmnHistoryEventProducer.createCaseInstanceUpdateEvt
(DelegateCaseExecution caseExecution) Creates the history event fired when a case instance is updated.DefaultCmmnHistoryEventProducer.createCaseInstanceUpdateEvt
(DelegateCaseExecution caseExecution) DefaultDmnHistoryEventProducer.createDecisionEvaluatedEvt
(DmnDecisionEvaluationEvent evaluationEvent) DefaultDmnHistoryEventProducer.createDecisionEvaluatedEvt
(DelegateCaseExecution execution, DmnDecisionEvaluationEvent evaluationEvent) DefaultDmnHistoryEventProducer.createDecisionEvaluatedEvt
(DelegateExecution execution, DmnDecisionEvaluationEvent evaluationEvent) DmnHistoryEventProducer.createDecisionEvaluatedEvt
(DmnDecisionEvaluationEvent decisionEvaluationEvent) Creates the history event fired when a decision is evaluated.DmnHistoryEventProducer.createDecisionEvaluatedEvt
(DelegateCaseExecution execution, DmnDecisionEvaluationEvent decisionEvaluationEvent) Creates the history event fired when a decision is evaluated while execute a case instance.DmnHistoryEventProducer.createDecisionEvaluatedEvt
(DelegateExecution execution, DmnDecisionEvaluationEvent decisionEvaluationEvent) Creates the history event fired when a decision is evaluated while execute a process instance.DefaultHistoryEventProducer.createFormPropertyUpdateEvt
(ExecutionEntity execution, String propertyId, String propertyValue, String taskId) HistoryEventProducer.createFormPropertyUpdateEvt
(ExecutionEntity execution, String propertyId, String propertyValue, String taskId) Creates the history event fired when a form property is updated.DefaultHistoryEventProducer.createHistoricExternalTaskLogCreatedEvt
(ExternalTask task) HistoryEventProducer.createHistoricExternalTaskLogCreatedEvt
(ExternalTask task) Creates the history event when an external task has been created.DefaultHistoryEventProducer.createHistoricExternalTaskLogDeletedEvt
(ExternalTask task) HistoryEventProducer.createHistoricExternalTaskLogDeletedEvt
(ExternalTask task) Creates the history event when an external task has been deleted.DefaultHistoryEventProducer.createHistoricExternalTaskLogFailedEvt
(ExternalTask task) HistoryEventProducer.createHistoricExternalTaskLogFailedEvt
(ExternalTask task) Creates the history event when the execution of an external task has failed.DefaultHistoryEventProducer.createHistoricExternalTaskLogSuccessfulEvt
(ExternalTask task) HistoryEventProducer.createHistoricExternalTaskLogSuccessfulEvt
(ExternalTask task) Creates the history event when the execution of an external task was successful.DefaultHistoryEventProducer.createHistoricIdentityLinkAddEvent
(IdentityLink identityLink) HistoryEventProducer.createHistoricIdentityLinkAddEvent
(IdentityLink identitylink) Fired when an identity link is addedDefaultHistoryEventProducer.createHistoricIdentityLinkDeleteEvent
(IdentityLink identityLink) HistoryEventProducer.createHistoricIdentityLinkDeleteEvent
(IdentityLink identityLink) Fired when an identity links is deletedprotected HistoryEvent
DefaultHistoryEventProducer.createHistoricIdentityLinkEvt
(IdentityLink identityLink, HistoryEventTypes eventType) DefaultHistoryEventProducer.createHistoricIncidentCreateEvt
(Incident incident) HistoryEventProducer.createHistoricIncidentCreateEvt
(Incident incident) DefaultHistoryEventProducer.createHistoricIncidentDeleteEvt
(Incident incident) HistoryEventProducer.createHistoricIncidentDeleteEvt
(Incident incident) protected HistoryEvent
DefaultHistoryEventProducer.createHistoricIncidentEvt
(Incident incident, HistoryEventTypes eventType) DefaultHistoryEventProducer.createHistoricIncidentMigrateEvt
(Incident incident) HistoryEventProducer.createHistoricIncidentMigrateEvt
(Incident incident) DefaultHistoryEventProducer.createHistoricIncidentResolveEvt
(Incident incident) HistoryEventProducer.createHistoricIncidentResolveEvt
(Incident incident) DefaultHistoryEventProducer.createHistoricIncidentUpdateEvt
(Incident incident) HistoryEventProducer.createHistoricIncidentUpdateEvt
(Incident incident) DefaultHistoryEventProducer.createHistoricJobLogCreateEvt
(Job job) HistoryEventProducer.createHistoricJobLogCreateEvt
(Job job) Creates the history event fired when a job has been created.DefaultHistoryEventProducer.createHistoricJobLogDeleteEvt
(Job job) HistoryEventProducer.createHistoricJobLogDeleteEvt
(Job job) Creates the history event fired when the a job has been deleted.protected HistoryEvent
DefaultHistoryEventProducer.createHistoricJobLogEvt
(Job job, HistoryEventType eventType) DefaultHistoryEventProducer.createHistoricJobLogFailedEvt
(Job job, Throwable exception) HistoryEventProducer.createHistoricJobLogFailedEvt
(Job job, Throwable exception) Creates the history event fired when the execution of a job failed.DefaultHistoryEventProducer.createHistoricJobLogSuccessfulEvt
(Job job) HistoryEventProducer.createHistoricJobLogSuccessfulEvt
(Job job) Creates the history event fired when the execution of a job was successful.DefaultHistoryEventProducer.createHistoricVariableCreateEvt
(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope) HistoryEventProducer.createHistoricVariableCreateEvt
(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope) Creates the history event fired when a variable is created.DefaultHistoryEventProducer.createHistoricVariableDeleteEvt
(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope) HistoryEventProducer.createHistoricVariableDeleteEvt
(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope) Creates the history event fired when a variable is deleted.protected HistoryEvent
DefaultHistoryEventProducer.createHistoricVariableEvent
(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope, HistoryEventType eventType) DefaultHistoryEventProducer.createHistoricVariableMigrateEvt
(VariableInstanceEntity variableInstance) HistoryEventProducer.createHistoricVariableMigrateEvt
(VariableInstanceEntity variableInstance) Creates the history event fired when a variable is migrated.DefaultHistoryEventProducer.createHistoricVariableUpdateEvt
(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope) HistoryEventProducer.createHistoricVariableUpdateEvt
(VariableInstanceEntity variableInstance, VariableScope sourceVariableScope) Creates the history event fired when a variable is updated.protected HistoryEvent
DefaultDmnHistoryEventProducer.createHistoryEvent
(DmnDecisionEvaluationEvent evaluationEvent, DefaultDmnHistoryEventProducer.HistoricDecisionInstanceSupplier supplier) DefaultHistoryEventProducer.createProcessInstanceEndEvt
(DelegateExecution execution) HistoryEventProducer.createProcessInstanceEndEvt
(DelegateExecution execution) Creates the history event fired when a process instance is ended.DefaultHistoryEventProducer.createProcessInstanceMigrateEvt
(DelegateExecution execution) HistoryEventProducer.createProcessInstanceMigrateEvt
(DelegateExecution execution) Creates the history event fired when a process instance is migrated.DefaultHistoryEventProducer.createProcessInstanceStartEvt
(DelegateExecution execution) HistoryEventProducer.createProcessInstanceStartEvt
(DelegateExecution execution) Creates the history event fired when a process instances is created.DefaultHistoryEventProducer.createProcessInstanceUpdateEvt
(DelegateExecution execution) HistoryEventProducer.createProcessInstanceUpdateEvt
(DelegateExecution execution) Creates the history event fired when a process instance is updated.DefaultHistoryEventProducer.createTaskInstanceCompleteEvt
(DelegateTask task, String deleteReason) HistoryEventProducer.createTaskInstanceCompleteEvt
(DelegateTask task, String deleteReason) Creates the history event fired when a task instances is completed.DefaultHistoryEventProducer.createTaskInstanceCreateEvt
(DelegateTask task) HistoryEventProducer.createTaskInstanceCreateEvt
(DelegateTask task) Creates the history event fired when a task instance is created.DefaultHistoryEventProducer.createTaskInstanceMigrateEvt
(DelegateTask task) HistoryEventProducer.createTaskInstanceMigrateEvt
(DelegateTask task) Creates the history event fired when a task instance is migrated.DefaultHistoryEventProducer.createTaskInstanceUpdateEvt
(DelegateTask task) HistoryEventProducer.createTaskInstanceUpdateEvt
(DelegateTask task) Creates the history event fired when a task instance is updated.Modifier and TypeMethodDescriptionDefaultHistoryEventProducer.createUserOperationLogEvents
(UserOperationLogContext context) HistoryEventProducer.createUserOperationLogEvents
(UserOperationLogContext context) Creates the history event fired whenever an operation has been performed by a user.Modifier and TypeMethodDescriptionprotected Date
DefaultHistoryEventProducer.calculateRemovalTime
(HistoryEvent historyEvent) protected void
DefaultHistoryEventProducer.initSequenceCounter
(long sequenceCounter, HistoryEvent event) protected void
DefaultHistoryEventProducer.initSequenceCounter
(ExecutionEntity execution, HistoryEvent event) protected void
DefaultHistoryEventProducer.initSequenceCounter
(JobEntity job, HistoryEvent event) protected void
DefaultHistoryEventProducer.initSequenceCounter
(VariableInstanceEntity variable, HistoryEvent event) protected void
DefaultDmnHistoryEventProducer.provideRemovalTime
(HistoryEvent historyEvent) protected void
DefaultHistoryEventProducer.provideRemovalTime
(HistoryEvent historyEvent) -
Uses of HistoryEvent in org.camunda.bpm.engine.impl.history.transformer
Modifier and TypeMethodDescriptionprotected HistoryEvent
CaseActivityInstanceCreateListener.createHistoryEvent
(DelegateCaseExecution caseExecution) protected HistoryEvent
CaseActivityInstanceEndListener.createHistoryEvent
(DelegateCaseExecution caseExecution) protected HistoryEvent
CaseActivityInstanceUpdateListener.createHistoryEvent
(DelegateCaseExecution caseExecution) protected HistoryEvent
CaseInstanceCloseListener.createHistoryEvent
(DelegateCaseExecution caseExecution) protected HistoryEvent
CaseInstanceCreateListener.createHistoryEvent
(DelegateCaseExecution caseExecution) protected HistoryEvent
CaseInstanceUpdateListener.createHistoryEvent
(DelegateCaseExecution caseExecution) protected abstract HistoryEvent
HistoryCaseExecutionListener.createHistoryEvent
(DelegateCaseExecution caseExecution) -
Uses of HistoryEvent in org.camunda.bpm.engine.impl.oplog
Modifier and TypeMethodDescriptionUserOperationLogContextEntryBuilder.inContextOf
(HistoryEvent historyEvent, ResourceDefinitionEntity<?> definition, List<PropertyChange> propertyChanges) -
Uses of HistoryEvent in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of HistoryEvent in org.camunda.bpm.engine.impl.persistence.entity.optimize
-
Uses of HistoryEvent in org.camunda.bpm.spring.boot.starter.event
Modifier and TypeMethodDescriptionvoid
PublishHistoryEventHandler.handleEvent
(HistoryEvent historyEvent) Modifier and TypeMethodDescriptionvoid
PublishHistoryEventHandler.handleEvents
(List<HistoryEvent> eventList)