Uses of Class
ubic.gemma.core.job.TaskCommand
-
-
Uses of TaskCommand in ubic.gemma.core.job
Classes in ubic.gemma.core.job with type parameters of type TaskCommand Modifier and Type Class Description class
AbstractTask<C extends TaskCommand>
interface
Task<C extends TaskCommand>
Fields in ubic.gemma.core.job declared as TaskCommand Modifier and Type Field Description protected C
AbstractTask. taskCommand
Methods in ubic.gemma.core.job with type parameters of type TaskCommand Modifier and Type Method Description <C extends TaskCommand>
StringTaskRunningService. submitTaskCommand(C taskCommand)
Submit a task and track its progress.<C extends TaskCommand>
StringTaskRunningServiceImpl. submitTaskCommand(C taskCommand)
We check if there are listeners on task submission queue to decide if remote tasks can be served.Methods in ubic.gemma.core.job that return TaskCommand Modifier and Type Method Description TaskCommand
SubmittedTask. getTaskCommand()
Constructors in ubic.gemma.core.job with parameters of type TaskCommand Constructor Description TaskResult(TaskCommand command, Object answer)
-
Uses of TaskCommand in ubic.gemma.core.loader.expression.simple.model
Subclasses of TaskCommand in ubic.gemma.core.loader.expression.simple.model Modifier and Type Class Description class
SimpleExpressionExperimentMetaData
Represents the basic data to enter about an expression experiment when starting from a delimited file of dataMethods in ubic.gemma.core.loader.expression.simple.model that return types with arguments of type TaskCommand Modifier and Type Method Description Class<? extends Task<? extends TaskCommand>>
SimpleExpressionExperimentMetaData. getTaskClass()
-
Uses of TaskCommand in ubic.gemma.core.tasks.analysis.coexp
Subclasses of TaskCommand in ubic.gemma.core.tasks.analysis.coexp Modifier and Type Class Description class
LinkAnalysisTaskCommand
Command object for Link analysisMethods in ubic.gemma.core.tasks.analysis.coexp that return types with arguments of type TaskCommand Modifier and Type Method Description Class<? extends Task<? extends TaskCommand>>
LinkAnalysisTaskCommand. getTaskClass()
-
Uses of TaskCommand in ubic.gemma.core.tasks.analysis.diffex
Subclasses of TaskCommand in ubic.gemma.core.tasks.analysis.diffex Modifier and Type Class Description class
DifferentialExpressionAnalysisRemoveTaskCommand
Specialized command object for removing analysis results.class
DifferentialExpressionAnalysisTaskCommand
A command object to be used by spaces.class
DiffExMetaAnalyzerTaskCommand
A command object to be used by spaces.Methods in ubic.gemma.core.tasks.analysis.diffex that return types with arguments of type TaskCommand Modifier and Type Method Description Class<? extends Task<? extends TaskCommand>>
DifferentialExpressionAnalysisTaskCommand. getTaskClass()
Class<? extends Task<? extends TaskCommand>>
DiffExMetaAnalyzerTaskCommand. getTaskClass()
-
Uses of TaskCommand in ubic.gemma.core.tasks.analysis.expression
Subclasses of TaskCommand in ubic.gemma.core.tasks.analysis.expression Modifier and Type Class Description class
BatchInfoFetchTaskCommand
class
BioAssayOutlierProcessingTaskCommand
class
ExpressionExperimentLoadTaskCommand
class
PreprocessTaskCommand
Command object for processing data vectors.class
SvdTaskCommand
class
TwoChannelMissingValueTaskCommand
class
UpdateEEDetailsCommand
class
UpdatePubMedCommand
Methods in ubic.gemma.core.tasks.analysis.expression that return types with arguments of type TaskCommand Modifier and Type Method Description Class<? extends Task<? extends TaskCommand>>
BatchInfoFetchTaskCommand. getTaskClass()
Class<? extends Task<? extends TaskCommand>>
BioAssayOutlierProcessingTaskCommand. getTaskClass()
Class<? extends Task<? extends TaskCommand>>
ExpressionExperimentLoadTaskCommand. getTaskClass()
Class<? extends Task<? extends TaskCommand>>
PreprocessTaskCommand. getTaskClass()
Class<? extends Task<? extends TaskCommand>>
SvdTaskCommand. getTaskClass()
Class<? extends Task<? extends TaskCommand>>
TwoChannelMissingValueTaskCommand. getTaskClass()
Class<? extends Task<? extends TaskCommand>>
UpdateEEDetailsCommand. getTaskClass()
Class<? extends Task<? extends TaskCommand>>
UpdatePubMedCommand. getTaskClass()
-
Uses of TaskCommand in ubic.gemma.core.tasks.analysis.sequence
Subclasses of TaskCommand in ubic.gemma.core.tasks.analysis.sequence Modifier and Type Class Description class
ArrayDesignProbeMapTaskCommand
A command object to be used by spaces. -
Uses of TaskCommand in ubic.gemma.core.tasks.maintenance
Subclasses of TaskCommand in ubic.gemma.core.tasks.maintenance Modifier and Type Class Description class
CharacteristicUpdateCommand
class
ExpressionExperimentReportTaskCommand
class
IndexerTaskCommand
Methods in ubic.gemma.core.tasks.maintenance that return types with arguments of type TaskCommand Modifier and Type Method Description Class<? extends Task<? extends TaskCommand>>
CharacteristicUpdateCommand. getTaskClass()
Class<? extends Task<? extends TaskCommand>>
ExpressionExperimentReportTaskCommand. getTaskClass()
-
Uses of TaskCommand in ubic.gemma.core.tasks.visualization
Subclasses of TaskCommand in ubic.gemma.core.tasks.visualization Modifier and Type Class Description class
DifferentialExpressionSearchTaskCommand
Created with IntelliJ IDEA.Methods in ubic.gemma.core.tasks.visualization that return types with arguments of type TaskCommand Modifier and Type Method Description Class<? extends Task<? extends TaskCommand>>
DifferentialExpressionSearchTaskCommand. getTaskClass()
-
Uses of TaskCommand in ubic.gemma.web.controller.coexpressionSearch
Subclasses of TaskCommand in ubic.gemma.web.controller.coexpressionSearch Modifier and Type Class Description class
CoexSearchTaskCommand
-
Uses of TaskCommand in ubic.gemma.web.controller.expression.experiment
Subclasses of TaskCommand in ubic.gemma.web.controller.expression.experiment Modifier and Type Class Description class
ExpressionExperimentDataFetchCommand
class
SimpleExpressionExperimentLoadTaskCommand
Extends a SimpleExpressionExperimentMetaData with information about the file -
Uses of TaskCommand in ubic.gemma.web.tasks.analysis.sequence
Subclasses of TaskCommand in ubic.gemma.web.tasks.analysis.sequence Modifier and Type Class Description class
ArrayDesignRepeatScanTaskCommand
A command object to be used by spaces.Methods in ubic.gemma.web.tasks.analysis.sequence that return types with arguments of type TaskCommand Modifier and Type Method Description Class<? extends Task<? extends TaskCommand>>
ArrayDesignRepeatScanTaskCommand. getTaskClass()
-