Uses of Interface
org.camunda.bpm.engine.history.HistoricTaskInstance
- 
Packages that use HistoricTaskInstance Package Description org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users.org.camunda.bpm.engine.impl.cmd.optimize org.camunda.bpm.engine.impl.oplog org.camunda.bpm.engine.impl.optimize org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.rest.dto.history 
- 
- 
Uses of HistoricTaskInstance in org.camunda.bpm.engine.implMethods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricTaskInstance Modifier and Type Method Description java.util.List<HistoricTaskInstance>HistoricTaskInstanceQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<HistoricTaskInstance>NativeHistoricTaskInstanceQueryImpl. executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)java.util.List<HistoricTaskInstance>OptimizeService. getCompletedHistoricTaskInstances(java.util.Date finishedAfter, java.util.Date finishedAt, int maxResults)java.util.List<HistoricTaskInstance>OptimizeService. getRunningHistoricTaskInstances(java.util.Date startedAfter, java.util.Date startedAt, int maxResults)
- 
Uses of HistoricTaskInstance in org.camunda.bpm.engine.impl.cmd.optimizeMethods in org.camunda.bpm.engine.impl.cmd.optimize that return types with arguments of type HistoricTaskInstance Modifier and Type Method Description java.util.List<HistoricTaskInstance>OptimizeCompletedHistoricTaskInstanceQueryCmd. execute(CommandContext commandContext)java.util.List<HistoricTaskInstance>OptimizeRunningHistoricTaskInstanceQueryCmd. execute(CommandContext commandContext)
- 
Uses of HistoricTaskInstance in org.camunda.bpm.engine.impl.oplogMethods in org.camunda.bpm.engine.impl.oplog with parameters of type HistoricTaskInstance Modifier and Type Method Description UserOperationLogContextEntryBuilderUserOperationLogContextEntryBuilder. inContextOf(HistoricTaskInstance task, java.util.List<PropertyChange> propertyChanges)
- 
Uses of HistoricTaskInstance in org.camunda.bpm.engine.impl.optimizeMethods in org.camunda.bpm.engine.impl.optimize that return types with arguments of type HistoricTaskInstance Modifier and Type Method Description java.util.List<HistoricTaskInstance>OptimizeManager. getCompletedHistoricTaskInstances(java.util.Date finishedAfter, java.util.Date finishedAt, int maxResults)java.util.List<HistoricTaskInstance>OptimizeManager. getRunningHistoricTaskInstances(java.util.Date startedAfter, java.util.Date startedAt, int maxResults)
- 
Uses of HistoricTaskInstance in org.camunda.bpm.engine.impl.persistence.entityClasses in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricTaskInstance Modifier and Type Class Description classHistoricTaskInstanceEntityMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricTaskInstance Modifier and Type Method Description java.util.List<HistoricTaskInstance>HistoricTaskInstanceManager. findHistoricTaskInstancesByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)java.util.List<HistoricTaskInstance>HistoricTaskInstanceManager. findHistoricTaskInstancesByQueryCriteria(HistoricTaskInstanceQueryImpl historicTaskInstanceQuery, Page page)Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type HistoricTaskInstance Modifier and Type Method Description voidUserOperationLogManager. logTaskOperations(java.lang.String operation, HistoricTaskInstance historicTask, java.util.List<PropertyChange> propertyChanges)
- 
Uses of HistoricTaskInstance in org.camunda.bpm.engine.rest.dto.historyMethods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricTaskInstance Modifier and Type Method Description static HistoricTaskInstanceDtoHistoricTaskInstanceDto. fromHistoricTaskInstance(HistoricTaskInstance taskInstance)
 
-