org.camunda.bpm.engine.impl.migration.validation.activity
Class SupportedBoundaryEventActivityValidator
java.lang.Object
org.camunda.bpm.engine.impl.migration.validation.activity.SupportedBoundaryEventActivityValidator
- All Implemented Interfaces:
- MigrationActivityValidator
public class SupportedBoundaryEventActivityValidator
- extends Object
- implements MigrationActivityValidator
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static SupportedBoundaryEventActivityValidator INSTANCE
supportedTypes
public static final List<String> supportedTypes
SupportedBoundaryEventActivityValidator
public SupportedBoundaryEventActivityValidator()
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.