Uses of Interface
org.camunda.bpm.engine.history.HistoricProcessInstance
Packages that use HistoricProcessInstance
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricProcessInstance in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricProcessInstanceModifier and TypeMethodDescriptionHistoricProcessInstanceQueryImpl.executeList
(CommandContext commandContext, Page page) NativeHistoricProcessInstanceQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap, int firstResult, int maxResults) OptimizeService.getCompletedHistoricProcessInstances
(Date finishedAfter, Date finishedAt, int maxResults) OptimizeService.getRunningHistoricProcessInstances
(Date startedAfter, Date startedAt, int maxResults) -
Uses of HistoricProcessInstance in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoricProcessInstanceModifier and TypeMethodDescriptionvoid
CommandChecker.checkDeleteHistoricProcessInstance
(HistoricProcessInstance instance) Checks if it is allowed to delete the given historic process instance. -
Uses of HistoricProcessInstance in org.camunda.bpm.engine.impl.cfg.auth
Methods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type HistoricProcessInstanceModifier and TypeMethodDescriptionvoid
AuthorizationCommandChecker.checkDeleteHistoricProcessInstance
(HistoricProcessInstance instance) -
Uses of HistoricProcessInstance in org.camunda.bpm.engine.impl.cfg.multitenancy
Methods in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type HistoricProcessInstanceModifier and TypeMethodDescriptionvoid
TenantCommandChecker.checkDeleteHistoricProcessInstance
(HistoricProcessInstance instance) -
Uses of HistoricProcessInstance in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return HistoricProcessInstanceModifier and TypeMethodDescriptionprotected HistoricProcessInstance
RestartProcessInstancesCmd.getHistoricProcessInstance
(CommandContext commandContext, String processInstanceId) Methods in org.camunda.bpm.engine.impl.cmd with parameters of type HistoricProcessInstanceModifier and TypeMethodDescriptionprotected void
RestartProcessInstancesCmd.applyProperties
(ProcessInstantiationBuilderImpl instantiationBuilder, ProcessDefinition processDefinition, HistoricProcessInstance processInstance) protected VariableMap
RestartProcessInstancesCmd.collectInitialVariables
(CommandContext commandContext, HistoricProcessInstance processInstance) protected VariableMap
RestartProcessInstancesCmd.collectLastVariables
(CommandContext commandContext, HistoricProcessInstance processInstance) protected VariableMap
RestartProcessInstancesCmd.collectVariables
(CommandContext commandContext, HistoricProcessInstance processInstance) protected void
RestartProcessInstancesCmd.ensureHistoricProcessInstanceNotActive
(HistoricProcessInstance instance) protected void
RestartProcessInstancesCmd.ensureSameProcessDefinition
(HistoricProcessInstance instance, String processDefinitionId) CommandLogger.historicProcessInstanceActive
(HistoricProcessInstance historicProcessInstance) CommandLogger.processDefinitionOfHistoricInstanceDoesNotMatchTheGivenOne
(HistoricProcessInstance historicProcessInstance, String processDefinitionId) protected HistoricActivityInstance
RestartProcessInstancesCmd.resolveStartActivityInstance
(HistoricProcessInstance processInstance) -
Uses of HistoricProcessInstance in org.camunda.bpm.engine.impl.cmd.optimize
Methods in org.camunda.bpm.engine.impl.cmd.optimize that return types with arguments of type HistoricProcessInstanceModifier and TypeMethodDescriptionOptimizeCompletedHistoricProcessInstanceQueryCmd.execute
(CommandContext commandContext) OptimizeRunningHistoricProcessInstanceQueryCmd.execute
(CommandContext commandContext) -
Uses of HistoricProcessInstance in org.camunda.bpm.engine.impl.optimize
Methods in org.camunda.bpm.engine.impl.optimize that return types with arguments of type HistoricProcessInstanceModifier and TypeMethodDescriptionOptimizeManager.getCompletedHistoricProcessInstances
(Date finishedAfter, Date finishedAt, int maxResults) OptimizeManager.getRunningHistoricProcessInstances
(Date startedAfter, Date startedAt, int maxResults) -
Uses of HistoricProcessInstance in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricProcessInstanceMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricProcessInstanceModifier and TypeMethodDescriptionHistoricProcessInstanceManager.findHistoricProcessInstancesByNativeQuery
(Map<String, Object> parameterMap, int firstResult, int maxResults) HistoricProcessInstanceManager.findHistoricProcessInstancesByQueryCriteria
(HistoricProcessInstanceQueryImpl historicProcessInstanceQuery, Page page) -
Uses of HistoricProcessInstance in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricProcessInstanceModifier and TypeMethodDescriptionstatic HistoricProcessInstanceDto
HistoricProcessInstanceDto.fromHistoricProcessInstance
(HistoricProcessInstance historicProcessInstance) -
Uses of HistoricProcessInstance in org.camunda.bpm.qa.upgrade
Methods in org.camunda.bpm.qa.upgrade that return HistoricProcessInstance