Modifier and Type | Class and Description |
---|---|
class |
HistoricBatchEntity |
Modifier and Type | Method and Description |
---|---|
HistoryEvent |
HistoryEventProcessor.HistoryEventCreator.createHistoryEvent(HistoryEventProducer producer)
Creates the
HistoryEvent with the help off the given
HistoryEventProducer . |
Modifier and Type | Method and Description |
---|---|
List<HistoryEvent> |
HistoryEventProcessor.HistoryEventCreator.createHistoryEvents(HistoryEventProducer producer) |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEventHandler.handleEvent(HistoryEvent historyEvent)
Called by the process engine when an history event is fired.
|
void |
CompositeHistoryEventHandler.handleEvent(HistoryEvent historyEvent) |
void |
DbHistoryEventHandler.handleEvent(HistoryEvent historyEvent) |
protected void |
DbHistoryEventHandler.insertOrUpdate(HistoryEvent historyEvent)
general history event insert behavior
|
protected boolean |
DbHistoryEventHandler.isInitialEvent(HistoryEvent historyEvent) |
Modifier and Type | Method and Description |
---|---|
void |
HistoryEventHandler.handleEvents(List<HistoryEvent> historyEvents)
Called by the process engine when an history event is fired.
|
void |
CompositeHistoryEventHandler.handleEvents(List<HistoryEvent> historyEvents) |
void |
DbHistoryEventHandler.handleEvents(List<HistoryEvent> historyEvents) |
Modifier and Type | Method and Description |
---|---|
protected HistoryEvent |
ActivityInstanceStartListener.createHistoryEvent(DelegateExecution execution) |
protected HistoryEvent |
ActivityInstanceEndListener.createHistoryEvent(DelegateExecution execution) |
protected HistoryEvent |
ProcessInstanceStartListener.createHistoryEvent(DelegateExecution execution) |
protected abstract HistoryEvent |
HistoryExecutionListener.createHistoryEvent(DelegateExecution execution) |
protected HistoryEvent |
ProcessInstanceUpdateListener.createHistoryEvent(DelegateExecution execution) |
protected HistoryEvent |
ProcessInstanceEndListener.createHistoryEvent(DelegateExecution execution) |
protected HistoryEvent |
ActivityInstanceUpdateListener.createHistoryEvent(DelegateTask task,
ExecutionEntity execution) |
protected abstract HistoryEvent |
HistoryTaskListener.createHistoryEvent(DelegateTask task,
ExecutionEntity execution) |
protected HistoryEvent |
HistoryDecisionEvaluationListener.createHistoryEvent(DmnDecisionEvaluationEvent evaluationEvent) |
Modifier and Type | Method and Description |
---|---|
protected <T extends HistoryEvent> |
CacheAwareHistoryEventProducer.findInCache(Class<T> type,
String id)
find a cached entity by primary key
|
protected <T extends HistoryEvent> |
CacheAwareCmmnHistoryEventProducer.findInCache(Class<T> type,
String id)
find a cached entity by primary key
|
Modifier and Type | Method and Description |
---|---|
HistoryEvent |
HistoryEventProducer.createActivityInstanceEndEvt(DelegateExecution execution)
Creates the history event fired when an activity instance is ended.
|
HistoryEvent |
DefaultHistoryEventProducer.createActivityInstanceEndEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createActivityInstanceMigrateEvt(MigratingActivityInstance actInstance)
Creates the history event which is fired when an activity instance is migrated.
|
HistoryEvent |
DefaultHistoryEventProducer.createActivityInstanceMigrateEvt(MigratingActivityInstance actInstance) |
HistoryEvent |
HistoryEventProducer.createActivityInstanceStartEvt(DelegateExecution execution)
Creates the history event fired when an activity instance is started.
|
HistoryEvent |
DefaultHistoryEventProducer.createActivityInstanceStartEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createActivityInstanceUpdateEvt(DelegateExecution execution)
Creates the history event fired when an activity instance is updated.
|
HistoryEvent |
DefaultHistoryEventProducer.createActivityInstanceUpdateEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createActivityInstanceUpdateEvt(DelegateExecution execution,
DelegateTask task)
Creates the history event fired when an activity instance is updated.
|
HistoryEvent |
DefaultHistoryEventProducer.createActivityInstanceUpdateEvt(DelegateExecution execution,
DelegateTask task) |
HistoryEvent |
HistoryEventProducer.createBatchEndEvent(Batch batch)
Creates the history event fired when the a batch has been completed.
|
HistoryEvent |
DefaultHistoryEventProducer.createBatchEndEvent(Batch batch) |
protected HistoryEvent |
DefaultHistoryEventProducer.createBatchEvent(BatchEntity batch,
HistoryEventTypes eventType) |
HistoryEvent |
HistoryEventProducer.createBatchStartEvent(Batch batch)
Creates the history event fired when the a batch has been started.
|
HistoryEvent |
DefaultHistoryEventProducer.createBatchStartEvent(Batch batch) |
HistoryEvent |
DefaultCmmnHistoryEventProducer.createCaseActivityInstanceCreateEvt(DelegateCaseExecution caseExecution) |
HistoryEvent |
CmmnHistoryEventProducer.createCaseActivityInstanceCreateEvt(DelegateCaseExecution caseExecution)
Creates the history event fired when a case activity instance is created.
|
HistoryEvent |
DefaultCmmnHistoryEventProducer.createCaseActivityInstanceEndEvt(DelegateCaseExecution caseExecution) |
HistoryEvent |
CmmnHistoryEventProducer.createCaseActivityInstanceEndEvt(DelegateCaseExecution caseExecution)
Creates the history event fired when a case activity instance is ended.
|
HistoryEvent |
DefaultCmmnHistoryEventProducer.createCaseActivityInstanceUpdateEvt(DelegateCaseExecution caseExecution) |
HistoryEvent |
CmmnHistoryEventProducer.createCaseActivityInstanceUpdateEvt(DelegateCaseExecution caseExecution)
Creates the history event fired when a case activity instance is updated.
|
HistoryEvent |
DefaultCmmnHistoryEventProducer.createCaseInstanceCloseEvt(DelegateCaseExecution caseExecution) |
HistoryEvent |
CmmnHistoryEventProducer.createCaseInstanceCloseEvt(DelegateCaseExecution caseExecution)
Creates the history event fired when a case instance is closed.
|
HistoryEvent |
DefaultCmmnHistoryEventProducer.createCaseInstanceCreateEvt(DelegateCaseExecution caseExecution) |
HistoryEvent |
CmmnHistoryEventProducer.createCaseInstanceCreateEvt(DelegateCaseExecution caseExecution)
Creates the history event fired when a case instance is created.
|
HistoryEvent |
DefaultCmmnHistoryEventProducer.createCaseInstanceUpdateEvt(DelegateCaseExecution caseExecution) |
HistoryEvent |
CmmnHistoryEventProducer.createCaseInstanceUpdateEvt(DelegateCaseExecution caseExecution)
Creates the history event fired when a case instance is updated.
|
HistoryEvent |
DefaultDmnHistoryEventProducer.createDecisionEvaluatedEvt(DelegateCaseExecution execution,
DmnDecisionEvaluationEvent evaluationEvent) |
HistoryEvent |
DmnHistoryEventProducer.createDecisionEvaluatedEvt(DelegateCaseExecution execution,
DmnDecisionEvaluationEvent decisionEvaluationEvent)
Creates the history event fired when a decision is evaluated while execute
a case instance.
|
HistoryEvent |
DefaultDmnHistoryEventProducer.createDecisionEvaluatedEvt(DelegateExecution execution,
DmnDecisionEvaluationEvent evaluationEvent) |
HistoryEvent |
DmnHistoryEventProducer.createDecisionEvaluatedEvt(DelegateExecution execution,
DmnDecisionEvaluationEvent decisionEvaluationEvent)
Creates the history event fired when a decision is evaluated while execute
a process instance.
|
HistoryEvent |
DefaultDmnHistoryEventProducer.createDecisionEvaluatedEvt(DmnDecisionEvaluationEvent evaluationEvent) |
HistoryEvent |
DmnHistoryEventProducer.createDecisionEvaluatedEvt(DmnDecisionEvaluationEvent decisionEvaluationEvent)
Creates the history event fired when a decision is evaluated.
|
HistoryEvent |
HistoryEventProducer.createFormPropertyUpdateEvt(ExecutionEntity execution,
String propertyId,
String propertyValue,
String taskId)
Creates the history event fired when a form property is updated.
|
HistoryEvent |
DefaultHistoryEventProducer.createFormPropertyUpdateEvt(ExecutionEntity execution,
String propertyId,
String propertyValue,
String taskId) |
HistoryEvent |
HistoryEventProducer.createHistoricExternalTaskLogCreatedEvt(ExternalTask task)
Creates the history event when an external task has been created.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricExternalTaskLogCreatedEvt(ExternalTask task) |
HistoryEvent |
HistoryEventProducer.createHistoricExternalTaskLogDeletedEvt(ExternalTask task)
Creates the history event when an external task has been deleted.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricExternalTaskLogDeletedEvt(ExternalTask task) |
HistoryEvent |
HistoryEventProducer.createHistoricExternalTaskLogFailedEvt(ExternalTask task)
Creates the history event when the execution of an external task has failed.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricExternalTaskLogFailedEvt(ExternalTask task) |
HistoryEvent |
HistoryEventProducer.createHistoricExternalTaskLogSuccessfulEvt(ExternalTask task)
Creates the history event when the execution of an external task was successful.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricExternalTaskLogSuccessfulEvt(ExternalTask task) |
HistoryEvent |
HistoryEventProducer.createHistoricIdentityLinkAddEvent(IdentityLink identitylink)
Fired when an identity link is added
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricIdentityLinkAddEvent(IdentityLink identityLink) |
HistoryEvent |
HistoryEventProducer.createHistoricIdentityLinkDeleteEvent(IdentityLink identityLink)
Fired when an identity links is deleted
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricIdentityLinkDeleteEvent(IdentityLink identityLink) |
protected HistoryEvent |
DefaultHistoryEventProducer.createHistoricIdentityLinkEvt(IdentityLink identityLink,
HistoryEventTypes eventType) |
HistoryEvent |
HistoryEventProducer.createHistoricIncidentCreateEvt(Incident incident) |
HistoryEvent |
DefaultHistoryEventProducer.createHistoricIncidentCreateEvt(Incident incident) |
HistoryEvent |
HistoryEventProducer.createHistoricIncidentDeleteEvt(Incident incident) |
HistoryEvent |
DefaultHistoryEventProducer.createHistoricIncidentDeleteEvt(Incident incident) |
protected HistoryEvent |
DefaultHistoryEventProducer.createHistoricIncidentEvt(Incident incident,
HistoryEventTypes eventType) |
HistoryEvent |
HistoryEventProducer.createHistoricIncidentMigrateEvt(Incident incident) |
HistoryEvent |
DefaultHistoryEventProducer.createHistoricIncidentMigrateEvt(Incident incident) |
HistoryEvent |
HistoryEventProducer.createHistoricIncidentResolveEvt(Incident incident) |
HistoryEvent |
DefaultHistoryEventProducer.createHistoricIncidentResolveEvt(Incident incident) |
HistoryEvent |
HistoryEventProducer.createHistoricJobLogCreateEvt(Job job)
Creates the history event fired when a job has been created.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricJobLogCreateEvt(Job job) |
HistoryEvent |
HistoryEventProducer.createHistoricJobLogDeleteEvt(Job job)
Creates the history event fired when the a job has been deleted.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricJobLogDeleteEvt(Job job) |
protected HistoryEvent |
DefaultHistoryEventProducer.createHistoricJobLogEvt(Job job,
HistoryEventType eventType) |
HistoryEvent |
HistoryEventProducer.createHistoricJobLogFailedEvt(Job job,
Throwable exception)
Creates the history event fired when the execution of a job failed.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricJobLogFailedEvt(Job job,
Throwable exception) |
HistoryEvent |
HistoryEventProducer.createHistoricJobLogSuccessfulEvt(Job job)
Creates the history event fired when the execution of a job was successful.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricJobLogSuccessfulEvt(Job job) |
HistoryEvent |
HistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is created.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableCreateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope) |
HistoryEvent |
HistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is deleted.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableDeleteEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope) |
protected HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableEvent(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope,
HistoryEventType eventType) |
HistoryEvent |
HistoryEventProducer.createHistoricVariableMigrateEvt(VariableInstanceEntity variableInstance)
Creates the history event fired when a variable is migrated.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableMigrateEvt(VariableInstanceEntity variableInstance) |
HistoryEvent |
HistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope)
Creates the history event fired when a variable is updated.
|
HistoryEvent |
DefaultHistoryEventProducer.createHistoricVariableUpdateEvt(VariableInstanceEntity variableInstance,
VariableScope sourceVariableScope) |
protected HistoryEvent |
DefaultDmnHistoryEventProducer.createHistoryEvent(DmnDecisionEvaluationEvent evaluationEvent,
DefaultDmnHistoryEventProducer.HistoricDecisionInstanceSupplier supplier) |
HistoryEvent |
HistoryEventProducer.createProcessInstanceEndEvt(DelegateExecution execution)
Creates the history event fired when a process instance is ended.
|
HistoryEvent |
DefaultHistoryEventProducer.createProcessInstanceEndEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createProcessInstanceMigrateEvt(DelegateExecution execution)
Creates the history event fired when a process instance is migrated.
|
HistoryEvent |
DefaultHistoryEventProducer.createProcessInstanceMigrateEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createProcessInstanceStartEvt(DelegateExecution execution)
Creates the history event fired when a process instances is created.
|
HistoryEvent |
DefaultHistoryEventProducer.createProcessInstanceStartEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createProcessInstanceUpdateEvt(DelegateExecution execution)
Creates the history event fired when a process instance is updated.
|
HistoryEvent |
DefaultHistoryEventProducer.createProcessInstanceUpdateEvt(DelegateExecution execution) |
HistoryEvent |
HistoryEventProducer.createTaskInstanceCompleteEvt(DelegateTask task,
String deleteReason)
Creates the history event fired when a task instances is completed.
|
HistoryEvent |
DefaultHistoryEventProducer.createTaskInstanceCompleteEvt(DelegateTask task,
String deleteReason) |
HistoryEvent |
HistoryEventProducer.createTaskInstanceCreateEvt(DelegateTask task)
Creates the history event fired when a task instance is created.
|
HistoryEvent |
DefaultHistoryEventProducer.createTaskInstanceCreateEvt(DelegateTask task) |
HistoryEvent |
HistoryEventProducer.createTaskInstanceMigrateEvt(DelegateTask task)
Creates the history event fired when a task instance is migrated.
|
HistoryEvent |
DefaultHistoryEventProducer.createTaskInstanceMigrateEvt(DelegateTask task) |
HistoryEvent |
HistoryEventProducer.createTaskInstanceUpdateEvt(DelegateTask task)
Creates the history event fired when a task instance is updated.
|
HistoryEvent |
DefaultHistoryEventProducer.createTaskInstanceUpdateEvt(DelegateTask task) |
Modifier and Type | Method and Description |
---|---|
List<HistoryEvent> |
HistoryEventProducer.createUserOperationLogEvents(UserOperationLogContext context)
Creates the history event fired whenever an operation has been performed by a user.
|
List<HistoryEvent> |
DefaultHistoryEventProducer.createUserOperationLogEvents(UserOperationLogContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultHistoryEventProducer.initSequenceCounter(ExecutionEntity execution,
HistoryEvent event) |
protected void |
DefaultHistoryEventProducer.initSequenceCounter(JobEntity job,
HistoryEvent event) |
protected void |
DefaultHistoryEventProducer.initSequenceCounter(long sequenceCounter,
HistoryEvent event) |
protected void |
DefaultHistoryEventProducer.initSequenceCounter(VariableInstanceEntity variable,
HistoryEvent event) |
Modifier and Type | Method and Description |
---|---|
protected HistoryEvent |
CaseActivityInstanceCreateListener.createHistoryEvent(DelegateCaseExecution caseExecution) |
protected HistoryEvent |
CaseActivityInstanceEndListener.createHistoryEvent(DelegateCaseExecution caseExecution) |
protected HistoryEvent |
CaseInstanceUpdateListener.createHistoryEvent(DelegateCaseExecution caseExecution) |
protected HistoryEvent |
CaseInstanceCloseListener.createHistoryEvent(DelegateCaseExecution caseExecution) |
protected abstract HistoryEvent |
HistoryCaseExecutionListener.createHistoryEvent(DelegateCaseExecution caseExecution) |
protected HistoryEvent |
CaseInstanceCreateListener.createHistoryEvent(DelegateCaseExecution caseExecution) |
protected HistoryEvent |
CaseActivityInstanceUpdateListener.createHistoryEvent(DelegateCaseExecution caseExecution) |
Modifier and Type | Class and Description |
---|---|
class |
HistoricActivityInstanceEntity |
class |
HistoricCaseActivityInstanceEntity |
class |
HistoricCaseInstanceEntity |
class |
HistoricDetailVariableInstanceUpdateEntity |
class |
HistoricFormPropertyEntity |
class |
HistoricIdentityLinkLogEntity |
class |
HistoricIncidentEntity |
class |
HistoricJobLogEventEntity |
class |
HistoricProcessInstanceEntity |
class |
HistoricTaskInstanceEntity |
Modifier and Type | Class and Description |
---|---|
class |
OptimizeHistoricIdentityLinkLogEntity |
Copyright © 2019. All rights reserved.