Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::api::IConfig

Overview

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

See IConfig.html

Operation Index

getVersion
getConfigValue
getConfigValues
getConfigDefaults
getClientConfigValues
getClientConfigDefaults
setConfigValue
setConfigValueIfEquals
getDatabaseUuid
getDatabaseTime
getServerTime

Operations

string getVersion() throws ServerError

string getConfigValue(string key) throws ServerError

StringStringMap getConfigValues(string keyRegex) throws ServerError

StringStringMap getConfigDefaults() throws ServerError

StringStringMap getClientConfigValues() throws ServerError

StringStringMap getClientConfigDefaults() 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