Class SupportedActivityValidator

  • All Implemented Interfaces:
    MigrationActivityValidator

    public class SupportedActivityValidator
    extends java.lang.Object
    implements MigrationActivityValidator
    *Supported* refers to whether an activity instance of a certain activity type can be migrated. This validator is irrelevant for transition instances which can be migrated at any activity type. Thus, this validator is only used during migration instruction generation and migrating activity instance validation, not during migration instruction validation.
    • Constructor Detail

      • SupportedActivityValidator

        public SupportedActivityValidator()
    • Method Detail

      • isSupportedActivity

        public boolean isSupportedActivity​(ActivityImpl activity)
      • isAsync

        protected boolean isAsync​(ActivityImpl activity)