ome.util.tasks.admin
Class AddUserTask
java.lang.Object
ome.util.tasks.Task
ome.util.tasks.SimpleTask
ome.util.tasks.admin.AdminTask
ome.util.tasks.admin.AddUserTask
- All Implemented Interfaces:
- Runnable
public class AddUserTask
- extends AdminTask
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.
Understands the parameters:
- omename
- firstname
- lastname
- middlename
- institution
- email
- group
Must be logged in as an administrator. See Configuration
on how to do
this.
- Since:
- 3.0-Beta1
- Version:
- $Revision: 1681 $, $Date: 2007-06-27 10:13:28 +0100 (Wed, 27 Jun 2007) $
- Author:
- Josh Moore, josh.moore at gmx.de
- See Also:
AdminTask
Method Summary |
void |
doTask()
Performs the actual Experimenter creation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddUserTask
public AddUserTask(ServiceFactory sf,
Properties p)
- Delegates to super
doTask
public void doTask()
- Performs the actual
Experimenter
creation.
- Overrides:
doTask
in class SimpleTask
OmeroJava Api
Version: Beta-4.1.1-r5927-b91
Copyright © 2009 The University of Dundee. All Rights Reserved.