Uses of Interface
org.camunda.bpm.engine.history.HistoricTaskInstance
Packages that use HistoricTaskInstance
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricTaskInstance in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricTaskInstanceModifier and TypeMethodDescriptionHistoricTaskInstanceQueryImpl.executeList
(CommandContext commandContext, Page page) NativeHistoricTaskInstanceQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap, int firstResult, int maxResults) OptimizeService.getCompletedHistoricTaskInstances
(Date finishedAfter, Date finishedAt, int maxResults) OptimizeService.getRunningHistoricTaskInstances
(Date startedAfter, Date startedAt, int maxResults) -
Uses of HistoricTaskInstance in org.camunda.bpm.engine.impl.cmd.optimize
Methods in org.camunda.bpm.engine.impl.cmd.optimize that return types with arguments of type HistoricTaskInstanceModifier and TypeMethodDescriptionOptimizeCompletedHistoricTaskInstanceQueryCmd.execute
(CommandContext commandContext) OptimizeRunningHistoricTaskInstanceQueryCmd.execute
(CommandContext commandContext) -
Uses of HistoricTaskInstance in org.camunda.bpm.engine.impl.oplog
Methods in org.camunda.bpm.engine.impl.oplog with parameters of type HistoricTaskInstanceModifier and TypeMethodDescriptionUserOperationLogContextEntryBuilder.inContextOf
(HistoricTaskInstance task, List<PropertyChange> propertyChanges) -
Uses of HistoricTaskInstance in org.camunda.bpm.engine.impl.optimize
Methods in org.camunda.bpm.engine.impl.optimize that return types with arguments of type HistoricTaskInstanceModifier and TypeMethodDescriptionOptimizeManager.getCompletedHistoricTaskInstances
(Date finishedAfter, Date finishedAt, int maxResults) OptimizeManager.getRunningHistoricTaskInstances
(Date startedAfter, Date startedAt, int maxResults) -
Uses of HistoricTaskInstance in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricTaskInstanceMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricTaskInstanceModifier and TypeMethodDescriptionHistoricTaskInstanceManager.findHistoricTaskInstancesByNativeQuery
(Map<String, Object> parameterMap, int firstResult, int maxResults) HistoricTaskInstanceManager.findHistoricTaskInstancesByQueryCriteria
(HistoricTaskInstanceQueryImpl historicTaskInstanceQuery, Page page) Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type HistoricTaskInstanceModifier and TypeMethodDescriptionvoid
UserOperationLogManager.logTaskOperations
(String operation, HistoricTaskInstance historicTask, List<PropertyChange> propertyChanges) -
Uses of HistoricTaskInstance in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricTaskInstanceModifier and TypeMethodDescriptionstatic HistoricTaskInstanceDto
HistoricTaskInstanceDto.fromHistoricTaskInstance
(HistoricTaskInstance taskInstance)