ome.services.roi
Class PopulateRoiJob
java.lang.Object
ome.services.scripts.ScriptFinder
ome.services.roi.PopulateRoiJob
public class PopulateRoiJob
- extends ScriptFinder
Start-up task which guarantees that lib/python/populateroi.py is added as a
script to the server. Then, users like MetadataStoreI who would like to run
populateroi.py scripts, can use #createJob()
- Since:
- Beta4.1
Method Summary |
String |
getName()
Subclasses should override to return the name of the file under scripts/
which should be uploaded. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PopulateRoiJob
public PopulateRoiJob(Roles roles,
String uuid,
Executor executor)
PopulateRoiJob
public PopulateRoiJob(Roles roles,
String uuid,
Executor executor,
File source)
PopulateRoiJob
public PopulateRoiJob(Roles roles,
Principal principal,
Executor executor,
File source)
getName
public String getName()
- Description copied from class:
ScriptFinder
- Subclasses should override to return the name of the file under scripts/
which should be uploaded.
- Specified by:
getName
in class ScriptFinder
OmeroJava Api
Version: 4.3.3-00d1137e-b2894
Copyright © 2009 The University of Dundee. All Rights Reserved.