Class ArrayDesignReportTaskImpl
java.lang.Object
ubic.gemma.core.job.AbstractTask<ArrayDesignReportTaskCommand>
ubic.gemma.core.tasks.maintenance.ArrayDesignReportTaskImpl
- All Implemented Interfaces:
Callable<TaskResult>, Task<ArrayDesignReportTaskCommand>, ArrayDesignReportTask
@Component
@Scope("prototype")
public class ArrayDesignReportTaskImpl
extends AbstractTask<ArrayDesignReportTaskCommand>
implements ArrayDesignReportTask
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractTask
getTaskCommand, newTaskResult, setTaskCommandMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Task
getTaskCommand, setTaskCommand
-
Constructor Details
-
ArrayDesignReportTaskImpl
public ArrayDesignReportTaskImpl()
-
-
Method Details
-
call
- Specified by:
callin interfaceCallable<TaskResult>
-