public class SearchScheduleSwingWorker extends javax.swing.SwingWorker
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PARSERNAME |
Constructor and Description |
---|
SearchScheduleSwingWorker(ScheduleChangeController controller,
java.lang.String workflowLSID,
java.lang.String karLSID,
java.util.concurrent.locks.Lock existingScheduleTablelock)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
doInBackground()
Compute the value to be returned by the
get method. |
public static final java.lang.String PARSERNAME
public SearchScheduleSwingWorker(ScheduleChangeController controller, java.lang.String workflowLSID, java.lang.String karLSID, java.util.concurrent.locks.Lock existingScheduleTablelock) throws java.lang.Exception
workflowLSID
- the workflow id will be searchjava.lang.Exception
public java.lang.Object doInBackground()
get
method.doInBackground
in class javax.swing.SwingWorker