Class ImportEntryPreProcessor


  • public abstract class ImportEntryPreProcessor
    extends Object
    Abstract/default class used to process an import entry when it is created before it is stored in the database. Is called from the ImportEntryManager.createImportEntry(String, String, String) method. Note: modules can implement this interface when they want to keep/maintain custom columns in the ImportEntry table.
    Author:
    mtaal
    • Constructor Detail

      • ImportEntryPreProcessor

        public ImportEntryPreProcessor()
    • Method Detail

      • beforeCreate

        public abstract void beforeCreate​(ImportEntry importEntry)