Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.HistoricTaskInstanceEntity
-
-
Uses of HistoricTaskInstanceEntity in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoricTaskInstanceEntity Modifier and Type Method Description void
CommandChecker. checkDeleteHistoricTaskInstance(HistoricTaskInstanceEntity task)
Checks if it is allowed to delete the given historic task instance. -
Uses of HistoricTaskInstanceEntity in org.camunda.bpm.engine.impl.cfg.auth
Methods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type HistoricTaskInstanceEntity Modifier and Type Method Description void
AuthorizationCommandChecker. checkDeleteHistoricTaskInstance(HistoricTaskInstanceEntity task)
-
Uses of HistoricTaskInstanceEntity in org.camunda.bpm.engine.impl.cfg.multitenancy
Methods in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type HistoricTaskInstanceEntity Modifier and Type Method Description void
TenantCommandChecker. checkDeleteHistoricTaskInstance(HistoricTaskInstanceEntity task)
-
Uses of HistoricTaskInstanceEntity in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type HistoricTaskInstanceEntity Modifier and Type Method Description protected void
DeleteHistoricTaskInstanceCmd. writeUserOperationLog(CommandContext commandContext, HistoricTaskInstanceEntity historicTask)
-
Uses of HistoricTaskInstanceEntity in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return HistoricTaskInstanceEntity Modifier and Type Method Description HistoricTaskInstanceEntity
HistoricTaskInstanceManager. findHistoricTaskInstanceById(java.lang.String taskId)
-