Uses of Interface
org.camunda.bpm.engine.history.HistoricExternalTaskLog

Packages that use HistoricExternalTaskLog
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.history.event   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of HistoricExternalTaskLog in org.camunda.bpm.engine.impl
 

Methods in org.camunda.bpm.engine.impl that return types with arguments of type HistoricExternalTaskLog
 List<HistoricExternalTaskLog> HistoricExternalTaskLogQueryImpl.executeList(CommandContext commandContext, Page page)
           
 

Uses of HistoricExternalTaskLog in org.camunda.bpm.engine.impl.history.event
 

Classes in org.camunda.bpm.engine.impl.history.event that implement HistoricExternalTaskLog
 class HistoricExternalTaskLogEntity
           
 

Uses of HistoricExternalTaskLog in org.camunda.bpm.engine.impl.persistence.entity
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type HistoricExternalTaskLog
 List<HistoricExternalTaskLog> HistoricExternalTaskLogManager.findHistoricExternalTaskLogsByQueryCriteria(HistoricExternalTaskLogQueryImpl query, Page page)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.