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

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

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

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

Uses of HistoricCaseInstance in org.camunda.bpm.engine.impl.cfg
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoricCaseInstance
 void CommandChecker.checkDeleteHistoricCaseInstance(HistoricCaseInstance instance)
          Checks if it is allowed to delete the given historic case instance.
 

Uses of HistoricCaseInstance in org.camunda.bpm.engine.impl.cfg.auth
 

Methods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type HistoricCaseInstance
 void AuthorizationCommandChecker.checkDeleteHistoricCaseInstance(HistoricCaseInstance instance)
           
 

Uses of HistoricCaseInstance in org.camunda.bpm.engine.impl.cfg.multitenancy
 

Methods in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type HistoricCaseInstance
 void TenantCommandChecker.checkDeleteHistoricCaseInstance(HistoricCaseInstance instance)
           
 

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

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricCaseInstance
 class HistoricCaseInstanceEntity
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricCaseInstance
 List<HistoricCaseInstance> HistoricCaseInstanceManager.findHistoricCaseInstancesByNativeQuery(Map<String,Object> parameterMap, int firstResult, int maxResults)
           
 List<HistoricCaseInstance> HistoricCaseInstanceManager.findHistoricCaseInstancesByQueryCriteria(HistoricCaseInstanceQueryImpl historicCaseInstanceQuery, Page page)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.