org.camunda.bpm.engine.impl.migration.validation.activity
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
 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


Copyright © 2016 camunda services GmbH. All rights reserved.