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.
|
Modifier and Type | Class and Description |
---|---|
static class |
JobState.JobStateImpl |
Modifier and Type | Field and Description |
---|---|
static JobState |
JobState.CREATED |
static JobState |
JobState.DELETED |
static JobState |
JobState.FAILED |
static JobState |
JobState.SUCCESSFUL |
Modifier and Type | Field and Description |
---|---|
protected JobState |
HistoricJobLogQueryImpl.state |
Modifier and Type | Method and Description |
---|---|
JobState |
HistoricJobLogQueryImpl.getState() |
Modifier and Type | Method and Description |
---|---|
protected void |
HistoricJobLogQueryImpl.setState(JobState state) |
Copyright © 2022. All rights reserved.