Version: 5.3.3-ice35-b63
|
Provides method to interact with acquisition metadata and annotations.
rootNodes
for the
specified annotatorIds
.Loads the logical channels and the acquisition metadata related to them.
null
.The collection of loaded logical channels.
Loads all the annotations of given types, that have been
attached to the specified rootNodes
for the
specified annotatorIds
.
If no types specified, all annotations will be loaded.
This method looks for the annotations that have been
attached to each of the specified objects. It then maps
each rootId
onto the set of annotations
that were found for that node. If no annotations were found
for that node, then the entry will be null
.
Otherwise it will be a Map
containing
model::Annotation objects.
null
.rootType
.
Mustn't be null
.null
all annotations will be loaded.
String of the type
omero.model.annotations.*
.null
, all annotations
returned.A map whose key is rootId and value the
Map
of all annotations for that node
or null
.
Loads all the annotations of a given type. It is possible to filter the annotations by including or excluding name spaces set on the annotations.
A collection of found annotations.
Loads the TagSet if the id is specified otherwise loads all the TagSet.
-1
.Map whose key is a Tag/TagSet
and the
value either a Map or a list of related
DataObject
.
Loads all the TagSets. Returns a collection of
AnnotationAnnotatioLink
objects and, if the
orphan
parameters is true
, the
TagAnnotation
object.
Note that the difference between a TagSet and a Tag is made
using the NS_INSIGHT_TAG_SET namespace.
See above.
Returns a map whose key is a tag id and the value the number of Projects, Datasets, and Images linked to that tag.
See above.
Counts the number of annotation of a given type.
See above.
Loads the specified annotations.
See above.
Loads the instrument and its components i.e. detectors, objectives, etc.
See above
Loads the annotations of a given type used by the specified user but not owned by the user.
See above.
Counts the number of annotation of a given type used by the specified user but not owned by the user.
See above.
Loads the annotations of a given type linked to the
specified objects. It is possible to filter the annotations
by including or excluding name spaces set on the
annotations.
This method looks for the annotations that have been
attached to each of the specified objects. It then maps
each rootNodeId
onto the set of annotations
that were found for that node. If no annotations were found
for that node, the map will not contain an entry for that
node. Otherwise it will be a Set
containing
model::Annotation objects.
The rootNodeType
supported are:
Project, Dataset, Image, Pixels, Screen, Plate,
PlateAcquisition, Well, Fileset.
A collection of found annotations.
Finds the original file IDs for the import logs corresponding to the given Image or Fileset IDs.
the original file IDs of the import logs
|