public class DefaultMigrationActivityMatcher extends Object implements MigrationActivityMatcher
| Constructor and Description | 
|---|
| DefaultMigrationActivityMatcher() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public boolean matchActivities(ActivityImpl source, ActivityImpl target)
MigrationActivityMatchermatchActivities in interface MigrationActivityMatchersource - the activity from the source process definitiontarget - the activity from the target process definitionprotected boolean equalId(ActivityImpl source, ActivityImpl target)
Copyright © 2018. All rights reserved.