Uses of Interface
org.camunda.bpm.engine.history.HistoricProcessInstance

Packages that use HistoricProcessInstance
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of HistoricProcessInstance in org.camunda.bpm.engine.impl
 

Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricProcessInstance
 List<HistoricProcessInstance> NativeHistoricProcessInstanceQueryImpl.executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
           
 List<HistoricProcessInstance> HistoricProcessInstanceQueryImpl.executeList(CommandContext commandContext, Page page)
           
 

Uses of HistoricProcessInstance in org.camunda.bpm.engine.impl.persistence.entity
 

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricProcessInstance
 class HistoricProcessInstanceEntity
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricProcessInstance
 List<HistoricProcessInstance> HistoricProcessInstanceManager.findHistoricProcessInstancesByNativeQuery(Map<String,Object> parameterMap, int firstResult, int maxResults)
           
 List<HistoricProcessInstance> HistoricProcessInstanceManager.findHistoricProcessInstancesByQueryCriteria(HistoricProcessInstanceQueryImpl historicProcessInstanceQuery, Page page)
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type HistoricProcessInstance
 void AuthorizationManager.checkDeleteHistoricProcessInstance(HistoricProcessInstance instance)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.