Version: Beta-4.1.1-r5927-b91

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

Operations

LogicalChannelList loadChannelAcquisitionData(sys::LongList ids) throws ServerError

AnnotationMap 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

AnnotationMap 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


Home Previous Up Next Index