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) |
protected ActivityInstanceEntityManager |
getActivityInstanceEntityManager() |
void |
recordHistoryUserTaskLog(org.flowable.task.api.history.HistoricTaskLogEntryBuilder taskLogEntryBuilder) |
void |
recordTaskCreated(TaskEntity taskEntity) |
void |
recordTaskInfoChange(TaskEntity taskEntity,
Date changeTime) |
protected ProcessEngineConfigurationImpl processEngineConfiguration
public DefaultHistoryTaskManager(ProcessEngineConfigurationImpl processEngineConfiguration)
public void recordTaskInfoChange(TaskEntity taskEntity, Date changeTime)
recordTaskInfoChange in interface InternalHistoryTaskManagerpublic void recordTaskCreated(TaskEntity taskEntity)
recordTaskCreated in interface InternalHistoryTaskManagerpublic void recordHistoryUserTaskLog(org.flowable.task.api.history.HistoricTaskLogEntryBuilder taskLogEntryBuilder)
recordHistoryUserTaskLog in interface InternalHistoryTaskManagerpublic void deleteHistoryUserTaskLog(long logNumber)
deleteHistoryUserTaskLog in interface InternalHistoryTaskManagerprotected ActivityInstanceEntityManager getActivityInstanceEntityManager()
Copyright © 2019 Flowable. All rights reserved.