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

Packages that use CompensateEventSubscriptionEntity
org.camunda.bpm.engine.impl.bpmn.behavior   
org.camunda.bpm.engine.impl.bpmn.helper   
org.camunda.bpm.engine.impl.persistence.entity   
 

Uses of CompensateEventSubscriptionEntity in org.camunda.bpm.engine.impl.bpmn.behavior
 

Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return types with arguments of type CompensateEventSubscriptionEntity
protected  List<CompensateEventSubscriptionEntity> CompensationEventActivityBehavior.collectEventSubscriptions(ActivityExecution execution)
           
 

Uses of CompensateEventSubscriptionEntity in org.camunda.bpm.engine.impl.bpmn.helper
 

Methods in org.camunda.bpm.engine.impl.bpmn.helper that return types with arguments of type CompensateEventSubscriptionEntity
static List<CompensateEventSubscriptionEntity> CompensationUtil.collectCompensateEventSubscriptionsForActivity(ActivityExecution execution, String activityRef)
          Collect all compensate event subscriptions for activity on the scope of given execution.
static List<CompensateEventSubscriptionEntity> CompensationUtil.collectCompensateEventSubscriptionsForScope(ActivityExecution execution)
          Collect all compensate event subscriptions for scope of given execution.
 

Method parameters in org.camunda.bpm.engine.impl.bpmn.helper with type arguments of type CompensateEventSubscriptionEntity
static void CompensationUtil.throwCompensationEvent(List<CompensateEventSubscriptionEntity> eventSubscriptions, ActivityExecution execution, boolean async)
          we create a separate execution for each compensation handler invocation.
 

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

Methods in org.camunda.bpm.engine.impl.persistence.entity that return CompensateEventSubscriptionEntity
static CompensateEventSubscriptionEntity CompensateEventSubscriptionEntity.createAndInsert(ExecutionEntity executionEntity, ActivityImpl activity)
           
 CompensateEventSubscriptionEntity CompensateEventSubscriptionEntity.moveUnder(ExecutionEntity newExecution)
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type CompensateEventSubscriptionEntity
 List<CompensateEventSubscriptionEntity> ExecutionEntity.getCompensateEventSubscriptions()
           
 List<CompensateEventSubscriptionEntity> ExecutionEntity.getCompensateEventSubscriptions(String activityId)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.