org.camunda.bpm.engine.impl.pvm.process
Interface ActivityImpl.AsyncBeforeUpdate

Enclosing class:
ActivityImpl

public static interface ActivityImpl.AsyncBeforeUpdate

Delegate interface for the asyncBefore property update.


Method Summary
 void updateAsyncBefore(boolean asyncBefore, boolean exclusive)
          Method which is called if the asyncBefore property should be updated.
 

Method Detail

updateAsyncBefore

void updateAsyncBefore(boolean asyncBefore,
                       boolean exclusive)
Method which is called if the asyncBefore property should be updated.

Parameters:
asyncBefore - the new value for the asyncBefore flag
exclusive - the exclusive flag


Copyright © 2016 camunda services GmbH. All rights reserved.