| 
| def  | workspace.tools.views.biasManipulation.AddJobParameters (job, params) | 
|   | Add parameters to a Job.  More...
  | 
|   | 
| def  | workspace.tools.views.biasManipulation.GetJobParameters (job) | 
|   | Get parameters of a Job.  More...
  | 
|   | 
| def  | workspace.tools.views.biasManipulation.setJobStatus (request, jobId) | 
|   | Set a Job's status from the Web UI.  More...
  | 
|   | 
| def  | workspace.tools.views.biasManipulation.setJobPriority (request, jobId) | 
|   | Set a Job's, and all of it's child tasks', priority from the Web UI.  More...
  | 
|   | 
| def  | workspace.tools.views.biasManipulation.stopQueuedChildTasks (request, parentJobId) | 
|   | Set all of a parent Job's queued children to Stopped.  More...
  | 
|   | 
| def  | workspace.tools.views.biasManipulation.queueStoppedChildTasks (request, parentJobId) | 
|   | Set all of a parent Job's stopped children to Queued.  More...
  | 
|   | 
| def  | workspace.tools.views.biasManipulation.queueStoppedTask (request, jobId) | 
|   | Set a Job to Queued, only if it is currently Stopped.  More...
  | 
|   | 
| def  | workspace.tools.views.biasManipulation.stopQueuedTask (request, jobId) | 
|   | Set a Job to Stopped, only if it is currently Queued.  More...
  | 
|   | 
| def  | workspace.tools.views.biasManipulation.searchQueueTasks (request, projectId) | 
|   | Search through the list of QueueTask Jobs, filtering based on the setting in the request's SearchQueueTasksForm.  More...
  | 
|   | 
| def  | workspace.tools.views.biasManipulation.manageJobs (request, projectId) | 
|   | 
| def  | workspace.tools.views.biasManipulation.randomWindowTagging (request, projectId) | 
|   | Settings.  More...
  | 
|   | 
| def  | workspace.tools.views.biasManipulation.getRandomWindowTasks (request, projectId) | 
|   | supervisedBias = SupervisedTagDiscoveryBias.objects.get(id=biasID) supervisedBias = Jobs.objects.get(id=biasID) project = supervisedBias.project  More...
  | 
|   |