org.camunda.bpm.engine.impl.cmmn.behavior
Interface TransferVariablesActivityBehavior

All Superinterfaces:
CmmnActivityBehavior, CoreActivityBehavior<CmmnActivityExecution>
All Known Implementing Classes:
CaseTaskActivityBehavior, ProcessOrCaseTaskActivityBehavior, ProcessTaskActivityBehavior

public interface TransferVariablesActivityBehavior
extends CmmnActivityBehavior

Author:
Roman Smirnov

Method Summary
 void transferVariables(VariableScope<?> from, VariableScope<?> to)
           
 
Methods inherited from interface org.camunda.bpm.engine.impl.cmmn.behavior.CmmnActivityBehavior
created, onClose, onCompletion, onCreate, onDisable, onEnable, onExit, onManualCompletion, onManualStart, onOccur, onParentResume, onParentSuspension, onParentTermination, onReactivation, onReenable, onResume, onStart, onSuspension, onTermination, reactivated, resumed, started, triggerEntryCriteria, triggerExitCriteria
 
Methods inherited from interface org.camunda.bpm.engine.impl.core.delegate.CoreActivityBehavior
execute
 

Method Detail

transferVariables

void transferVariables(VariableScope<?> from,
                       VariableScope<?> to)


Copyright © 2014 camunda services GmbH. All Rights Reserved.