Class ScopeUtil
- java.lang.Object
-
- org.activiti.engine.impl.bpmn.helper.ScopeUtil
-
public class ScopeUtil extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ScopeUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcreateCopyOfSubProcessExecutionForCompensation(ExecutionEntity subProcessExecution)Creates a new event scope execution and moves existing event subscriptions to this new executionstatic voidthrowCompensationEvent(java.util.List<CompensateEventSubscriptionEntity> eventSubscriptions, DelegateExecution execution, boolean async)we create a separate execution for each compensation handler invocation.
-
-
-
Method Detail
-
throwCompensationEvent
public static void throwCompensationEvent(java.util.List<CompensateEventSubscriptionEntity> eventSubscriptions, DelegateExecution execution, boolean async)
we create a separate execution for each compensation handler invocation.
-
createCopyOfSubProcessExecutionForCompensation
public static void createCopyOfSubProcessExecutionForCompensation(ExecutionEntity subProcessExecution)
Creates a new event scope execution and moves existing event subscriptions to this new execution
-
-