Uses of Interface
org.camunda.bpm.engine.history.HistoricDetail
Packages that use HistoricDetail
Package
Description
Classes related to the
HistoryService
.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricDetail in org.camunda.bpm.engine.history
Subinterfaces of HistoricDetail in org.camunda.bpm.engine.historyModifier and TypeInterfaceDescriptioninterface
Historic form fieldsinterface
Deprecated.interface
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 HistoricDetailModifier and TypeMethodDescriptionHistoricDetailQueryImpl.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 HistoricDetailModifier and TypeClassDescriptionclass
class
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricDetailModifier and TypeMethodDescriptionHistoricDetailManager.findHistoricDetailsByQueryCriteria
(HistoricDetailQueryImpl historicVariableUpdateQuery, Page page) 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 HistoricDetailModifier and TypeMethodDescriptionstatic 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 HistoricDetailModifier and TypeMethodDescriptionprotected 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 HistoricDetailModifier and TypeMethodDescriptionprotected TypedValue
HistoricDetailResourceImpl.transformQueryResultIntoTypedValue
(HistoricDetail queryResult) protected HistoricDetailDto
HistoricDetailResourceImpl.transformToDto
(HistoricDetail queryResult)