Interface MigrationActivityValidator
-
- All Known Implementing Classes:
NoCompensationHandlerActivityValidator
,SupportedActivityValidator
,SupportedPassiveEventTriggerActivityValidator
public interface MigrationActivityValidator
Check if an activity can be migrated. For example if the activity type is supported by the migration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
valid(ActivityImpl activity)
Check that an activity can be migrated.
-
-
-
Method Detail
-
valid
boolean valid(ActivityImpl activity)
Check that an activity can be migrated.- Parameters:
activity
- the activity to migrate- Returns:
- true if the activity can be migrated, false otherwise
-
-