Uses of Interface
org.camunda.bpm.engine.history.ExternalTaskState
-
Packages that use ExternalTaskState Package Description org.camunda.bpm.engine.history Classes related to theHistoryService
.org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.history.producer -
-
Uses of ExternalTaskState in org.camunda.bpm.engine.history
Classes in org.camunda.bpm.engine.history that implement ExternalTaskState Modifier and Type Class Description static class
ExternalTaskState.ExternalTaskStateImpl
Fields in org.camunda.bpm.engine.history declared as ExternalTaskState Modifier and Type Field Description static ExternalTaskState
ExternalTaskState. CREATED
static ExternalTaskState
ExternalTaskState. DELETED
static ExternalTaskState
ExternalTaskState. FAILED
static ExternalTaskState
ExternalTaskState. SUCCESSFUL
-
Uses of ExternalTaskState in org.camunda.bpm.engine.impl
Fields in org.camunda.bpm.engine.impl declared as ExternalTaskState Modifier and Type Field Description protected ExternalTaskState
HistoricExternalTaskLogQueryImpl. state
Methods in org.camunda.bpm.engine.impl with parameters of type ExternalTaskState Modifier and Type Method Description protected void
HistoricExternalTaskLogQueryImpl. setState(ExternalTaskState state)
-
Uses of ExternalTaskState in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer with parameters of type ExternalTaskState Modifier and Type Method Description protected HistoricExternalTaskLogEntity
DefaultHistoryEventProducer. initHistoricExternalTaskLog(ExternalTaskEntity entity, ExternalTaskState state)
-