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 voidCommandChecker. 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 voidAuthorizationCommandChecker. 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 voidTenantCommandChecker. 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 voidDeleteHistoricTaskInstanceCmd. 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 HistoricTaskInstanceEntityHistoricTaskInstanceManager. findHistoricTaskInstanceById(String taskId)
-