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 interface
HistoricFormField
Historic form fieldsinterface
HistoricFormProperty
Deprecated.interface
HistoricVariableUpdate
Update 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 class
HistoricDetailVariableInstanceUpdateEntity
class
HistoricFormPropertyEntity
Methods 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)
-
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 HistoricDetailDto
HistoricDetailDto. fromHistoricDetail(HistoricDetail historicDetail)
protected static void
HistoricDetailDto. 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 TypedValue
HistoricDetailResourceImpl. transformQueryResultIntoTypedValue(HistoricDetail queryResult)
protected HistoricDetailDto
HistoricDetailResourceImpl. transformToDto(HistoricDetail queryResult)
-