public class DefaultCmmnHistoryEventProducer extends Object implements CmmnHistoryEventProducer
Constructor and Description |
---|
DefaultCmmnHistoryEventProducer() |
public HistoryEvent createCaseInstanceCreateEvt(DelegateCaseExecution caseExecution)
CmmnHistoryEventProducer
createCaseInstanceCreateEvt
in interface CmmnHistoryEventProducer
caseExecution
- the current case executionpublic HistoryEvent createCaseInstanceUpdateEvt(DelegateCaseExecution caseExecution)
CmmnHistoryEventProducer
createCaseInstanceUpdateEvt
in interface CmmnHistoryEventProducer
caseExecution
- the current case executionpublic HistoryEvent createCaseInstanceCloseEvt(DelegateCaseExecution caseExecution)
CmmnHistoryEventProducer
createCaseInstanceCloseEvt
in interface CmmnHistoryEventProducer
caseExecution
- the current case executionpublic HistoryEvent createCaseActivityInstanceCreateEvt(DelegateCaseExecution caseExecution)
CmmnHistoryEventProducer
createCaseActivityInstanceCreateEvt
in interface CmmnHistoryEventProducer
caseExecution
- the current case executionpublic HistoryEvent createCaseActivityInstanceUpdateEvt(DelegateCaseExecution caseExecution)
CmmnHistoryEventProducer
createCaseActivityInstanceUpdateEvt
in interface CmmnHistoryEventProducer
caseExecution
- the current case executionpublic HistoryEvent createCaseActivityInstanceEndEvt(DelegateCaseExecution caseExecution)
CmmnHistoryEventProducer
createCaseActivityInstanceEndEvt
in interface CmmnHistoryEventProducer
caseExecution
- 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 © 2019. All rights reserved.