Uses of Interface
org.camunda.bpm.engine.history.HistoricDetail
-
Packages that use HistoricDetail 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.persistence.entity -
-
Uses of HistoricDetail in org.camunda.bpm.engine.history
Subinterfaces of HistoricDetail in org.camunda.bpm.engine.history Modifier and Type Interface Description interfaceHistoricFormFieldHistoric form fieldsinterfaceHistoricFormPropertyDeprecated.interfaceHistoricVariableUpdateUpdate of a process variable. -
Uses of HistoricDetail in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricDetail Modifier and Type Method Description List<HistoricDetail>HistoricDetailQueryImpl. executeList(CommandContext commandContext, Page page) -
Uses of HistoricDetail in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricDetail Modifier and Type Class Description classHistoricDetailVariableInstanceUpdateEntityclassHistoricFormPropertyEntityMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricDetail Modifier and Type Method Description List<HistoricDetail>HistoricDetailManager. findHistoricDetailsByQueryCriteria(HistoricDetailQueryImpl historicVariableUpdateQuery, Page page)List<HistoricDetail>HistoricDetailManager. findHistoricDetailsByTaskId(String taskId)
-