Class DifferentialExpressionAnalysisRemoveTaskCommand
- java.lang.Object
-
- ubic.gemma.core.job.TaskCommand
-
- ubic.gemma.core.tasks.analysis.diffex.DifferentialExpressionAnalysisTaskCommand
-
- ubic.gemma.core.tasks.analysis.diffex.DifferentialExpressionAnalysisRemoveTaskCommand
-
- All Implemented Interfaces:
Serializable
public class DifferentialExpressionAnalysisRemoveTaskCommand extends DifferentialExpressionAnalysisTaskCommand
Specialized command object for removing analysis results.- Author:
- paul
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ubic.gemma.core.job.TaskCommand
MAX_QUEUING_MINUTES, MAX_RUNTIME_MINUTES
-
-
Constructor Summary
Constructors Constructor Description DifferentialExpressionAnalysisRemoveTaskCommand(ExpressionExperiment ee, DifferentialExpressionAnalysis toRemove)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DifferentialExpressionAnalysis
getToRemove()
-
Methods inherited from class ubic.gemma.core.tasks.analysis.diffex.DifferentialExpressionAnalysisTaskCommand
getAnalysisType, getExpressionExperiment, getFactors, getSubsetFactor, getTaskClass, getToRedo, isForceAnalysis, isIncludeInteractions, isModerateStatistics, isUseWeights, setAnalysisType, setExpressionExperiment, setFactors, setForceAnalysis, setIncludeInteractions, setModerateStatistics, setSubsetFactor, setToRedo, setUseWeights
-
Methods inherited from class ubic.gemma.core.job.TaskCommand
getEntityId, getMaxQueueMinutes, getMaxRuntime, getPersistJobDetails, getSecurityContext, getSubmitter, getTaskId, isEmailAlert, setEmailAlert, setEntityId, setMaxQueueMinutes, setMaxRuntime, setPersistJobDetails, setTaskId
-
-
-
-
Constructor Detail
-
DifferentialExpressionAnalysisRemoveTaskCommand
public DifferentialExpressionAnalysisRemoveTaskCommand(ExpressionExperiment ee, DifferentialExpressionAnalysis toRemove)
-
-
Method Detail
-
getToRemove
public DifferentialExpressionAnalysis getToRemove()
-
-