Package | Description |
---|---|
omero.gateway.facility | |
omero.gateway.model | |
omero.gateway.util |
Modifier and Type | Method and Description |
---|---|
<T extends AnnotationData> |
DataManagerFacility.attachAnnotation(SecurityContext ctx,
T annotation,
DataObject target)
Create/attach an
AnnotationData to a given DataObject |
Modifier and Type | Method and Description |
---|---|
List<AnnotationData> |
MetadataFacility.getAnnotations(SecurityContext ctx,
DataObject object)
Get all annotations for the given
DataObject |
List<AnnotationData> |
MetadataFacility.getAnnotations(SecurityContext ctx,
DataObject object,
List<Class<? extends AnnotationData>> annotationTypes,
List<Long> userIds)
Get the annotations for the given
DataObject |
Map<DataObject,List<AnnotationData>> |
MetadataFacility.getAnnotations(SecurityContext ctx,
List<? extends DataObject> objects,
List<Class<? extends AnnotationData>> annotationTypes,
List<Long> userIds)
Get the annotations for the given
DataObject s |
Modifier and Type | Method and Description |
---|---|
List<AnnotationData> |
MetadataFacility.getAnnotations(SecurityContext ctx,
DataObject object,
List<Class<? extends AnnotationData>> annotationTypes,
List<Long> userIds)
Get the annotations for the given
DataObject |
Map<DataObject,List<AnnotationData>> |
MetadataFacility.getAnnotations(SecurityContext ctx,
List<? extends DataObject> objects,
List<Class<? extends AnnotationData>> annotationTypes,
List<Long> userIds)
Get the annotations for the given
DataObject s |
Modifier and Type | Class and Description |
---|---|
class |
BooleanAnnotationData
Boolean annotation.
|
class |
DoubleAnnotationData
Wraps a double annotation.
|
class |
FileAnnotationData
Annotation to upload files to the server.
|
class |
LongAnnotationData
Wraps a long annotation.
|
class |
MapAnnotationData |
class |
RatingAnnotationData
Annotation used to rate an object.
|
class |
TagAnnotationData
A tag annotation can either be related to an image or a tag but not to both
at the same time.
|
class |
TermAnnotationData
Defines a Term Annotation.
|
class |
TextualAnnotationData
Basic textual annotation used to add comments to a given object.
|
class |
TimeAnnotationData
Basic time annotation.
|
class |
XMLAnnotationData
Defines an XML Annotation.
|
Modifier and Type | Method and Description |
---|---|
List<AnnotationData> |
FolderData.copyAnnotationLinks()
Copy the list of annotation links, see
Folder.copyAnnotationLinks() |
Modifier and Type | Method and Description |
---|---|
static omero.model.Annotation |
ModelMapper.createAnnotation(AnnotationData data)
Creates a new annotation
IObject . |
static omero.model.IObject |
ModelMapper.createAnnotationAndLink(omero.model.IObject annotatedObject,
AnnotationData data)
Creates a new annotation
IObject . |
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.