Class DefaultMigrationActivityMatcher
java.lang.Object
org.camunda.bpm.engine.impl.migration.DefaultMigrationActivityMatcher
- All Implemented Interfaces:
 MigrationActivityMatcher
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanequalId(ActivityImpl source, ActivityImpl target) booleanmatchActivities(ActivityImpl source, ActivityImpl target) Checks if an activity from the source process definition of a migration matches an activity from the target process definition. 
- 
Constructor Details
- 
DefaultMigrationActivityMatcher
public DefaultMigrationActivityMatcher() 
 - 
 - 
Method Details
- 
matchActivities
Description copied from interface:MigrationActivityMatcherChecks if an activity from the source process definition of a migration matches an activity from the target process definition.- Specified by:
 matchActivitiesin interfaceMigrationActivityMatcher- Parameters:
 source- the activity from the source process definitiontarget- 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
 
 -