Package net.sf.basedb.plugins.batchimport

  • Interface Summary
    Interface Description
    IdMethod
    Represents an 'identification method', eg. a way to find an item among the items that already exists in the database.
  • Class Summary
    Class Description
    AbstractItemImporter<I extends BasicItem>
    An abstract base class for plug-ins that import items in batch.
    AnnotationIdMethod
    Identification method implementation that can use an annotation for identifying items.
    AnnotationTypeImporter
    Plug-in for importing annotation type items in a batch.
    AnyToAnyImporter
    Plug-in for importing any-to-any links from simple text files.
    ArrayBatchImporter
    Plug-in for importing array batch items in a batch.
    ArrayDesignImporter
    Plug-in for importing array design items in a batch.
    ArraySlideImporter
    Plug-in for importing array slide items in a batch.
    BioPlateImporter
    Plug-in for importing bioplate items in a batch.
    BioSourceImporter
    Plug-in for importing biosource items in a batch.
    DerivedBioAssayImporter
    Plug-in for importing derived bioassay items in a batch.
    ExtractImporter
    Plug-in for importing extract items in a batch.
    FallbackIdMethod
    Identification method implementation that first tries a parent id method, and, if no item is found and the identifier is a number, tries to load the item by id.
    FileImporter
    Plug-in for importing file items in a batch.
    FileImporter.PathIdMethod  
    InternalIdMethod
    Identification method implementation that finds an item by using the getById() method.
    KitImporter
    Plug-in for importing kit items in a batch.
    MultiPropertyIdMethod
    Identification method implementation that can use a multiple properties (eg, name, id, externalId, etc.) for identifying items.
    PhysicalBioAssayImporter
    Plug-in for importing physical bioassays items in a batch.
    PropertyIdMethod
    Identification method implementation that can use a single property (eg, name, id, externalId, etc.) for identifying items.
    RawBioAssayImporter
    Plug-in for importing raw bioassay items in a batch.
    SampleImporter
    Plug-in for importing sample items in a batch.
    TagImporter
    Plug-in for importing tag items in a batch.
    UsedQuantityMapper
    A special mapper for "Used quantity" values.