Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::api::ITypes

Overview

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

See ITypes.html

Operation Index

createEnumeration
getEnumeration
allEnumerations
updateEnumeration
updateEnumerations
deleteEnumeration
getEnumerationTypes
getAnnotationTypes
getEnumerationsWithEntries
getOriginalEnumerations
resetEnumerations

Operations

model::IObject createEnumeration(model::IObject newEnum) throws ServerError

model::IObject getEnumeration(string type, string value) throws ServerError

IObjectList allEnumerations(string type) throws ServerError

model::IObject updateEnumeration(model::IObject oldEnum) throws ServerError

void updateEnumerations(IObjectList oldEnums) throws ServerError

void deleteEnumeration(model::IObject oldEnum) throws ServerError

StringSet getEnumerationTypes() throws ServerError

StringSet getAnnotationTypes() throws ServerError

IObjectListMap getEnumerationsWithEntries() throws ServerError

IObjectList getOriginalEnumerations() throws ServerError

void resetEnumerations(string enumClass) throws ServerError


Home Previous Up Next Index