Class CharacteristicUpdateTaskImpl
java.lang.Object
ubic.gemma.core.job.AbstractTask<CharacteristicUpdateCommand>
ubic.gemma.core.tasks.maintenance.CharacteristicUpdateTaskImpl
- All Implemented Interfaces:
Callable<TaskResult>,Task<CharacteristicUpdateCommand>,CharacteristicUpdateTask
@Component
@Scope("prototype")
public class CharacteristicUpdateTaskImpl
extends AbstractTask<CharacteristicUpdateCommand>
implements CharacteristicUpdateTask
This handles characteristic updates from the client: experiment tags, characteristic browser
- Author:
- paul
-
Constructor Summary
ConstructorsConstructorDescriptionCharacteristicUpdateTaskImpl(BioMaterialService bioMaterialService, CharacteristicService characteristicService, ExpressionExperimentService expressionExperimentService, FactorValueService factorValueService, gemma.gsec.SecurityService securityService) -
Method Summary
Methods inherited from class ubic.gemma.core.job.AbstractTask
getTaskCommand, newTaskResult, setTaskCommandMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ubic.gemma.core.job.Task
getTaskCommand, setTaskCommand
-
Constructor Details
-
CharacteristicUpdateTaskImpl
@Autowired public CharacteristicUpdateTaskImpl(BioMaterialService bioMaterialService, CharacteristicService characteristicService, ExpressionExperimentService expressionExperimentService, FactorValueService factorValueService, gemma.gsec.SecurityService securityService)
-
-
Method Details
-
call
- Specified by:
callin interfaceCallable<TaskResult>
-