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 org.camunda.bpm.engine.rest.dto.history org.camunda.bpm.engine.rest.sub.history.impl -
-
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 java.util.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 java.util.List<HistoricDetail>HistoricDetailManager. findHistoricDetailsByQueryCriteria(HistoricDetailQueryImpl historicVariableUpdateQuery, Page page)java.util.List<HistoricDetail>HistoricDetailManager. findHistoricDetailsByTaskId(java.lang.String taskId) -
Uses of HistoricDetail in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricDetail Modifier and Type Method Description static HistoricDetailDtoHistoricDetailDto. fromHistoricDetail(HistoricDetail historicDetail)protected static voidHistoricDetailDto. fromHistoricDetail(HistoricDetail historicDetail, HistoricDetailDto dto) -
Uses of HistoricDetail in org.camunda.bpm.engine.rest.sub.history.impl
Methods in org.camunda.bpm.engine.rest.sub.history.impl that return types with arguments of type HistoricDetail Modifier and Type Method Description protected Query<HistoricDetailQuery,HistoricDetail>HistoricDetailResourceImpl. baseQueryForBinaryVariable()protected Query<HistoricDetailQuery,HistoricDetail>HistoricDetailResourceImpl. baseQueryForVariable(boolean deserializeObjectValue)Methods in org.camunda.bpm.engine.rest.sub.history.impl with parameters of type HistoricDetail Modifier and Type Method Description protected TypedValueHistoricDetailResourceImpl. transformQueryResultIntoTypedValue(HistoricDetail queryResult)protected HistoricDetailDtoHistoricDetailResourceImpl. transformToDto(HistoricDetail queryResult)
-