Package org.flowable.engine.impl.history
Class DefaultHistoryTaskManager
java.lang.Object
org.flowable.engine.impl.history.DefaultHistoryTaskManager
- All Implemented Interfaces:
InternalHistoryTaskManager
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefaultHistoryTaskManager(ProcessEngineConfigurationImpl processEngineConfiguration) -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteHistoryUserTaskLog(long logNumber) Delete historyUserTaskLogEntryprotected ActivityInstanceEntityManagervoidrecordHistoryUserTaskLog(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
-
processEngineConfiguration
-
-
Constructor Details
-
DefaultHistoryTaskManager
-
-
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
-
getActivityInstanceEntityManager
-