Interface | Description |
---|---|
IdMethod |
Represents an 'identification method', eg. a way to find an item among
the items that already exists in the database.
|
Class | Description |
---|---|
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.
|
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.
|
HybridizationImporter | Deprecated
In 3.0, use
PhysicalBioAssayImporter instead |
InternalIdMethod |
Identification method implementation that finds an item
by using the
getById() method. |
LabeledExtractImporter | Deprecated
In 3.0, use
ExtractImporter instead |
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.
|
ScanImporter | Deprecated
In 3.0, use
DerivedBioAssayImporter instead |