Uses of Class
org.camunda.bpm.engine.impl.history.event.HistoryEvent
Packages that use HistoryEvent
Package
Description
-
Uses of HistoryEvent in org.camunda.bpm.engine.impl.batch.history
Subclasses of HistoryEvent in org.camunda.bpm.engine.impl.batch.history -
Uses of HistoryEvent in org.camunda.bpm.engine.impl.cfg.auth
Methods in org.camunda.bpm.engine.impl.cfg.auth that return HistoryEventModifier and TypeMethodDescriptionprotected HistoryEventDefaultAuthorizationProvider.findHistoricProcessInstance(String rootProcessInstanceId) -
Uses of HistoryEvent in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return HistoryEventModifier and TypeMethodDescriptionprotected HistoryEventSaveAuthorizationCmd.getHistoricProcessInstance(CommandContext commandContext) protected HistoryEventSaveAuthorizationCmd.getHistoricTaskInstance(CommandContext commandContext) Methods in org.camunda.bpm.engine.impl.cmd that return types with arguments of type HistoryEventModifier and TypeMethodDescriptionprotected Set<Map.Entry<Resources,Supplier<HistoryEvent>>> SaveAuthorizationCmd.getHistoricInstanceResources(CommandContext commandContext) Methods in org.camunda.bpm.engine.impl.cmd with parameters of type HistoryEventModifier and TypeMethodDescriptionprotected voidSaveAuthorizationCmd.provideRemovalTime(HistoryEvent historicInstance) -
Uses of HistoryEvent in org.camunda.bpm.engine.impl.history.event
Subclasses of HistoryEvent in org.camunda.bpm.engine.impl.history.eventModifier and TypeClassDescriptionclassHistoryEventimplementation for events that happen in an activity.classHistoryEventimplementation for events that happen in a case activity.classclassContainer for history entities which belongs to a decision evaluation.classclassHistory entry for an evaluated decision.classclassclassclassclassclassclassclassHistoryEventsignifying a top-level event in a process instance.classclassclassclassMethods in org.camunda.bpm.engine.impl.history.event that return HistoryEventModifier and TypeMethodDescriptionHistoryEventProcessor.HistoryEventCreator.createHistoryEvent(HistoryEventProducer producer) Creates theHistoryEventwith the help off the givenHistoryEventProducer.Methods in org.camunda.bpm.engine.impl.history.event that return types with arguments of type HistoryEventModifier and TypeMethodDescriptionHistoryEventProcessor.HistoryEventCreator.createHistoryEvents(HistoryEventProducer producer) Methods in org.camunda.bpm.engine.impl.history.event with parameters of type HistoryEventModifier and TypeMethodDescriptionvoidHistoryEventProcessor.HistoryEventCreator.postHandleSingleHistoryEventCreated(HistoryEvent event) -
Uses of HistoryEvent in org.camunda.bpm.engine.impl.history.handler
Methods in org.camunda.bpm.engine.impl.history.handler with parameters of type HistoryEventModifier and TypeMethodDescriptionvoidCompositeHistoryEventHandler.handleEvent(HistoryEvent historyEvent) voidDbHistoryEventHandler.handleEvent(HistoryEvent historyEvent) voidHistoryEventHandler.handleEvent(HistoryEvent historyEvent) Called by the process engine when an history event is fired.protected voidDbHistoryEventHandler.insertOrUpdate(HistoryEvent historyEvent) general history event insert behaviorprotected booleanDbHistoryEventHandler.isInitialEvent(HistoryEvent historyEvent) Method parameters in org.camunda.bpm.engine.impl.history.handler with type arguments of type HistoryEventModifier and TypeMethodDescriptionvoidCompositeHistoryEventHandler.handleEvents(List<HistoryEvent> historyEvents) voidDbHistoryEventHandler.handleEvents(List<HistoryEvent> historyEvents) voidHistoryEventHandler.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
Methods in org.camunda.bpm.engine.impl.history.parser that return HistoryEventModifier and TypeMethodDescriptionprotected HistoryEventActivityInstanceEndListener.createHistoryEvent(DelegateExecution execution) protected HistoryEventActivityInstanceStartListener.createHistoryEvent(DelegateExecution execution) protected HistoryEventActivityInstanceUpdateListener.createHistoryEvent(DelegateTask task, ExecutionEntity execution) protected HistoryEventHistoryDecisionEvaluationListener.createHistoryEvent(DmnDecisionEvaluationEvent evaluationEvent) protected abstract HistoryEventHistoryExecutionListener.createHistoryEvent(DelegateExecution execution) protected abstract HistoryEventHistoryTaskListener.createHistoryEvent(DelegateTask task, ExecutionEntity execution) protected HistoryEventProcessInstanceEndListener.createHistoryEvent(DelegateExecution execution) protected HistoryEventProcessInstanceStartListener.createHistoryEvent(DelegateExecution execution) protected HistoryEventProcessInstanceUpdateListener.createHistoryEvent(DelegateExecution execution) -
Uses of HistoryEvent in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer with type parameters of type HistoryEventModifier 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 keyMethods in org.camunda.bpm.engine.impl.history.producer that return HistoryEventModifier 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 HistoryEventDefaultHistoryEventProducer.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 HistoryEventDefaultHistoryEventProducer.createHistoricIdentityLinkEvt(IdentityLink identityLink, HistoryEventTypes eventType) DefaultHistoryEventProducer.createHistoricIncidentCreateEvt(Incident incident) HistoryEventProducer.createHistoricIncidentCreateEvt(Incident incident) DefaultHistoryEventProducer.createHistoricIncidentDeleteEvt(Incident incident) HistoryEventProducer.createHistoricIncidentDeleteEvt(Incident incident) protected HistoryEventDefaultHistoryEventProducer.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 HistoryEventDefaultHistoryEventProducer.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 HistoryEventDefaultHistoryEventProducer.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 HistoryEventDefaultDmnHistoryEventProducer.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.Methods in org.camunda.bpm.engine.impl.history.producer that return types with arguments of type HistoryEventModifier and TypeMethodDescriptionDefaultHistoryEventProducer.createUserOperationLogEvents(UserOperationLogContext context) HistoryEventProducer.createUserOperationLogEvents(UserOperationLogContext context) Creates the history event fired whenever an operation has been performed by a user.Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type HistoryEventModifier and TypeMethodDescriptionprotected DateDefaultHistoryEventProducer.calculateRemovalTime(HistoryEvent historyEvent) protected voidDefaultHistoryEventProducer.initSequenceCounter(long sequenceCounter, HistoryEvent event) protected voidDefaultHistoryEventProducer.initSequenceCounter(ExecutionEntity execution, HistoryEvent event) protected voidDefaultHistoryEventProducer.initSequenceCounter(JobEntity job, HistoryEvent event) protected voidDefaultHistoryEventProducer.initSequenceCounter(VariableInstanceEntity variable, HistoryEvent event) protected voidDefaultDmnHistoryEventProducer.provideRemovalTime(HistoryEvent historyEvent) protected voidDefaultHistoryEventProducer.provideRemovalTime(HistoryEvent historyEvent) -
Uses of HistoryEvent in org.camunda.bpm.engine.impl.history.transformer
Methods in org.camunda.bpm.engine.impl.history.transformer that return HistoryEventModifier and TypeMethodDescriptionprotected HistoryEventCaseActivityInstanceCreateListener.createHistoryEvent(DelegateCaseExecution caseExecution) protected HistoryEventCaseActivityInstanceEndListener.createHistoryEvent(DelegateCaseExecution caseExecution) protected HistoryEventCaseActivityInstanceUpdateListener.createHistoryEvent(DelegateCaseExecution caseExecution) protected HistoryEventCaseInstanceCloseListener.createHistoryEvent(DelegateCaseExecution caseExecution) protected HistoryEventCaseInstanceCreateListener.createHistoryEvent(DelegateCaseExecution caseExecution) protected HistoryEventCaseInstanceUpdateListener.createHistoryEvent(DelegateCaseExecution caseExecution) protected abstract HistoryEventHistoryCaseExecutionListener.createHistoryEvent(DelegateCaseExecution caseExecution) -
Uses of HistoryEvent in org.camunda.bpm.engine.impl.oplog
Methods in org.camunda.bpm.engine.impl.oplog with parameters of type HistoryEventModifier and TypeMethodDescriptionUserOperationLogContextEntryBuilder.inContextOf(HistoryEvent historyEvent, ResourceDefinitionEntity<?> definition, List<PropertyChange> propertyChanges) -
Uses of HistoryEvent in org.camunda.bpm.engine.impl.persistence.entity
Subclasses of HistoryEvent in org.camunda.bpm.engine.impl.persistence.entityModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclass -
Uses of HistoryEvent in org.camunda.bpm.engine.impl.persistence.entity.optimize
Subclasses of HistoryEvent in org.camunda.bpm.engine.impl.persistence.entity.optimize -
Uses of HistoryEvent in org.camunda.bpm.spring.boot.starter.event
Methods in org.camunda.bpm.spring.boot.starter.event with parameters of type HistoryEventModifier and TypeMethodDescriptionvoidPublishHistoryEventHandler.handleEvent(HistoryEvent historyEvent) Method parameters in org.camunda.bpm.spring.boot.starter.event with type arguments of type HistoryEventModifier and TypeMethodDescriptionvoidPublishHistoryEventHandler.handleEvents(List<HistoryEvent> eventList)