Class CmmnHistoryTaskManager
java.lang.Object
org.flowable.cmmn.engine.impl.history.CmmnHistoryTaskManager
- All Implemented Interfaces:
InternalHistoryTaskManager
- Author:
- Joram Barrez
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteHistoryUserTaskLog(long logNumber) voidrecordHistoryUserTaskLog(org.flowable.task.api.history.HistoricTaskLogEntryBuilder taskLogEntryBuilder) voidrecordTaskCreated(TaskEntity taskEntity) voidrecordTaskInfoChange(TaskEntity taskEntity, Date changeTime)
-
Field Details
-
cmmnEngineConfiguration
-
-
Constructor Details
-
CmmnHistoryTaskManager
-
-
Method Details
-
recordTaskInfoChange
- Specified by:
recordTaskInfoChangein interfaceInternalHistoryTaskManager
-
recordTaskCreated
- Specified by:
recordTaskCreatedin interfaceInternalHistoryTaskManager
-
recordHistoryUserTaskLog
public void recordHistoryUserTaskLog(org.flowable.task.api.history.HistoricTaskLogEntryBuilder taskLogEntryBuilder) - Specified by:
recordHistoryUserTaskLogin interfaceInternalHistoryTaskManager
-
deleteHistoryUserTaskLog
public void deleteHistoryUserTaskLog(long logNumber) - Specified by:
deleteHistoryUserTaskLogin interfaceInternalHistoryTaskManager
-