Qorus Integration Engine® Enterprise Edition 6.1.0_prod
|
Classes | |
class | QorusSystemPropService |
system prop service More... | |
DEPRECATED: API for accessing system properties/parameters
System properties are used for many settings in system services and can be used for user services and workflow settings as well (for example, to set usernames, passwords, hostnames, IP addresses, etc). System properties are stored in the
.SYSTEM_PROPERTIES
table
References to new, non-deprecated functionality are provided in the documentation below; however the following table provides a mapping:
Prop Method to Prop API Mapping
Method | Function or API |
get() | prop_get() |
export() | |
import() | |
reload() | |
update(), updateMany() | prop_update(), REST API calls: |
Note that all values are stored serialized in YAML format in order to preserve type information. Serialized values up to 4000 bytes (after YAML serialization, which incurs a small overhead of at least 4 bytes) may be stored; trying to store a larger value will cause a PROP-ERROR
exception to be raised. Domain and key lengths are limited to 240 bytes.