org.camunda.bpm.engine.impl.migration.instance
Class DeleteUnmappedInstanceVisitor

java.lang.Object
  extended by 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
protected  boolean skipCustomListeners
           
protected  boolean skipIoMappings
           
protected  Set<MigratingScopeInstance> visitedInstances
           
 
Constructor Summary
DeleteUnmappedInstanceVisitor(boolean skipCustomListeners, boolean skipIoMappings)
           
 
Method Summary
 boolean hasVisitedAll(Collection<MigratingScopeInstance> activityInstances)
           
 void visit(MigratingScopeInstance currentInstance)
          Invoked for a node in tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

visitedInstances

protected Set<MigratingScopeInstance> visitedInstances

skipCustomListeners

protected boolean skipCustomListeners

skipIoMappings

protected boolean skipIoMappings
Constructor Detail

DeleteUnmappedInstanceVisitor

public DeleteUnmappedInstanceVisitor(boolean skipCustomListeners,
                                     boolean skipIoMappings)
Method Detail

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.