Uses of Interface
org.camunda.bpm.engine.history.HistoricCaseInstance
Packages that use HistoricCaseInstance
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of HistoricCaseInstance in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricCaseInstanceModifier and TypeMethodDescriptionHistoricCaseInstanceQueryImpl.executeList
(CommandContext commandContext, Page page) 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 HistoricCaseInstanceModifier and TypeMethodDescriptionvoid
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 HistoricCaseInstanceModifier and TypeMethodDescriptionvoid
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 HistoricCaseInstanceModifier and TypeMethodDescriptionvoid
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 HistoricCaseInstanceMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricCaseInstanceModifier and TypeMethodDescriptionHistoricCaseInstanceManager.findHistoricCaseInstancesByNativeQuery
(Map<String, Object> parameterMap, int firstResult, int maxResults) 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 HistoricCaseInstanceModifier and TypeMethodDescriptionstatic HistoricCaseInstanceDto
HistoricCaseInstanceDto.fromHistoricCaseInstance
(HistoricCaseInstance historicCaseInstance)