Class CoexSearchTaskCommand

java.lang.Object
ubic.gemma.core.job.TaskCommand
ubic.gemma.web.controller.analysis.expression.coexpression.CoexSearchTaskCommand
All Implemented Interfaces:
Serializable

public class CoexSearchTaskCommand extends ubic.gemma.core.job.TaskCommand
Author:
cmcdonald
See Also:
  • Field Summary

    Fields inherited from class ubic.gemma.core.job.TaskCommand

    MAX_QUEUING_MILLIS, MAX_RUNTIME_MILLIS
  • Constructor Summary

    Constructors
    Constructor
    Description
    CoexSearchTaskCommand(ubic.gemma.core.analysis.expression.coexpression.CoexpressionSearchCommand searchOptions)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ubic.gemma.core.analysis.expression.coexpression.CoexpressionSearchCommand
     
    void
    setSearchOptions(ubic.gemma.core.analysis.expression.coexpression.CoexpressionSearchCommand searchOptions)
     

    Methods inherited from class ubic.gemma.core.job.TaskCommand

    getMaxQueueMillis, getMaxRuntimeMillis, getPersistJobDetails, getSecurityContext, getSubmitter, getTaskClass, isEmailAlert, setEmailAlert, setMaxQueueMillis, setMaxRuntimeMillis, setPersistJobDetails

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CoexSearchTaskCommand

      public CoexSearchTaskCommand(ubic.gemma.core.analysis.expression.coexpression.CoexpressionSearchCommand searchOptions)
  • Method Details

    • getSearchOptions

      public ubic.gemma.core.analysis.expression.coexpression.CoexpressionSearchCommand getSearchOptions()
    • setSearchOptions

      public void setSearchOptions(ubic.gemma.core.analysis.expression.coexpression.CoexpressionSearchCommand searchOptions)