Uses of Class
ome.util.tasks.SimpleTask

Packages that use SimpleTask
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 SimpleTask in ome.services.blitz.tasks
 

Subclasses of SimpleTask 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 SimpleTask in ome.services.licenses.tasks
 

Subclasses of SimpleTask 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.
 

Uses of SimpleTask in ome.util.tasks
 

Subclasses of SimpleTask in ome.util.tasks
 class DebugTask
          Task for debugging, which simply prints all properties passed to it on standard out.
 

Uses of SimpleTask in ome.util.tasks.admin
 

Subclasses of SimpleTask 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.