public class DefaultCmmnHistoryEventProducer extends Object implements CmmnHistoryEventProducer
| Constructor and Description |
|---|
DefaultCmmnHistoryEventProducer() |
public HistoryEvent createCaseInstanceCreateEvt(DelegateCaseExecution caseExecution)
CmmnHistoryEventProducercreateCaseInstanceCreateEvt in interface CmmnHistoryEventProducercaseExecution - the current case executionpublic HistoryEvent createCaseInstanceUpdateEvt(DelegateCaseExecution caseExecution)
CmmnHistoryEventProducercreateCaseInstanceUpdateEvt in interface CmmnHistoryEventProducercaseExecution - the current case executionpublic HistoryEvent createCaseInstanceCloseEvt(DelegateCaseExecution caseExecution)
CmmnHistoryEventProducercreateCaseInstanceCloseEvt in interface CmmnHistoryEventProducercaseExecution - the current case executionpublic HistoryEvent createCaseActivityInstanceCreateEvt(DelegateCaseExecution caseExecution)
CmmnHistoryEventProducercreateCaseActivityInstanceCreateEvt in interface CmmnHistoryEventProducercaseExecution - the current case executionpublic HistoryEvent createCaseActivityInstanceUpdateEvt(DelegateCaseExecution caseExecution)
CmmnHistoryEventProducercreateCaseActivityInstanceUpdateEvt in interface CmmnHistoryEventProducercaseExecution - the current case executionpublic HistoryEvent createCaseActivityInstanceEndEvt(DelegateCaseExecution caseExecution)
CmmnHistoryEventProducercreateCaseActivityInstanceEndEvt in interface CmmnHistoryEventProducercaseExecution - the current case executionprotected HistoricCaseInstanceEventEntity newCaseInstanceEventEntity(CaseExecutionEntity caseExecutionEntity)
protected HistoricCaseInstanceEventEntity loadCaseInstanceEventEntity(CaseExecutionEntity caseExecutionEntity)
protected void initCaseInstanceEvent(HistoricCaseInstanceEventEntity evt, CaseExecutionEntity caseExecutionEntity, HistoryEventTypes eventType)
protected HistoricCaseActivityInstanceEventEntity newCaseActivityInstanceEventEntity(CaseExecutionEntity caseExecutionEntity)
protected HistoricCaseActivityInstanceEventEntity loadCaseActivityInstanceEventEntity(CaseExecutionEntity caseExecutionEntity)
protected void initCaseActivityInstanceEvent(HistoricCaseActivityInstanceEventEntity evt, CaseExecutionEntity caseExecutionEntity, HistoryEventTypes eventType)
Copyright © 2013–2020 camunda services GmbH. All rights reserved.