Version: 5.1.4-ice35-b55

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
loadSpecifiedAnnotationsLinkedTo
loadLogFiles

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

model::Instrument loadInstrument(long id) throws ServerError

IObjectList loadAnnotationsUsedNotOwned(string annotationType, long userID) throws ServerError

RLong countAnnotationsUsedNotOwned(string annotationType, long userID) throws ServerError

LongAnnotationListMap loadSpecifiedAnnotationsLinkedTo(string annotationType, StringSet include, StringSet exclude, string rootNodeType, sys::LongList rootNodeIds, sys::Parameters options) throws ServerError

LongIObjectListMap loadLogFiles(string rootType, sys::LongList ids) throws ServerError


Home Previous Up Next Index