Mercurial > libervia-backend
comparison src/bridge/bridge_constructor/bridge_template.ini @ 1587:698d6755d62a
core, bridge (params): added asyncGetParamsValuesFromCategory (yes that's a long name!) method to retrive params names and values for a given category
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 14 Nov 2015 19:18:10 +0100 |
parents | 42285d993e68 |
children | d6d655238a93 |
comparison
equal
deleted
inserted
replaced
1586:42285d993e68 | 1587:698d6755d62a |
---|---|
476 doc_param_0=name: as for [setParam] | 476 doc_param_0=name: as for [setParam] |
477 doc_param_1=category: as for [setParam] | 477 doc_param_1=category: as for [setParam] |
478 doc_param_2=attribute: Name of the attribute | 478 doc_param_2=attribute: Name of the attribute |
479 doc_param_3=%(doc_security_limit)s | 479 doc_param_3=%(doc_security_limit)s |
480 doc_param_4=%(doc_profile_key)s | 480 doc_param_4=%(doc_profile_key)s |
481 | |
482 [asyncGetParamsValuesFromCategory] | |
483 async= | |
484 type=method | |
485 category=code | |
486 sig_in=sis | |
487 sig_out=a{ss} | |
488 param_1_default=-1 | |
489 param_2_default="@DEFAULT@" | |
490 doc=Get "attribute" for all params of a category | |
491 doc_param_0=category: as for [setParam] | |
492 doc_param_1=%(doc_security_limit)s | |
493 doc_param_2=%(doc_profile_key)s | |
481 | 494 |
482 [getParamsUI] | 495 [getParamsUI] |
483 async= | 496 async= |
484 type=method | 497 type=method |
485 category=core | 498 category=core |