Version: 5.0.8-ice34-b60

OmeroBlitz Api
Home Previous Up Next Index

omero::api::IConfig

Overview

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

See IConfig.html

Operation Index

getVersion
getConfigValue
setConfigValue
setConfigValueIfEquals
getDatabaseUuid
getDatabaseTime
getServerTime

Operations

string getVersion() throws ServerError

string getConfigValue(string key) throws ServerError

void setConfigValue(string key, string value) throws ServerError

bool setConfigValueIfEquals(string key, string value, string test) throws ServerError

string getDatabaseUuid() throws ServerError

RTime getDatabaseTime() throws ServerError

RTime getServerTime() throws ServerError


Home Previous Up Next Index