FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Constant summary | |
---|---|
string | SEND_CHANNEL := "CumulocityIoTGenericChain"
Channel for sending tenant options. |
Member summary | |
---|---|
integer | reqId
Request identifier. Must be generated using com.apama.cumulocity.Util.generateReqId(). |
boolean | system
If system properties are requested. |
string | category
Tenant option category. May be empty. |
string | key
Tenant option key. May be empty. If you search only using a key, then all tenant options will be fetched from Cumulocity and they will be filtered by key by the correlator. |
dictionary<string, string> | params
Additional request params. 'pageSize', 'currentPage' can be provided. |
Constant detail |
---|
string SEND_CHANNEL := "CumulocityIoTGenericChain"Channel for sending tenant options.
Member detail |
---|
string categoryTenant option category. May be empty.
string keyTenant option key. May be empty. If you search only using a key, then all tenant options will be fetched from Cumulocity and they will be filtered by key by the correlator.
dictionary<string, string> paramsAdditional request params. 'pageSize', 'currentPage' can be provided.
integer reqIdRequest identifier. Must be generated using com.apama.cumulocity.Util.generateReqId().
boolean systemIf system properties are requested.
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |