Package | Description |
---|---|
org.camunda.bpm.engine.history |
Classes related to the
HistoryService . |
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.history.producer |
Modifier and Type | Class and Description |
---|---|
static class |
ExternalTaskState.ExternalTaskStateImpl |
Modifier and Type | Field and Description |
---|---|
static ExternalTaskState |
ExternalTaskState.CREATED |
static ExternalTaskState |
ExternalTaskState.DELETED |
static ExternalTaskState |
ExternalTaskState.FAILED |
static ExternalTaskState |
ExternalTaskState.SUCCESSFUL |
Modifier and Type | Field and Description |
---|---|
protected ExternalTaskState |
HistoricExternalTaskLogQueryImpl.state |
Modifier and Type | Method and Description |
---|---|
protected void |
HistoricExternalTaskLogQueryImpl.setState(ExternalTaskState state) |
Modifier and Type | Method and Description |
---|---|
protected HistoricExternalTaskLogEntity |
DefaultHistoryEventProducer.initHistoricExternalTaskLog(ExternalTaskEntity entity,
ExternalTaskState state) |
Copyright © 2022. All rights reserved.