public class CmmnHistoryTaskManager extends Object implements InternalHistoryTaskManager
| Modifier and Type | Field and Description |
|---|---|
protected CmmnEngineConfiguration |
cmmnEngineConfiguration |
| Constructor and Description |
|---|
CmmnHistoryTaskManager(CmmnEngineConfiguration cmmnEngineConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteHistoryUserTaskLog(long logNumber) |
void |
recordHistoryUserTaskLog(org.flowable.task.api.history.HistoricTaskLogEntryBuilder taskLogEntryBuilder) |
void |
recordTaskCreated(TaskEntity taskEntity) |
void |
recordTaskInfoChange(TaskEntity taskEntity,
Date changeTime) |
protected CmmnEngineConfiguration cmmnEngineConfiguration
public CmmnHistoryTaskManager(CmmnEngineConfiguration cmmnEngineConfiguration)
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 InternalHistoryTaskManagerCopyright © 2019 Flowable. All rights reserved.