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.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricTaskInstance Modifier and Type Method Description List<HistoricTaskInstance>
HistoricTaskInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricTaskInstance>
NativeHistoricTaskInstanceQueryImpl. executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
List<HistoricTaskInstance>
OptimizeService. getCompletedHistoricTaskInstances(Date finishedAfter, Date finishedAt, int maxResults)
List<HistoricTaskInstance>
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 HistoricTaskInstance Modifier and Type Method Description List<HistoricTaskInstance>
OptimizeCompletedHistoricTaskInstanceQueryCmd. execute(CommandContext commandContext)
List<HistoricTaskInstance>
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 HistoricTaskInstance Modifier and Type Method Description UserOperationLogContextEntryBuilder
UserOperationLogContextEntryBuilder. 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 HistoricTaskInstance Modifier and Type Method Description List<HistoricTaskInstance>
OptimizeManager. getCompletedHistoricTaskInstances(Date finishedAfter, Date finishedAt, int maxResults)
List<HistoricTaskInstance>
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 HistoricTaskInstance Modifier and Type Class Description class
HistoricTaskInstanceEntity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricTaskInstance Modifier and Type Method Description List<HistoricTaskInstance>
HistoricTaskInstanceManager. findHistoricTaskInstancesByNativeQuery(Map<String,Object> parameterMap, int firstResult, int maxResults)
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 void
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 HistoricTaskInstance Modifier and Type Method Description static HistoricTaskInstanceDto
HistoricTaskInstanceDto. fromHistoricTaskInstance(HistoricTaskInstance taskInstance)
-