Class Summary |
AbstractItemImporter<I extends BasicItem> |
An abstract base class for plug-ins that import items in batch. |
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. |
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. |
HybridizationImporter |
Plug-in for importing hybridization items in a batch. |
InternalIdMethod |
Identification method implementation that finds an item
by using the getById() method. |
LabeledExtractImporter |
Plug-in for importing labled extract items in a batch. |
MultiPropertyIdMethod |
Identification method implementation that can use a multiple properties
(eg, name, id, externalId, etc.) for identifying items. |
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. |
ScanImporter |
Plug-in for importing scan items in a batch. |