Uses of Interface
org.camunda.bpm.engine.history.HistoricCaseInstance
- 
Packages that use HistoricCaseInstance Package Description 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 org.camunda.bpm.engine.rest.dto.history 
- 
- 
Uses of HistoricCaseInstance in org.camunda.bpm.engine.implMethods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricCaseInstance Modifier and Type Method Description java.util.List<HistoricCaseInstance>HistoricCaseInstanceQueryImpl. executeList(CommandContext commandContext, Page page)java.util.List<HistoricCaseInstance>NativeHistoricCaseInstanceQueryImpl. executeList(CommandContext commandContext, java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)
- 
Uses of HistoricCaseInstance in org.camunda.bpm.engine.impl.cfgMethods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoricCaseInstance Modifier and Type Method Description voidCommandChecker. 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.authMethods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type HistoricCaseInstance Modifier and Type Method Description voidAuthorizationCommandChecker. checkDeleteHistoricCaseInstance(HistoricCaseInstance instance)
- 
Uses of HistoricCaseInstance in org.camunda.bpm.engine.impl.cfg.multitenancyMethods in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type HistoricCaseInstance Modifier and Type Method Description voidTenantCommandChecker. checkDeleteHistoricCaseInstance(HistoricCaseInstance instance)
- 
Uses of HistoricCaseInstance in org.camunda.bpm.engine.impl.persistence.entityClasses in org.camunda.bpm.engine.impl.persistence.entity that implement HistoricCaseInstance Modifier and Type Class Description classHistoricCaseInstanceEntityMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricCaseInstance Modifier and Type Method Description java.util.List<HistoricCaseInstance>HistoricCaseInstanceManager. findHistoricCaseInstancesByNativeQuery(java.util.Map<java.lang.String,java.lang.Object> parameterMap, int firstResult, int maxResults)java.util.List<HistoricCaseInstance>HistoricCaseInstanceManager. findHistoricCaseInstancesByQueryCriteria(HistoricCaseInstanceQueryImpl historicCaseInstanceQuery, Page page)
- 
Uses of HistoricCaseInstance in org.camunda.bpm.engine.rest.dto.historyMethods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricCaseInstance Modifier and Type Method Description static HistoricCaseInstanceDtoHistoricCaseInstanceDto. fromHistoricCaseInstance(HistoricCaseInstance historicCaseInstance)
 
-