Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.IncidentEntity

Packages that use IncidentEntity
org.camunda.bpm.engine.impl.persistence.entity   
 

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

Fields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type IncidentEntity
protected  List<IncidentEntity> ExecutionEntity.incidents
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return IncidentEntity
static IncidentEntity IncidentEntity.createAndInsertIncident(String incidentType, String configuration, String message)
           
static IncidentEntity IncidentEntity.createAndInsertIncident(String incidentType, String executionId, String configuration, String message)
           
static IncidentEntity IncidentEntity.createAndInsertIncident(String incidentType, String processDefinitionId, String activityId, String configuration, String message)
           
 IncidentEntity ExecutionEntity.getIncidentByCauseIncidentId(String causeIncidentId)
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type IncidentEntity
 List<IncidentEntity> IncidentEntity.createRecursiveIncidents()
           
 List<IncidentEntity> ExecutionEntity.getIncidents()
           
protected  List<IncidentEntity> ExecutionEntity.getIncidentsInternal()
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type IncidentEntity
 void ExecutionEntity.addIncident(IncidentEntity incident)
           
 void ExecutionEntity.removeIncident(IncidentEntity incident)
           
 

Method parameters in org.camunda.bpm.engine.impl.persistence.entity with type arguments of type IncidentEntity
protected  void IncidentEntity.createRecursiveIncidents(String rootCauseIncidentId, List<IncidentEntity> createdIncidents)
          Instantiate recursive a new incident a super execution (i.e.
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.