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 TypeMethodDescriptionvoid
deleteHistoryUserTaskLog
(long logNumber) Delete historyUserTaskLogEntryvoid
recordHistoryUserTaskLog
(HistoricTaskLogEntryBuilder taskLogEntryBuilder) Record historyUserTaskLogEntryvoid
recordTaskCreated
(TaskEntity taskEntity) Record task created.void
recordTaskInfoChange
(TaskEntity taskEntity, Date changeTime) Record task name change, if audit history is enabled.
-
Field Details
-
cmmnEngineConfiguration
-
-
Constructor Details
-
CmmnHistoryTaskManager
-
-
Method Details
-
recordTaskInfoChange
Description copied from interface:InternalHistoryTaskManager
Record task name change, if audit history is enabled.- Specified by:
recordTaskInfoChange
in interfaceInternalHistoryTaskManager
-
recordTaskCreated
Description copied from interface:InternalHistoryTaskManager
Record task created.- Specified by:
recordTaskCreated
in interfaceInternalHistoryTaskManager
-
recordHistoryUserTaskLog
Description copied from interface:InternalHistoryTaskManager
Record historyUserTaskLogEntry- Specified by:
recordHistoryUserTaskLog
in interfaceInternalHistoryTaskManager
-
deleteHistoryUserTaskLog
public void deleteHistoryUserTaskLog(long logNumber) Description copied from interface:InternalHistoryTaskManager
Delete historyUserTaskLogEntry- Specified by:
deleteHistoryUserTaskLog
in interfaceInternalHistoryTaskManager
-