org.camunda.bpm.engine.impl.migration.instance
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
visitedInstances
protected Set<MigratingScopeInstance> visitedInstances
skipCustomListeners
protected boolean skipCustomListeners
skipIoMappings
protected boolean skipIoMappings
DeleteUnmappedInstanceVisitor
public DeleteUnmappedInstanceVisitor(boolean skipCustomListeners,
boolean skipIoMappings)
visit
public void visit(MigratingScopeInstance currentInstance)
- Description copied from interface:
TreeVisitor
- Invoked for a node in tree.
- Specified by:
visit in interface TreeVisitor<MigratingScopeInstance>
- Parameters:
currentInstance - a reference to the node
hasVisitedAll
public boolean hasVisitedAll(Collection<MigratingScopeInstance> activityInstances)
Copyright © 2016 camunda services GmbH. All rights reserved.