|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReferenceWalker | |
|---|---|
| org.camunda.bpm.engine.impl.migration.instance | |
| org.camunda.bpm.engine.impl.migration.instance.parser | |
| org.camunda.bpm.engine.impl.tree | |
| Uses of ReferenceWalker in org.camunda.bpm.engine.impl.migration.instance |
|---|
| Subclasses of ReferenceWalker in org.camunda.bpm.engine.impl.migration.instance | |
|---|---|
class |
MigratingProcessElementInstanceTopDownWalker
Walks the hierarchy of MigratingProcessElementInstances in a top-down-fashion. |
class |
MigratingScopeInstanceBottomUpWalker
|
| Uses of ReferenceWalker in org.camunda.bpm.engine.impl.migration.instance.parser |
|---|
| Subclasses of ReferenceWalker in org.camunda.bpm.engine.impl.migration.instance.parser | |
|---|---|
class |
ActivityInstanceWalker
|
class |
CompensationEventSubscriptionWalker
Ensures that event subscriptions are visited in a top-down fashion, i.e. |
| Uses of ReferenceWalker in org.camunda.bpm.engine.impl.tree |
|---|
| Subclasses of ReferenceWalker in org.camunda.bpm.engine.impl.tree | |
|---|---|
class |
ActivityExecutionHierarchyWalker
Combination of flow scope and execution walker. |
class |
ExecutionTopDownWalker
|
class |
ExecutionWalker
|
class |
FlowScopeWalker
Walks the flow scope hierarchy upwards |
class |
SingleReferenceWalker<T>
|
| Methods in org.camunda.bpm.engine.impl.tree that return ReferenceWalker | |
|---|---|
ReferenceWalker<ActivityExecutionTuple> |
ActivityExecutionHierarchyWalker.addExecutionPostVisitor(TreeVisitor<ActivityExecution> visitor)
|
ReferenceWalker<ActivityExecutionTuple> |
ActivityExecutionHierarchyWalker.addExecutionPreVisitor(TreeVisitor<ActivityExecution> visitor)
|
ReferenceWalker<T> |
ReferenceWalker.addPostVisitor(TreeVisitor<T> collector)
|
ReferenceWalker<T> |
ReferenceWalker.addPreVisitor(TreeVisitor<T> collector)
|
ReferenceWalker<ActivityExecutionTuple> |
ActivityExecutionHierarchyWalker.addScopePostVisitor(TreeVisitor<PvmScope> visitor)
|
ReferenceWalker<ActivityExecutionTuple> |
ActivityExecutionHierarchyWalker.addScopePreVisitor(TreeVisitor<PvmScope> visitor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||