我想使用引用网关ID的策略创建API网关。我知道,当前您无法使用self.id自引用资源属性-可能在0.12中。我当前将arn指定为var aSorter = [];
aSorter.push(new sap.ui.model.Sorter("FullName", bDescending, false, this._customNameComparator));
var oBinding = this.byId("tableTargetGroupDetails").getBinding("items");
oBinding.sort(aSorter);
,但这意味着Gateway会与每个execute-api:/*/*/*
一起修改。有什么办法可以解决该问题,并防止每次将资源标记为已修改?