Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::api::IContainer

Overview

[ "ami", "amd" ] interface IContainer extends ServiceInterface

See IContainer.html

Operation Index

loadContainerHierarchy
findContainerHierarchies
getImages
getUserImages
getImagesByOptions
getImagesBySplitFilesets
getCollectionCount
retrieveCollection
createDataObject
createDataObjects
unlink
link
updateDataObject
updateDataObjects

Operations

IObjectList loadContainerHierarchy(string rootType, sys::LongList rootIds, sys::Parameters options) throws ServerError

IObjectList findContainerHierarchies(string rootType, sys::LongList imageIds, sys::Parameters options) throws ServerError

ImageList getImages(string rootType, sys::LongList rootIds, sys::Parameters options) throws ServerError

ImageList getUserImages(sys::Parameters options) throws ServerError

ImageList getImagesByOptions(sys::Parameters options) throws ServerError

IdBooleanLongListMapMap getImagesBySplitFilesets(StringLongListMap included, sys::Parameters options) throws ServerError

sys::CountMap getCollectionCount(string type, string property, sys::LongList ids, sys::Parameters options) throws ServerError

IObjectList retrieveCollection(model::IObject obj, string collectionName, sys::Parameters options) throws ServerError

model::IObject createDataObject(model::IObject obj, sys::Parameters options) throws ServerError

IObjectList createDataObjects(IObjectList dataObjects, sys::Parameters options) throws ServerError

void unlink(IObjectList links, sys::Parameters options) throws ServerError

IObjectList link(IObjectList links, sys::Parameters options) throws ServerError

model::IObject updateDataObject(model::IObject obj, sys::Parameters options) throws ServerError

IObjectList updateDataObjects(IObjectList objs, sys::Parameters options) throws ServerError


Home Previous Up Next Index