Class BioAssayOutlierProcessingTaskImpl
- java.lang.Object
-
- ubic.gemma.core.job.AbstractTask<BioAssayOutlierProcessingTaskCommand>
-
- ubic.gemma.core.tasks.analysis.expression.BioAssayOutlierProcessingTaskImpl
-
- All Implemented Interfaces:
Callable<TaskResult>
,Task<BioAssayOutlierProcessingTaskCommand>
,BioAssayOutlierProcessingTask
@Component @Scope("prototype") public class BioAssayOutlierProcessingTaskImpl extends AbstractTask<BioAssayOutlierProcessingTaskCommand> implements BioAssayOutlierProcessingTask
Handle 'flagging' a sample as an outlier. The sample will not be used in analyses.- Author:
- paul
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.job.AbstractTask
taskCommand
-
-
Constructor Summary
Constructors Constructor Description BioAssayOutlierProcessingTaskImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskResult
call()
-
Methods inherited from class ubic.gemma.core.job.AbstractTask
getTaskCommand, setTaskCommand
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ubic.gemma.core.job.Task
getTaskCommand, setTaskCommand
-
-
-
-
Method Detail
-
call
public TaskResult call()
- Specified by:
call
in interfaceCallable<TaskResult>
-
-