comparison src/bridge/bridge_constructor/bridge_template.ini @ 1622:5b24d6bf5d15

core, bridge: actionsGet: - added a new mechanism to keep actions until they are answered (or timeout-ed) - keep_id must be explicitly used on actionNew - actionsGet is used to retrive these actions - the mechanism is used in deferXMLUI
author Goffi <goffi@goffi.org>
date Tue, 17 Nov 2015 21:28:58 +0100
parents e2ed8009e66e
children 63cef4dbf2a4
comparison
equal deleted inserted replaced
1621:a17a91531fbe 1622:5b24d6bf5d15
630 doc_param_1=data: optional data 630 doc_param_1=data: optional data
631 doc_param_2=%(doc_profile_key)s 631 doc_param_2=%(doc_profile_key)s
632 doc_return=dict where key can be: 632 doc_return=dict where key can be:
633 - xmlui: a XMLUI need to be displayed 633 - xmlui: a XMLUI need to be displayed
634 634
635 [actionsGet]
636 type=method
637 category=core
638 sig_in=s
639 sig_out=a(a{ss}si)
640 param_0_default="@DEFAULT@"
641 doc=Get all not yet answered actions
642 doc_param_0=%(doc_profile_key)s
643 doc_return=list of data as for [actionNew] (without the profile)
644
635 [confirmationAnswer] 645 [confirmationAnswer]
636 deprecated= 646 deprecated=
637 type=method 647 type=method
638 category=core 648 category=core
639 sig_in=sba{ss}s 649 sig_in=sba{ss}s