Uses of Interface
org.camunda.bpm.engine.history.ExternalTaskState
Package
Description
Classes related to the
HistoryService
.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of ExternalTaskState in org.camunda.bpm.engine.history
Modifier and TypeFieldDescriptionstatic final ExternalTaskState
ExternalTaskState.CREATED
static final ExternalTaskState
ExternalTaskState.DELETED
static final ExternalTaskState
ExternalTaskState.FAILED
static final ExternalTaskState
ExternalTaskState.SUCCESSFUL
-
Uses of ExternalTaskState in org.camunda.bpm.engine.impl
Modifier and TypeFieldDescriptionprotected ExternalTaskState
HistoricExternalTaskLogQueryImpl.state
Modifier and TypeMethodDescriptionprotected void
HistoricExternalTaskLogQueryImpl.setState
(ExternalTaskState state) -
Uses of ExternalTaskState in org.camunda.bpm.engine.impl.history.producer
Modifier and TypeMethodDescriptionprotected Date
DefaultHistoryEventProducer.getTimestamp
(ExternalTaskEntity entity, ExternalTaskState state) protected HistoricExternalTaskLogEntity
DefaultHistoryEventProducer.initHistoricExternalTaskLog
(ExternalTaskEntity entity, ExternalTaskState state)