Uses of Interface
org.camunda.bpm.engine.impl.pvm.runtime.Callback

Packages that use Callback
org.camunda.bpm.engine.impl.pvm.runtime   
 

Uses of Callback in org.camunda.bpm.engine.impl.pvm.runtime
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type Callback
protected  void PvmExecutionImpl.continueExecutionIfNotCanceled(Callback<PvmExecutionImpl,Void> continuation, PvmExecutionImpl execution)
           
 void PvmExecutionImpl.continueIfExecutionDoesNotAffectNextOperation(Callback<PvmExecutionImpl,Void> dispatching, Callback<PvmExecutionImpl,Void> continuation, PvmExecutionImpl execution)
          Executes the given depending operations with the given execution.
 void PvmExecutionImpl.continueIfExecutionDoesNotAffectNextOperation(Callback<PvmExecutionImpl,Void> dispatching, Callback<PvmExecutionImpl,Void> continuation, PvmExecutionImpl execution)
          Executes the given depending operations with the given execution.
 void PvmExecutionImpl.dispatchDelayedEventsAndPerformOperation(Callback<PvmExecutionImpl,Void> continuation)
          Dispatches the current delayed variable events and performs the given atomic operation if the current state was not changed.
 



Copyright © 2017 camunda services GmbH. All rights reserved.