|
| 1 | +{ |
| 2 | + "services": { |
| 3 | + "LaunchPage": { |
| 4 | + "adapter": { |
| 5 | + "config": { |
| 6 | + "catalogs": [], |
| 7 | + "groups": [ |
| 8 | + { |
| 9 | + "id": "Bookshop", |
| 10 | + "title": "Bookshop", |
| 11 | + "isPreset": true, |
| 12 | + "isVisible": true, |
| 13 | + "isGroupLocked": false, |
| 14 | + "tiles": [ |
| 15 | + { |
| 16 | + "id": "BrowseBooks", |
| 17 | + "tileType": "sap.ushell.ui.tile.StaticTile", |
| 18 | + "properties": { |
| 19 | + "title": "Browse Books", |
| 20 | + "targetURL": "#Books-display" |
| 21 | + } |
| 22 | + }, |
| 23 | + { |
| 24 | + "id": "BrowseAuthors", |
| 25 | + "tileType": "sap.ushell.ui.tile.StaticTile", |
| 26 | + "properties": { |
| 27 | + "title": "Browse Authors", |
| 28 | + "targetURL": "#Authors-display" |
| 29 | + } |
| 30 | + } |
| 31 | + ] |
| 32 | + }, |
| 33 | + { |
| 34 | + "id": "Administration", |
| 35 | + "title": "Administration", |
| 36 | + "isPreset": true, |
| 37 | + "isVisible": true, |
| 38 | + "isGroupLocked": false, |
| 39 | + "tiles": [ |
| 40 | + { |
| 41 | + "id": "ManageBooks", |
| 42 | + "tileType": "sap.ushell.ui.tile.StaticTile", |
| 43 | + "properties": { |
| 44 | + "title": "Manage Books", |
| 45 | + "targetURL": "#Books-manage" |
| 46 | + } |
| 47 | + }, |
| 48 | + { |
| 49 | + "id": "ManageOrders", |
| 50 | + "tileType": "sap.ushell.ui.tile.StaticTile", |
| 51 | + "properties": { |
| 52 | + "title": "Manage Orders", |
| 53 | + "targetURL": "#Orders-manage" |
| 54 | + } |
| 55 | + } |
| 56 | + ] |
| 57 | + } |
| 58 | + ] |
| 59 | + } |
| 60 | + } |
| 61 | + }, |
| 62 | + "NavTargetResolution": { |
| 63 | + "config": { |
| 64 | + "enableClientSideTargetResolution": true |
| 65 | + } |
| 66 | + }, |
| 67 | + "ClientSideTargetResolution": { |
| 68 | + "adapter": { |
| 69 | + "config": { |
| 70 | + "inbounds": { |
| 71 | + "BrowseBooks": { |
| 72 | + "semanticObject": "Books", |
| 73 | + "action": "display", |
| 74 | + "title": "Browse Books", |
| 75 | + "signature": { |
| 76 | + "parameters": { |
| 77 | + "Books.ID": { |
| 78 | + "renameTo": "ID" |
| 79 | + }, |
| 80 | + "Authors.books.ID": { |
| 81 | + "renameTo": "ID" |
| 82 | + } |
| 83 | + }, |
| 84 | + "additionalParameters": "ignored" |
| 85 | + }, |
| 86 | + "resolutionResult": { |
| 87 | + "applicationType": "SAPUI5", |
| 88 | + "additionalInformation": "SAPUI5.Component=bookshop", |
| 89 | + "url": "/browse/webapp" |
| 90 | + } |
| 91 | + }, |
| 92 | + "BrowseAuthors": { |
| 93 | + "semanticObject": "Authors", |
| 94 | + "action": "display", |
| 95 | + "title": "Browse Authors", |
| 96 | + "signature": { |
| 97 | + "parameters": { |
| 98 | + "Books.author.ID":{ |
| 99 | + "renameTo": "ID" |
| 100 | + } |
| 101 | + }, |
| 102 | + "additionalParameters": "ignored" |
| 103 | + }, |
| 104 | + "resolutionResult": { |
| 105 | + "applicationType": "SAPUI5", |
| 106 | + "additionalInformation": "SAPUI5.Component=authors", |
| 107 | + "url": "/authors/webapp" |
| 108 | + } |
| 109 | + }, |
| 110 | + "ManageBooks": { |
| 111 | + "semanticObject": "Books", |
| 112 | + "action": "manage", |
| 113 | + "title": "Manage Books", |
| 114 | + "signature": { |
| 115 | + "parameters": {}, |
| 116 | + "additionalParameters": "allowed" |
| 117 | + }, |
| 118 | + "resolutionResult": { |
| 119 | + "applicationType": "SAPUI5", |
| 120 | + "additionalInformation": "SAPUI5.Component=admin", |
| 121 | + "url": "/admin/webapp" |
| 122 | + } |
| 123 | + }, |
| 124 | + "ManageOrders": { |
| 125 | + "semanticObject": "Orders", |
| 126 | + "action": "manage", |
| 127 | + "signature": { |
| 128 | + "parameters": {}, |
| 129 | + "additionalParameters": "allowed" |
| 130 | + }, |
| 131 | + "resolutionResult": { |
| 132 | + "applicationType": "SAPUI5", |
| 133 | + "additionalInformation": "SAPUI5.Component=orders", |
| 134 | + "url": "/orders/webapp" |
| 135 | + } |
| 136 | + } |
| 137 | + } |
| 138 | + } |
| 139 | + } |
| 140 | + } |
| 141 | + } |
| 142 | +} |
0 commit comments