Uses of Interface
org.flowable.engine.history.HistoricDetail
-
Packages that use HistoricDetail Package Description org.flowable.engine.history Classes related to theHistoryService.org.flowable.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.flowable.engine.impl.persistence.entity org.flowable.engine.impl.persistence.entity.data org.flowable.engine.impl.persistence.entity.data.impl -
-
Uses of HistoricDetail in org.flowable.engine.history
Subinterfaces of HistoricDetail in org.flowable.engine.history Modifier and Type Interface Description interfaceHistoricFormPropertyA single field that was submitted in either a start form or a task form.interfaceHistoricVariableUpdateUpdate of a process variable. -
Uses of HistoricDetail in org.flowable.engine.impl
Methods in org.flowable.engine.impl that return types with arguments of type HistoricDetail Modifier and Type Method Description List<HistoricDetail>HistoricDetailQueryImpl. executeList(CommandContext commandContext)List<HistoricDetail>NativeHistoricDetailQueryImpl. executeList(CommandContext commandContext, Map<String,Object> parameterMap) -
Uses of HistoricDetail in org.flowable.engine.impl.persistence.entity
Subinterfaces of HistoricDetail in org.flowable.engine.impl.persistence.entity Modifier and Type Interface Description interfaceHistoricDetailAssignmentEntityinterfaceHistoricDetailEntityinterfaceHistoricDetailVariableInstanceUpdateEntityinterfaceHistoricFormPropertyEntityClasses in org.flowable.engine.impl.persistence.entity that implement HistoricDetail Modifier and Type Class Description classHistoricDetailAssignmentEntityImplclassHistoricDetailEntityImplclassHistoricDetailVariableInstanceUpdateEntityImplclassHistoricFormPropertyEntityImplMethods in org.flowable.engine.impl.persistence.entity that return types with arguments of type HistoricDetail Modifier and Type Method Description List<HistoricDetail>HistoricDetailEntityManager. findHistoricDetailsByNativeQuery(Map<String,Object> parameterMap)List<HistoricDetail>HistoricDetailEntityManagerImpl. findHistoricDetailsByNativeQuery(Map<String,Object> parameterMap)List<HistoricDetail>HistoricDetailEntityManager. findHistoricDetailsByQueryCriteria(HistoricDetailQueryImpl historicVariableUpdateQuery)List<HistoricDetail>HistoricDetailEntityManagerImpl. findHistoricDetailsByQueryCriteria(HistoricDetailQueryImpl historicVariableUpdateQuery) -
Uses of HistoricDetail in org.flowable.engine.impl.persistence.entity.data
Methods in org.flowable.engine.impl.persistence.entity.data that return types with arguments of type HistoricDetail Modifier and Type Method Description List<HistoricDetail>HistoricDetailDataManager. findHistoricDetailsByNativeQuery(Map<String,Object> parameterMap)List<HistoricDetail>HistoricDetailDataManager. findHistoricDetailsByQueryCriteria(HistoricDetailQueryImpl historicVariableUpdateQuery) -
Uses of HistoricDetail in org.flowable.engine.impl.persistence.entity.data.impl
Methods in org.flowable.engine.impl.persistence.entity.data.impl that return types with arguments of type HistoricDetail Modifier and Type Method Description List<HistoricDetail>MybatisHistoricDetailDataManager. findHistoricDetailsByNativeQuery(Map<String,Object> parameterMap)List<HistoricDetail>MybatisHistoricDetailDataManager. findHistoricDetailsByQueryCriteria(HistoricDetailQueryImpl historicVariableUpdateQuery)
-