|
||||||||||
| 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 | |
|---|---|
void |
concurrentExecutionCreated(ActivityExecution scopeExecution,
ActivityExecution concurrentExecution)
implement to handle reorganization of the scope when a concurrent execution in the scope is created (e.g. |
void |
concurrentExecutionDeleted(ActivityExecution scopeExecution,
ActivityExecution concurrentExecution)
implement to handle reorganization of the scope when a concurrent execution in the scope is removed (e.g. |
ActivityExecution |
initializeScope(ActivityExecution scopeExecution)
Implement to customize the creation of executions in the scope. |
| Methods inherited from interface org.camunda.bpm.engine.impl.pvm.delegate.ActivityBehavior |
|---|
execute |
| Method Detail |
|---|
ActivityExecution initializeScope(ActivityExecution scopeExecution)
void concurrentExecutionCreated(ActivityExecution scopeExecution,
ActivityExecution concurrentExecution)
void concurrentExecutionDeleted(ActivityExecution scopeExecution,
ActivityExecution concurrentExecution)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||