|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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> |
IntermediateThrowCompensationEventActivityBehavior.collectCompensateEventSubScriptions(ActivityExecution execution)
|
| Uses of CompensateEventSubscriptionEntity in org.camunda.bpm.engine.impl.bpmn.helper |
|---|
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||