org.camunda.bpm.engine.impl.migration
Class DefaultMigrationActivityMatcher

java.lang.Object
  extended by org.camunda.bpm.engine.impl.migration.DefaultMigrationActivityMatcher
All Implemented Interfaces:
MigrationActivityMatcher

public class DefaultMigrationActivityMatcher
extends Object
implements MigrationActivityMatcher


Constructor Summary
DefaultMigrationActivityMatcher()
           
 
Method Summary
protected  boolean equalId(ActivityImpl source, ActivityImpl target)
           
 boolean matchActivities(ActivityImpl source, ActivityImpl target)
          Checks if an activity from the source process definition of a migration matches an activity from the target process definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMigrationActivityMatcher

public DefaultMigrationActivityMatcher()
Method Detail

matchActivities

public boolean matchActivities(ActivityImpl source,
                               ActivityImpl target)
Description copied from interface: MigrationActivityMatcher
Checks if an activity from the source process definition of a migration matches an activity from the target process definition.

Specified by:
matchActivities in interface MigrationActivityMatcher
Parameters:
source - the activity from the source process definition
target - the activity from the target process definition
Returns:
true if the source activity matches the target activity in the context of the migration, false otherwise

equalId

protected boolean equalId(ActivityImpl source,
                          ActivityImpl target)


Copyright © 2017 camunda services GmbH. All rights reserved.