Class BatchInfoFetchTaskImpl

java.lang.Object
ubic.gemma.core.job.AbstractTask<BatchInfoFetchTaskCommand>
ubic.gemma.core.tasks.analysis.expression.BatchInfoFetchTaskImpl
All Implemented Interfaces:
Callable<TaskResult>, Task<BatchInfoFetchTaskCommand>, BatchInfoFetchTask

@Component @Scope("prototype") public class BatchInfoFetchTaskImpl extends AbstractTask<BatchInfoFetchTaskCommand> implements BatchInfoFetchTask
Task to try to get 'batch' information about an experiment. This usually involves downloading raw data files from the provider.
Author:
paul
  • Constructor Details

    • BatchInfoFetchTaskImpl

      public BatchInfoFetchTaskImpl()
  • Method Details