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.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricCaseInstance Modifier and Type Method Description List<HistoricCaseInstance>
HistoricCaseInstanceQueryImpl. executeList(CommandContext commandContext, Page page)
List<HistoricCaseInstance>
NativeHistoricCaseInstanceQueryImpl. executeList(CommandContext commandContext, Map<String,Object> parameterMap, int firstResult, int maxResults)
-
Uses of HistoricCaseInstance in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoricCaseInstance Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
HistoricCaseInstanceEntity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricCaseInstance Modifier and Type Method Description List<HistoricCaseInstance>
HistoricCaseInstanceManager. findHistoricCaseInstancesByNativeQuery(Map<String,Object> parameterMap, int firstResult, int maxResults)
List<HistoricCaseInstance>
HistoricCaseInstanceManager. findHistoricCaseInstancesByQueryCriteria(HistoricCaseInstanceQueryImpl historicCaseInstanceQuery, Page page)
-
Uses of HistoricCaseInstance in org.camunda.bpm.engine.rest.dto.history
Methods in org.camunda.bpm.engine.rest.dto.history with parameters of type HistoricCaseInstance Modifier and Type Method Description static HistoricCaseInstanceDto
HistoricCaseInstanceDto. fromHistoricCaseInstance(HistoricCaseInstance historicCaseInstance)
-