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

Packages that use HistoricTaskInstance
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 HistoricTaskInstance in org.camunda.bpm.engine.impl
 

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

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

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricTaskInstance
 class HistoricTaskInstanceEntity
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricTaskInstance
 List<HistoricTaskInstance> HistoricTaskInstanceManager.findHistoricTaskInstancesByNativeQuery(Map<String,Object> parameterMap, int firstResult, int maxResults)
           
 List<HistoricTaskInstance> HistoricTaskInstanceManager.findHistoricTaskInstancesByQueryCriteria(HistoricTaskInstanceQueryImpl historicTaskInstanceQuery, Page page)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.