|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModificationObserverBehavior
When a (scope) activity behavior implements this behavior, its scope execution is notified in case of an external modification about the following:
| Method Summary | |
|---|---|
ActivityExecution |
createInnerInstance(ActivityExecution scopeExecution)
Returns an execution that can be used to execute an activity within that scope. |
void |
destroyInnerInstance(ActivityExecution concurrentExecution)
implement to destroy an execution in this scope and handle the scope's reorganization (e.g. |
List<ActivityExecution> |
initializeScope(ActivityExecution scopeExecution,
int nrOfInnerInstances)
Implement to customize initialization of the scope. |
| Methods inherited from interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityBehavior |
|---|
execute |
| Method Detail |
|---|
List<ActivityExecution> initializeScope(ActivityExecution scopeExecution,
int nrOfInnerInstances)
ActivityExecution createInnerInstance(ActivityExecution scopeExecution)
void destroyInnerInstance(ActivityExecution concurrentExecution)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||