Uses of Interface
org.camunda.bpm.engine.runtime.Incident

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

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

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

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

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement Incident
 class IncidentEntity
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type Incident
 List<Incident> IncidentManager.findIncidentByConfiguration(String configuration)
           
 List<Incident> IncidentManager.findIncidentByQueryCriteria(IncidentQueryImpl jobQuery, Page page)
           
 List<Incident> IncidentManager.findIncidentsByExecution(String id)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.