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.historyClasses in org.camunda.bpm.engine.history that implement ExternalTaskState Modifier and Type Class Description static classExternalTaskState.ExternalTaskStateImplFields in org.camunda.bpm.engine.history declared as ExternalTaskState Modifier and Type Field Description static ExternalTaskStateExternalTaskState. CREATEDstatic ExternalTaskStateExternalTaskState. DELETEDstatic ExternalTaskStateExternalTaskState. FAILEDstatic ExternalTaskStateExternalTaskState. SUCCESSFUL
- 
Uses of ExternalTaskState in org.camunda.bpm.engine.implFields in org.camunda.bpm.engine.impl declared as ExternalTaskState Modifier and Type Field Description protected ExternalTaskStateHistoricExternalTaskLogQueryImpl. stateMethods in org.camunda.bpm.engine.impl with parameters of type ExternalTaskState Modifier and Type Method Description protected voidHistoricExternalTaskLogQueryImpl. setState(ExternalTaskState state)
- 
Uses of ExternalTaskState in org.camunda.bpm.engine.impl.history.producerMethods in org.camunda.bpm.engine.impl.history.producer with parameters of type ExternalTaskState Modifier and Type Method Description protected HistoricExternalTaskLogEntityDefaultHistoryEventProducer. initHistoricExternalTaskLog(ExternalTaskEntity entity, ExternalTaskState state)
 
-