Uses of Class
org.camunda.bpm.engine.impl.history.event.HistoricExternalTaskLogEntity

Packages that use HistoricExternalTaskLogEntity
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.history.producer   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of HistoricExternalTaskLogEntity in org.camunda.bpm.engine.impl.cfg
 

Methods in org.camunda.bpm.engine.impl.cfg with parameters of type HistoricExternalTaskLogEntity
 void CommandChecker.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
 void AuthorizationCommandChecker.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
 void TenantCommandChecker.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
protected  HistoricExternalTaskLogEntity DefaultHistoryEventProducer.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
 HistoricExternalTaskLogEntity HistoricExternalTaskLogManager.findHistoricExternalTaskLogById(String HistoricExternalTaskLogId)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.