org.camunda.bpm.engine.impl.migration.validation.activity
Class SupportedBoundaryEventActivityValidator

java.lang.Object
  extended by org.camunda.bpm.engine.impl.migration.validation.activity.SupportedBoundaryEventActivityValidator
All Implemented Interfaces:
MigrationActivityValidator

public class SupportedBoundaryEventActivityValidator
extends Object
implements MigrationActivityValidator


Field Summary
static SupportedBoundaryEventActivityValidator INSTANCE
           
static List<String> supportedTypes
           
 
Constructor Summary
SupportedBoundaryEventActivityValidator()
           
 
Method Summary
 boolean isBoundaryEvent(ActivityImpl activity)
           
 boolean isSupportedBoundaryEventType(ActivityImpl activity)
           
 boolean valid(ActivityImpl activity)
          Check that an activity can be migrated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static SupportedBoundaryEventActivityValidator INSTANCE

supportedTypes

public static final List<String> supportedTypes
Constructor Detail

SupportedBoundaryEventActivityValidator

public SupportedBoundaryEventActivityValidator()
Method Detail

valid

public boolean valid(ActivityImpl activity)
Description copied from interface: MigrationActivityValidator
Check that an activity can be migrated.

Specified by:
valid in interface MigrationActivityValidator
Parameters:
activity - the activity to migrate
Returns:
true if the activity can be migrated, false otherwise

isBoundaryEvent

public boolean isBoundaryEvent(ActivityImpl activity)

isSupportedBoundaryEventType

public boolean isSupportedBoundaryEventType(ActivityImpl activity)


Copyright © 2016 camunda services GmbH. All rights reserved.