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) Delete historyUserTaskLogEntryvoidrecordHistoryUserTaskLog(HistoricTaskLogEntryBuilder taskLogEntryBuilder) Record historyUserTaskLogEntryvoidrecordTaskCreated(TaskEntity taskEntity) Record task created.voidrecordTaskInfoChange(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:InternalHistoryTaskManagerRecord task name change, if audit history is enabled.- Specified by:
recordTaskInfoChangein interfaceInternalHistoryTaskManager
-
recordTaskCreated
Description copied from interface:InternalHistoryTaskManagerRecord task created.- Specified by:
recordTaskCreatedin interfaceInternalHistoryTaskManager
-
recordHistoryUserTaskLog
Description copied from interface:InternalHistoryTaskManagerRecord historyUserTaskLogEntry- Specified by:
recordHistoryUserTaskLogin interfaceInternalHistoryTaskManager
-
deleteHistoryUserTaskLog
public void deleteHistoryUserTaskLog(long logNumber) Description copied from interface:InternalHistoryTaskManagerDelete historyUserTaskLogEntry- Specified by:
deleteHistoryUserTaskLogin interfaceInternalHistoryTaskManager
-