- DatabaseCredentials - Interface in org.oncoblocks.centromere.core.dataimport.component
-
Defines basic connection information necessary for accessing a database.
- DataImportException - Exception in org.oncoblocks.centromere.core.dataimport.component
-
Generic exception thrown when a data import component has an unresolvable problem.
- DataImportException(String) - Constructor for exception org.oncoblocks.centromere.core.dataimport.component.DataImportException
-
- DataSetAware - Interface in org.oncoblocks.centromere.core.dataimport.pipeline
-
Data import components that implement this interface are assumed to have the identifier of the
currently processed data set assigned to them, for annotating processed records.
- DataSetManager - Class in org.oncoblocks.centromere.core.dataimport.pipeline
-
- DataSetManager() - Constructor for class org.oncoblocks.centromere.core.dataimport.pipeline.DataSetManager
-
- DataSetManager(Iterable<DataSetMetadata>) - Constructor for class org.oncoblocks.centromere.core.dataimport.pipeline.DataSetManager
-
- DataSetMetadata - Class in org.oncoblocks.centromere.core.dataimport.pipeline
-
Simple representation of a data set being processed and imported into the warehouse.
- DataSetMetadata() - Constructor for class org.oncoblocks.centromere.core.dataimport.pipeline.DataSetMetadata
-
- DataType - Class in org.oncoblocks.centromere.core.dataimport.pipeline
-
- DataType() - Constructor for class org.oncoblocks.centromere.core.dataimport.pipeline.DataType
-
- DataType(String, String) - Constructor for class org.oncoblocks.centromere.core.dataimport.pipeline.DataType
-
- DataType(String, String, ImportOptions) - Constructor for class org.oncoblocks.centromere.core.dataimport.pipeline.DataType
-
- DataTypeManager - Class in org.oncoblocks.centromere.core.dataimport.pipeline
-
Simple object that handles mapping of user-defined data types to
RecordProcessor beans,
as defined by
DataType instances.
- DataTypeManager() - Constructor for class org.oncoblocks.centromere.core.dataimport.pipeline.DataTypeManager
-
- DataTypeManager(Iterable<DataType>) - Constructor for class org.oncoblocks.centromere.core.dataimport.pipeline.DataTypeManager
-
- DataTypeManager(DataType...) - Constructor for class org.oncoblocks.centromere.core.dataimport.pipeline.DataTypeManager
-
- DataTypes - Annotation Type in org.oncoblocks.centromere.core.dataimport.component
-
Identifies an annotated
RecordProcessor as the primary handler of the specified data types.
- delete(ID) - Method in interface org.oncoblocks.centromere.core.repository.RepositoryOperations
-
Deletes a record in the repository, identified by its ID.
- deleteAll() - Method in interface org.oncoblocks.centromere.core.repository.RepositoryOperations
-
Deletes every record in the repository.
- distinct(String) - Method in interface org.oncoblocks.centromere.core.repository.RepositoryOperations
-
Returns a unsorted list of distinct values of the requested field.
- distinct(String, Iterable<QueryCriteria>) - Method in interface org.oncoblocks.centromere.core.repository.RepositoryOperations
-
Returns a unsorted list of distinct values of the requested field, filtered using a
QueryCriteria
based query.
- doAfter() - Method in class org.oncoblocks.centromere.core.dataimport.component.AbstractRecordFileReader
-
Calls the close method on the reader.
- doAfter() - Method in class org.oncoblocks.centromere.core.dataimport.component.AbstractRecordFileWriter
-
Closes the open file writer.
- doAfter() - Method in class org.oncoblocks.centromere.core.dataimport.component.GenericRecordProcessor
-
- doAfter() - Method in interface org.oncoblocks.centromere.core.dataimport.component.RecordProcessor
-
Executes after the run method.
- doAfter() - Method in interface org.oncoblocks.centromere.core.dataimport.component.RecordReader
-
To be executed after the last readRecord call.
- doAfter() - Method in interface org.oncoblocks.centromere.core.dataimport.component.RecordWriter
-
Executes after the last writeRecord call.
- doAfter() - Method in class org.oncoblocks.centromere.core.dataimport.component.RepositoryRecordUpdater
-
Performs no action.
- doAfter() - Method in class org.oncoblocks.centromere.core.dataimport.component.RepositoryRecordWriter
-
Performs no action.
- doBefore(String) - Method in class org.oncoblocks.centromere.core.dataimport.component.AbstractRecordFileReader
-
Closes any open readers and opens the new target file.
- doBefore(String) - Method in class org.oncoblocks.centromere.core.dataimport.component.AbstractRecordFileWriter
-
Opens a new output file for writing.
- doBefore() - Method in class org.oncoblocks.centromere.core.dataimport.component.GenericRecordProcessor
-
- doBefore() - Method in interface org.oncoblocks.centromere.core.dataimport.component.RecordProcessor
-
Executes before the run method.
- doBefore(String) - Method in interface org.oncoblocks.centromere.core.dataimport.component.RecordReader
-
To be executed before the readRecord method is called.
- doBefore(String) - Method in interface org.oncoblocks.centromere.core.dataimport.component.RecordWriter
-
Executes before the first writeRecord method call.
- doBefore(String) - Method in class org.oncoblocks.centromere.core.dataimport.component.RepositoryRecordUpdater
-
Performs no action.
- doBefore(String) - Method in class org.oncoblocks.centromere.core.dataimport.component.RepositoryRecordWriter
-
Performs no action.