| Package | Description |
|---|---|
| org.flowable.task.api.history | |
| org.flowable.task.service.impl.persistence.entity |
| Modifier and Type | Method and Description |
|---|---|
static HistoricTaskLogEntryType |
HistoricTaskLogEntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoricTaskLogEntryType[] |
HistoricTaskLogEntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected HistoricTaskLogEntryBuilder |
TaskEntityManagerImpl.createHistoricTaskLogEntryBuilder(TaskInfo task,
HistoricTaskLogEntryType userTaskCreated) |
protected void |
TaskEntityManagerImpl.recordHistoryUserTaskLog(HistoricTaskLogEntryType logEntryType,
TaskInfo task,
com.fasterxml.jackson.databind.node.ObjectNode dataNode) |
Copyright © 2023 Flowable. All rights reserved.