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
Modifier and TypeMethodDescriptionboolean
valid
(ActivityImpl activity) Check that an activity can be migrated.
-
Method Details
-
valid
Check that an activity can be migrated.- Parameters:
activity
- the activity to migrate- Returns:
- true if the activity can be migrated, false otherwise
-