Version: Beta-4.2.0-r7571-b29
OmeroBlitz Api
Home
Previous
Up
Next
Index
omero::api::IMetadata
Overview
[ "ami", "amd" ] interface IMetadata extends
ServiceInterface
See
IMetadata.html
Operation Index
loadChannelAcquisitionData
loadAnnotations
loadSpecifiedAnnotations
loadTagContent
loadTagSets
getTaggedObjectsCount
countSpecifiedAnnotations
loadAnnotation
loadInstrument
loadAnnotationsUsedNotOwned
countAnnotationsUsedNotOwned
Operations
LogicalChannelList
loadChannelAcquisitionData
(
sys::LongList
ids) throws
ServerError
LongIObjectListMap
loadAnnotations
(string rootType,
sys::LongList
rootIds,
StringSet
annotationTypes,
sys::LongList
annotatorIds,
sys::Parameters
options) throws
ServerError
AnnotationList
loadSpecifiedAnnotations
(string annotationType,
StringSet
include,
StringSet
exclude,
sys::Parameters
options) throws
ServerError
LongIObjectListMap
loadTagContent
(
sys::LongList
ids,
sys::Parameters
options) throws
ServerError
IObjectList
loadTagSets
(
sys::Parameters
options) throws
ServerError
sys::CountMap
getTaggedObjectsCount
(
sys::LongList
ids,
sys::Parameters
options) throws
ServerError
RLong
countSpecifiedAnnotations
(string annotationType,
StringSet
include,
StringSet
exclude,
sys::Parameters
options) throws
ServerError
AnnotationList
loadAnnotation
(
sys::LongList
annotationIds) throws
ServerError
IObjectList
loadInstrument
(long id) throws
ServerError
IObjectList
loadAnnotationsUsedNotOwned
(string annotationType, long userID) throws
ServerError
RLong
countAnnotationsUsedNotOwned
(string annotationType, long userID) throws
ServerError
Home
Previous
Up
Next
Index