Mercurial > libervia-backend
comparison src/bridge/bridge_constructor/bridge_template.ini @ 1586:42285d993e68
bridge, core(params): removed obsolete methods:
- getParams and getParamsForCategory are removed from bridge: XMLUI is now used in place of the old params XML
- getParamsForCategory has also been removed internaly, as it is now unused, getParams is still used to construct the XMLUI
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 14 Nov 2015 19:18:07 +0100 |
parents | 7d7e57a84792 |
children | 698d6755d62a |
comparison
equal
deleted
inserted
replaced
1585:846a39900fa6 | 1586:42285d993e68 |
---|---|
490 param_2_default="@DEFAULT@" | 490 param_2_default="@DEFAULT@" |
491 doc=Return a SàT XMLUI for parameters, eventually restrict the result to the parameters concerning a given frontend | 491 doc=Return a SàT XMLUI for parameters, eventually restrict the result to the parameters concerning a given frontend |
492 doc_param_0=%(doc_security_limit)s | 492 doc_param_0=%(doc_security_limit)s |
493 doc_param_1=app: name of the frontend requesting the parameters, or '' to get all parameters | 493 doc_param_1=app: name of the frontend requesting the parameters, or '' to get all parameters |
494 doc_param_2=%(doc_profile_key)s | 494 doc_param_2=%(doc_profile_key)s |
495 | |
496 [getParams] | |
497 async= | |
498 type=method | |
499 category=core | |
500 sig_in=iss | |
501 sig_out=s | |
502 param_0_default=-1 | |
503 param_1_default='' | |
504 param_2_default="@DEFAULT@" | |
505 doc=Return XML of parameters, eventually restrict the result to the parameters concerning a given frontend | |
506 doc_param_0=%(doc_security_limit)s | |
507 doc_param_1=app: name of the frontend requesting the parameters, or '' to get all parameters | |
508 doc_param_2=%(doc_profile_key)s | |
509 | |
510 [getParamsForCategory] | |
511 async= | |
512 type=method | |
513 category=core | |
514 sig_in=siss | |
515 sig_out=s | |
516 param_1_default=-1 | |
517 param_2_default='' | |
518 param_3_default="@DEFAULT@" | |
519 doc=Return a xml of all params in a category, eventually restrict the result to the parameters concerning a given frontend | |
520 doc_param_0=category: Category to get | |
521 doc_param_1=%(doc_security_limit)s | |
522 doc_param_2=app: name of the frontend requesting the parameters, or '' to get all parameters | |
523 doc_param_3=%(doc_profile_key)s | |
524 | 495 |
525 [getParamsCategories] | 496 [getParamsCategories] |
526 type=method | 497 type=method |
527 category=core | 498 category=core |
528 sig_in= | 499 sig_in= |