Class ExtractImporter

All Implemented Interfaces:
AutoDetectingImporter, InteractivePlugin, Plugin, SignalTarget, ConfigureByExample

public class ExtractImporter
extends AbstractItemImporter<Extract>
Plug-in for importing extract items in a batch. The plug-in can create new items and updated existing items.
Version:
2.8
Author:
nicklas
Last modified
$Date: 2021-12-09 13:52:23 +0100 (Thu, 09 Dec 2021) $
  • Field Details

    • guiContexts

      private static final Set<GuiContext> guiContexts
    • tagColumnMapping

      protected static final PluginParameter<String> tagColumnMapping
    • nameMapper

      private Mapper nameMapper
    • descriptionMapper

      private Mapper descriptionMapper
    • externalIdMapper

      private Mapper externalIdMapper
    • tagMapper

      private Mapper tagMapper
    • originalQuantityMapper

      private Mapper originalQuantityMapper
    • createdMapper

      private Mapper createdMapper
    • registeredMapper

      private Mapper registeredMapper
    • protocolMapper

      private Mapper protocolMapper
    • kitMapper

      private Mapper kitMapper
    • defaultPrototolFunction

      private DefaultItemFunction<Protocol> defaultPrototolFunction
    • parentTypeMapper

      private Mapper parentTypeMapper
    • parentMapper

      private Mapper parentMapper
    • usedQuantityMapper

      private UsedQuantityMapper usedQuantityMapper
    • bioPlateMapper

      private Mapper bioPlateMapper
    • bioWellRowMapper

      private Mapper bioWellRowMapper
    • bioWellColMapper

      private Mapper bioWellColMapper
  • Constructor Details

    • ExtractImporter

      public ExtractImporter()
  • Method Details