Package | Description |
---|---|
ome.api |
Contains the central verbs of the Omero System.
|
ome.model.fs | |
ome.model.jobs | |
ome.services |
Base services package for OMERO API services
This includes classes that implement OMERO API services described as interfaces in the
OMERO Common component.
|
ome.services.procs |
Internal process and process management
This includes interfaces and classes that provide thread process management for internal
processes critical to the operation of the OMERO server.
|
Modifier and Type | Method and Description |
---|---|
Job |
JobHandle.getJob() |
Modifier and Type | Method and Description |
---|---|
long |
JobHandle.submit(Job job)
Submits a
Job and returns its database id. |
Modifier and Type | Method and Description |
---|---|
Job |
FilesetJobLink.child() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Job> |
Fileset.linkedJobIterator()
provides an iterator over the parent values of the jobLinks.
|
java.util.List<Job> |
Fileset.linkedJobList()
produces a
List -copy of the underlying collection. |
Modifier and Type | Method and Description |
---|---|
java.util.Set<FilesetJobLink> |
Fileset.findFilesetJobLink(Job target)
find all ome.model.fs.FilesetJobLink which have the argument as their child.
|
void |
FilesetJobLink.link(Fileset parent,
Job child) |
FilesetJobLink |
Fileset.linkJob(Job addition)
Adds a ome.model.fs.FilesetJobLink to jobLinks .
|
void |
Fileset.unlinkJob(Job removal)
unlinks all ome.model.jobs.Job instances from this instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ImportJob |
class |
IndexingJob |
class |
IntegrityCheckJob |
class |
MetadataImportJob |
class |
ParseJob |
class |
PixelDataJob |
class |
ScriptJob |
class |
ThumbnailGenerationJob |
class |
UploadJob |
Modifier and Type | Method and Description |
---|---|
Job |
JobOriginalFileLink.parent() |
Modifier and Type | Method and Description |
---|---|
void |
JobOriginalFileLink.link(Job parent,
OriginalFile child) |
Modifier and Type | Method and Description |
---|---|
Job |
JobBean.getJob() |
Modifier and Type | Method and Description |
---|---|
long |
JobBean.submit(Job newJob) |
Modifier and Type | Method and Description |
---|---|
protected Job |
ProcessManager.Work.job(ServiceFactory sf,
long id) |
Job |
ProcessorSkeleton.lookup(long id) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Job> |
ProcessManager.Work.doWork(org.hibernate.Session session,
ServiceFactory sf) |
Modifier and Type | Method and Description |
---|---|
boolean |
ProcessorSkeleton.accept(Job job) |
Process |
ProcessorSkeleton.process(Job job) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.