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

All Superinterfaces:
CmmnActivityBehavior, CoreActivityBehavior<CmmnActivityExecution>
All Known Implementing Classes:
StageActivityBehavior

public interface CompositeActivityBehavior
extends CmmnActivityBehavior

Author:
Roman Smirnov

Method Summary
 void childStateChanged(CmmnExecution execution, CmmnExecution child)
           
 
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
 
Methods inherited from interface org.camunda.bpm.engine.impl.core.delegate.CoreActivityBehavior
execute
 

Method Detail

childStateChanged

void childStateChanged(CmmnExecution execution,
                       CmmnExecution child)


Copyright © 2014 camunda services GmbH. All Rights Reserved.