public class DefaultHistoryTaskManager extends Object implements InternalHistoryTaskManager
| Modifier and Type | Field and Description |
|---|---|
protected ProcessEngineConfigurationImpl |
processEngineConfiguration |
| Constructor and Description |
|---|
DefaultHistoryTaskManager(ProcessEngineConfigurationImpl processEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteHistoryUserTaskLog(long logNumber)
Delete historyUserTaskLogEntry
|
protected ActivityInstanceEntityManager |
getActivityInstanceEntityManager() |
void |
recordHistoryUserTaskLog(HistoricTaskLogEntryBuilder taskLogEntryBuilder)
Record historyUserTaskLogEntry
|
void |
recordTaskCreated(TaskEntity taskEntity)
Record task created.
|
void |
recordTaskInfoChange(TaskEntity taskEntity,
Date changeTime)
Record task name change, if audit history is enabled.
|
protected ProcessEngineConfigurationImpl processEngineConfiguration
public DefaultHistoryTaskManager(ProcessEngineConfigurationImpl processEngineConfiguration)
public void recordTaskInfoChange(TaskEntity taskEntity, Date changeTime)
InternalHistoryTaskManagerrecordTaskInfoChange in interface InternalHistoryTaskManagerpublic void recordTaskCreated(TaskEntity taskEntity)
InternalHistoryTaskManagerrecordTaskCreated in interface InternalHistoryTaskManagerpublic void recordHistoryUserTaskLog(HistoricTaskLogEntryBuilder taskLogEntryBuilder)
InternalHistoryTaskManagerrecordHistoryUserTaskLog in interface InternalHistoryTaskManagerpublic void deleteHistoryUserTaskLog(long logNumber)
InternalHistoryTaskManagerdeleteHistoryUserTaskLog in interface InternalHistoryTaskManagerprotected ActivityInstanceEntityManager getActivityInstanceEntityManager()
Copyright © 2023 Flowable. All rights reserved.