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)
MigrationActivityMatcher
matchActivities
in interface MigrationActivityMatcher
source
- the activity from the source process definitiontarget
- the activity from the target process definitionprotected boolean equalId(ActivityImpl source, ActivityImpl target)
Copyright © 2022. All rights reserved.