Uses of Class
ome.util.tasks.Task

Packages that use Task
ome.services.blitz.tasks   
ome.services.licenses.tasks Clearly specific tasks related to the use of ome.services.licenses. 
ome.util.tasks Simple Runnable tasks for various needs. 
ome.util.tasks.admin Adminstrative task implementations for OMERO Related Documentation For more information, please see: TODO
 

Uses of Task in ome.services.blitz.tasks
 

Subclasses of Task in ome.services.blitz.tasks
 class BlitzTask
          Extends SimpleTask in order to allow calling tasks on blitz servers as well as application servers.
 

Uses of Task in ome.services.licenses.tasks
 

Subclasses of Task in ome.services.licenses.tasks
 class ResetLicensesTask
          BlitzTask which provides access to the license service, and can be used to reset the licenses in the application server or in blitz.
 

Methods in ome.services.licenses.tasks that return Task
 Task Config.createTask()
           
 

Uses of Task in ome.util.tasks
 

Subclasses of Task in ome.util.tasks
 class DebugTask
          Task for debugging, which simply prints all properties passed to it on standard out.
 class SimpleTask
          Simplest possible concrete subclass of Task which has null methods for all of the required methods.
 

Fields in ome.util.tasks declared as Task
protected  Task Run.task
           
 

Methods in ome.util.tasks that return Task
 Task Configuration.createTask()
          Creates a new Task based on the values of Configuration.getProperties(), Configuration.getTaskClass(), and Configuration.createServiceFactory().
 

Methods in ome.util.tasks that return types with arguments of type Task
 Class<Task> Configuration.getTaskClass()
          Returns the Class found in the Properties
protected  Class<Task> Configuration.parseTask(String task, String pkg)
          Adds the package to the task name, and returns the class if found.
 

Constructors in ome.util.tasks with parameters of type Task
Run(Task taskInstance)
           
 

Uses of Task in ome.util.tasks.admin
 

Subclasses of Task in ome.util.tasks.admin
 class AddGroupTask
          AdminTask which creates a ExperimenterGroup with the given name, and optionally with the given description and leader (Experimenter).
 class AddUserTask
          AdminTask which creates a Experimenter with the given login name, first name, and last name, and optionally with the given email, middle name, institution, and email.
 class AddUserToGroupTask
          AdminTask which creates a GroupExperimenterMap between the specified ExperimenterGroup and Experimenter.
 class AdminTask
          Simplest possible concrete subclass of Task which has null methods for all of the required methods.
 class ChangePasswordTask
          AdminTask which changes the password for a given user.
 class DeleteGroupTask
          AdminTask which deletes an ExperimenterGroup if possible.
 class DeleteUserTask
          AdminTask which delets a Experimenter if possible.
 class ListUsersAndGroupsTask
          SimpleTask which prints Experimenter and ExperimenterGroup information to standard out.
 class RemoveUserFromGroupTask
          AdminTask which deletes an GroupExperimenterMap for a given ExperimenterGroup and Experimenter.
 



OmeroJava Api

Version: Beta-4.1.1-r5927-b91

Copyright © 2009 The University of Dundee. All Rights Reserved.