public interface InternalHistoryTaskManager
| Modifier and Type | Method and Description |
|---|---|
void |
deleteHistoryUserTaskLog(long logNumber)
Delete historyUserTaskLogEntry
|
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.
|
void recordTaskInfoChange(TaskEntity taskEntity, Date changeTime)
void recordTaskCreated(TaskEntity taskEntity)
void recordHistoryUserTaskLog(HistoricTaskLogEntryBuilder taskLogEntryBuilder)
void deleteHistoryUserTaskLog(long logNumber)
Copyright © 2020 Flowable. All rights reserved.