Uses of Class
org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity
-
-
Uses of HistoricExternalTaskLogEntity in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoricExternalTaskLogEntity Modifier and Type Method Description voidCommandChecker. checkReadHistoricExternalTaskLog(HistoricExternalTaskLogEntity historicExternalTaskLog)Checks if it is allowed to read the given historic external task log. -
Uses of HistoricExternalTaskLogEntity in org.camunda.bpm.engine.impl.cfg.auth
Methods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type HistoricExternalTaskLogEntity Modifier and Type Method Description voidAuthorizationCommandChecker. checkReadHistoricExternalTaskLog(HistoricExternalTaskLogEntity historicExternalTaskLog) -
Uses of HistoricExternalTaskLogEntity in org.camunda.bpm.engine.impl.cfg.multitenancy
Methods in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type HistoricExternalTaskLogEntity Modifier and Type Method Description voidTenantCommandChecker. checkReadHistoricExternalTaskLog(HistoricExternalTaskLogEntity historicExternalTaskLog) -
Uses of HistoricExternalTaskLogEntity in org.camunda.bpm.engine.impl.history.producer
Methods in org.camunda.bpm.engine.impl.history.producer that return HistoricExternalTaskLogEntity Modifier and Type Method Description protected HistoricExternalTaskLogEntityDefaultHistoryEventProducer. initHistoricExternalTaskLog(ExternalTaskEntity entity, ExternalTaskState state) -
Uses of HistoricExternalTaskLogEntity in org.camunda.bpm.engine.impl.persistence.entity
Methods in org.camunda.bpm.engine.impl.persistence.entity that return HistoricExternalTaskLogEntity Modifier and Type Method Description HistoricExternalTaskLogEntityHistoricExternalTaskLogManager. findHistoricExternalTaskLogById(String HistoricExternalTaskLogId)
-