Class MigrationPreProcessor

java.lang.Object
com.gentics.contentnode.rest.model.migration.MigrationPreProcessor
All Implemented Interfaces:
Serializable, Comparable<MigrationPreProcessor>

public class MigrationPreProcessor extends Object implements Comparable<MigrationPreProcessor>, Serializable
Model for a TagTypeMigrationPreProcessor
See Also:
  • Constructor Details

    • MigrationPreProcessor

      public MigrationPreProcessor()
      Create an empty instance
    • MigrationPreProcessor

      public MigrationPreProcessor(String className, Integer orderId)
      Create an instance with classname and order id
      Parameters:
      className - classname
      orderId - order id
  • Method Details