Interface | Description |
---|---|
DataLoader<T> |
A helper interface for the
SimpleExport to get data
that in some way are associated with an item. |
ExportTemplate |
A helper interface for the
SimpleExport class to make it
easier to output exported data in different formats. |
QueryWrapper<T> |
A helper interface for the
SimpleExport class to make it
easier to interact with different types of queries. |
Class | Description |
---|---|
BioAssayExperimentalFactorLoader |
Data loader that gets annotation values for a bioassay including
those that are present on the parent raw bioassay(s) without being
directly inherited by the bioassay.
|
BioMaterialEventSourceFormatter |
Formatter to handle
BioMaterialEventSource items. |
ChangeHistoryDetailLoader |
Data loader implementation for old and new values in the
change history which are protected by special permissions.
|
DataQueryWrapper |
A query wrapper for
DataQuery :s. |
DynamicQueryWrapper |
A query wrapper for
DynamicQuery :s. |
ExportedProperty | |
FileSetMemberLoader |
Data loader implementation that load the files in a file set
in
FileStoreEnabled items. |
ItemQueryLoader<T extends BasicItem> |
A class that uses a given query to load data.
|
ItemQueryWrapper |
A query wrapper for
ItemQuery :s. |
ParentBioMaterialEventSourceLoader |
This is a loader implementation that load information about all source biomaterial
for a given child biomaterial.
|
ParentBioMaterialEventSourceLoaderFromBioAssay |
This is a loader implementation that load information about all source biomaterial
for a given physical bioassay.
|
ParentBioMaterialLoader |
This class get data from the parents to a
MeasuredBioMaterial |
PathLoader |
This is a loader implementation that load the path of a file or directory.
|
PlainTextTemplate |
A plain text template that exports data in tab-delimited format.
|
ReporterScoreQueryWrapper |
A query wrapper for
ReporterScoreQuery :s. |
SimpleExport |
Export plugin for exporting data from table listings in the web client.
|
XMLTemplate |
A XML template that exports data in a simple one-level XML format.
|