Class DeleteUnmappedInstanceVisitor
java.lang.Object
org.camunda.bpm.engine.impl.migration.instance.DeleteUnmappedInstanceVisitor
- All Implemented Interfaces:
TreeVisitor<MigratingScopeInstance>
public class DeleteUnmappedInstanceVisitor
extends Object
implements TreeVisitor<MigratingScopeInstance>
- Author:
- Thorben Lindhauer
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected boolean
protected Set<MigratingScopeInstance>
-
Constructor Summary
ConstructorDescriptionDeleteUnmappedInstanceVisitor
(boolean skipCustomListeners, boolean skipIoMappings) -
Method Summary
Modifier and TypeMethodDescriptionboolean
hasVisitedAll
(Collection<MigratingScopeInstance> activityInstances) void
visit
(MigratingScopeInstance currentInstance) Invoked for a node in tree.
-
Field Details
-
visitedInstances
-
skipCustomListeners
protected boolean skipCustomListeners -
skipIoMappings
protected boolean skipIoMappings
-
-
Constructor Details
-
DeleteUnmappedInstanceVisitor
public DeleteUnmappedInstanceVisitor(boolean skipCustomListeners, boolean skipIoMappings)
-
-
Method Details
-
visit
Description copied from interface:TreeVisitor
Invoked for a node in tree.- Specified by:
visit
in interfaceTreeVisitor<MigratingScopeInstance>
- Parameters:
currentInstance
- a reference to the node
-
hasVisitedAll
-