org.openmrs.scheduler.tasks
Class GenerateDataExportTask

java.lang.Object
  extended by org.openmrs.scheduler.tasks.AbstractTask
      extended by org.openmrs.scheduler.tasks.GenerateDataExportTask
All Implemented Interfaces:
Task

Deprecated. see reportingcompatibility module

@Deprecated
public class GenerateDataExportTask
extends AbstractTask

Generates a data export


Field Summary
 
Fields inherited from class org.openmrs.scheduler.tasks.AbstractTask
isExecuting, taskDefinition
 
Constructor Summary
GenerateDataExportTask()
          Deprecated.  
 
Method Summary
 void execute()
          Deprecated. Process the next form entry in the database and then remove the form entry from the database.
 EvaluationContext getEvaluationContext()
          Deprecated.  
 void initialize(TaskDefinition definition)
          Deprecated. Initializes the task and sets the task definition.
 void setEvaluationContext(EvaluationContext context)
          Deprecated.  
 
Methods inherited from class org.openmrs.scheduler.tasks.AbstractTask
authenticate, getTaskDefinition, isExecuting, shutdown, startExecuting, stopExecuting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateDataExportTask

public GenerateDataExportTask()
Deprecated. 
Method Detail

initialize

public void initialize(TaskDefinition definition)
Deprecated. 
Description copied from interface: Task
Initializes the task and sets the task definition.

Specified by:
initialize in interface Task
Overrides:
initialize in class AbstractTask
See Also:
AbstractTask.initialize(TaskDefinition)

setEvaluationContext

public void setEvaluationContext(EvaluationContext context)
Deprecated. 

getEvaluationContext

public EvaluationContext getEvaluationContext()
Deprecated. 

execute

public void execute()
Deprecated. 
Process the next form entry in the database and then remove the form entry from the database.

Specified by:
execute in interface Task
Specified by:
execute in class AbstractTask
See Also:
Task.execute()

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change