@cronapp/templates 2.9.1-SP.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (710) hide show
  1. package/$global/components/js/datasource.js +1472 -0
  2. package/$global/data-layer/BASICDAO.ftl +146 -0
  3. package/$global/data-layer/BUSINESS.ftl +284 -0
  4. package/$global/data-layer/DAO.ftl +138 -0
  5. package/$global/data-layer/ENTITIES.ftl +165 -0
  6. package/$global/data-layer/REST.ftl +333 -0
  7. package/$global/data-layer/RESTAPPLICATION.ftl +22 -0
  8. package/$global/data-layer/REST_EXCEPTION.ftl +106 -0
  9. package/$global/data-layer/REST_SERVICE.ftl +11 -0
  10. package/$global/data-layer/SESSIONMANAGER.ftl +292 -0
  11. package/$global/data-layer/TEST.ftl +9 -0
  12. package/$global/data-layer/cloud/CloudFactory.ftl +27 -0
  13. package/$global/data-layer/cloud/CloudManager.ftl +73 -0
  14. package/$global/data-layer/cloud/CloudService.ftl +14 -0
  15. package/$global/data-layer/cloud/DropboxService.ftl +81 -0
  16. package/$global/data-layer/cloud/FileObject.ftl +47 -0
  17. package/$global/data-layer/cloud/template.properties +8 -0
  18. package/$global/data-layer/dropbox/DROPBOX_CONSTANTS.ftl +1 -0
  19. package/$global/data-layer/dropbox/DROPBOX_DELETE.ftl +1 -0
  20. package/$global/data-layer/dropbox/DROPBOX_GET.ftl +1 -0
  21. package/$global/data-layer/dropbox/DROPBOX_LIST.ftl +1 -0
  22. package/$global/data-layer/dropbox/DROPBOX_POST.ftl +19 -0
  23. package/$global/data-layer/dropbox/DROPBOX_PUT.ftl +20 -0
  24. package/$global/data-layer/template.properties +9 -0
  25. package/$global/js/directives.js +162 -0
  26. package/$global/reports/commons/ReportFront.ftl +76 -0
  27. package/$global/reports/frontend/parameters.controller.ftl +70 -0
  28. package/$global/reports/frontend/reports.controller.ftl +63 -0
  29. package/$global/reports/frontend/reports.parameters.ftl +25 -0
  30. package/$global/reports/frontend/reports.service.ftl +39 -0
  31. package/$global/reports/frontend/templates/BOOLEAN.parameter.ftl +4 -0
  32. package/$global/reports/frontend/templates/DATE.parameter.ftl +4 -0
  33. package/$global/reports/frontend/templates/DOUBLE.parameter.ftl +4 -0
  34. package/$global/reports/frontend/templates/FLOAT.parameter.ftl +4 -0
  35. package/$global/reports/frontend/templates/INTEGER.parameter.ftl +4 -0
  36. package/$global/reports/frontend/templates/LONG.parameter.ftl +4 -0
  37. package/$global/reports/frontend/templates/STRING.parameter.ftl +4 -0
  38. package/README.md +2 -0
  39. package/file/blockly/EmptyBlockly/__Name__.blockly.ftl +20 -0
  40. package/file/blockly/EmptyBlockly/blockly.png +0 -0
  41. package/file/blockly/EmptyBlockly/blockly_client.png +0 -0
  42. package/file/blockly/EmptyBlockly/blockly_server.png +0 -0
  43. package/file/blockly/EmptyBlockly/template.properties +8 -0
  44. package/file/blockly/EmptyBlockly/template_pt_BR.properties +6 -0
  45. package/file/blockly/JavaBlockly/__ClassName__.java.ftl +32 -0
  46. package/file/blockly/JavaBlockly/java.svg +15 -0
  47. package/file/blockly/JavaBlockly/template.properties +9 -0
  48. package/file/blockly/JavaBlockly/template_pt_BR.properties +5 -0
  49. package/file/blockly/JavaScriptBlockly/__ClassName__.blockly.js.ftl +16 -0
  50. package/file/blockly/JavaScriptBlockly/javascript.svg +28 -0
  51. package/file/blockly/JavaScriptBlockly/template.properties +9 -0
  52. package/file/blockly/JavaScriptBlockly/template_pt_BR.properties +5 -0
  53. package/file/blockly/blockly.png +0 -0
  54. package/file/blockly/blockly_client.png +0 -0
  55. package/file/blockly/blockly_server.png +0 -0
  56. package/file/blockly/group.properties +5 -0
  57. package/file/components.json/EmptyCrudHtml/__FileName__.components.json.ftl +41 -0
  58. package/file/components.json/EmptyCrudHtml/__FileName__.template.html.ftl +1 -0
  59. package/file/components.json/EmptyCrudHtml/components.json.png +0 -0
  60. package/file/components.json/EmptyCrudHtml/template.properties +36 -0
  61. package/file/components.json/EmptyCrudHtml/template_pt_BR.properties +36 -0
  62. package/file/components.json/components.json.png +0 -0
  63. package/file/components.json/group.properties +5 -0
  64. package/file/crud/angular_crud_view/__FileName__.view.html.ftl +432 -0
  65. package/file/crud/angular_crud_view/crud-web.png +0 -0
  66. package/file/crud/angular_crud_view/template.properties +8 -0
  67. package/file/crud/angular_crud_view/template_en_US.properties +2 -0
  68. package/file/crud/angular_view/__FileName__.view.html.ftl +70 -0
  69. package/file/crud/angular_view/list-web.png +0 -0
  70. package/file/crud/angular_view/project.svg +39 -0
  71. package/file/crud/angular_view/template.properties +10 -0
  72. package/file/crud/angular_view/template_en_US.properties +2 -0
  73. package/file/crud/group.properties +6 -0
  74. package/file/crud/phonegap_crud_view/__FileName__.view.html.ftl +308 -0
  75. package/file/crud/phonegap_crud_view/crud-mobile.png +0 -0
  76. package/file/crud/phonegap_crud_view/project.svg +24 -0
  77. package/file/crud/phonegap_crud_view/template.properties +9 -0
  78. package/file/crud/phonegap_crud_view/template_en_US.properties +2 -0
  79. package/file/crud/phonegap_view/__FileName__.view.html.ftl +74 -0
  80. package/file/crud/phonegap_view/list-mobile.png +0 -0
  81. package/file/crud/phonegap_view/project.svg +24 -0
  82. package/file/crud/phonegap_view/template.properties +11 -0
  83. package/file/crud/phonegap_view/template_en_US.properties +2 -0
  84. package/file/crud/view.html.png +0 -0
  85. package/file/html/EmptyHtml/__FileName__.html.ftl +0 -0
  86. package/file/html/EmptyHtml/html.png +0 -0
  87. package/file/html/EmptyHtml/template.properties +4 -0
  88. package/file/html/EmptyHtml/template_pt_BR.properties +4 -0
  89. package/file/html/group.properties +4 -0
  90. package/file/html/html.png +0 -0
  91. package/file/java/Cronapi/__ClassName__.java.ftl +26 -0
  92. package/file/java/Cronapi/cronapi.png +0 -0
  93. package/file/java/Cronapi/template.properties +15 -0
  94. package/file/java/Cronapi/template_pt_BR.properties +15 -0
  95. package/file/java/EmptyClass/__ClassName__.java.ftl +23 -0
  96. package/file/java/EmptyClass/java.png +0 -0
  97. package/file/java/EmptyClass/template.properties +5 -0
  98. package/file/java/EmptyClass/template_pt_BR.properties +5 -0
  99. package/file/java/EnumClass/__EnumName__.java.ftl +18 -0
  100. package/file/java/EnumClass/java.png +0 -0
  101. package/file/java/EnumClass/template.properties +5 -0
  102. package/file/java/EnumClass/template_pt_BR.properties +5 -0
  103. package/file/java/InterfaceClass/__InterfaceName__.java.ftl +25 -0
  104. package/file/java/InterfaceClass/java.png +0 -0
  105. package/file/java/InterfaceClass/template.properties +5 -0
  106. package/file/java/InterfaceClass/template_pt_BR.properties +5 -0
  107. package/file/java/JUnitSuiteTestClass/__ClassName__.java.ftl +26 -0
  108. package/file/java/JUnitSuiteTestClass/junit.png +0 -0
  109. package/file/java/JUnitSuiteTestClass/template.properties +11 -0
  110. package/file/java/JUnitSuiteTestClass/template_pt_BR.properties +11 -0
  111. package/file/java/JUnitTestClass/__ClassName__.java.ftl +42 -0
  112. package/file/java/JUnitTestClass/junit.png +0 -0
  113. package/file/java/JUnitTestClass/template.properties +11 -0
  114. package/file/java/JUnitTestClass/template_pt_BR.properties +11 -0
  115. package/file/java/group.properties +4 -0
  116. package/file/java/java.png +0 -0
  117. package/file/jrxml/EmptyReport/__FileName__.jrxml.ftl +33 -0
  118. package/file/jrxml/EmptyReport/jrxml.png +0 -0
  119. package/file/jrxml/EmptyReport/template.properties +6 -0
  120. package/file/jrxml/EmptyReport/template_pt_BR.properties +6 -0
  121. package/file/jrxml/TabularReport/__FileName__.jrxml.ftl +27 -0
  122. package/file/jrxml/TabularReport/jrxml.png +0 -0
  123. package/file/jrxml/TabularReport/template.properties +11 -0
  124. package/file/jrxml/TabularReport/template_pt_BR.properties +11 -0
  125. package/file/jrxml/group.properties +4 -0
  126. package/file/jrxml/jrxml.png +0 -0
  127. package/file/js/Cronapi/__FileName__.cronapi.js.ftl +24 -0
  128. package/file/js/Cronapi/blockly_client.png +0 -0
  129. package/file/js/Cronapi/template.properties +18 -0
  130. package/file/js/Cronapi/template_pt_BR.properties +15 -0
  131. package/file/js/EmptyJs/__FileName__.js.ftl +0 -0
  132. package/file/js/EmptyJs/js.png +0 -0
  133. package/file/js/EmptyJs/template.properties +5 -0
  134. package/file/js/EmptyJs/template_pt_BR.properties +5 -0
  135. package/file/js/group.properties +4 -0
  136. package/file/js/js.png +0 -0
  137. package/file/others/css/CssHelloWorld/__FileName__.css.ftl +3 -0
  138. package/file/others/css/CssHelloWorld/css.png +0 -0
  139. package/file/others/css/CssHelloWorld/template.properties +5 -0
  140. package/file/others/css/CssHelloWorld/template_pt_BR.properties +5 -0
  141. package/file/others/css/CssVazio/__FileName__.css.ftl +0 -0
  142. package/file/others/css/CssVazio/css.png +0 -0
  143. package/file/others/css/CssVazio/template.properties +5 -0
  144. package/file/others/css/CssVazio/template_pt_BR.properties +5 -0
  145. package/file/others/group.properties +5 -0
  146. package/file/others/group_en_US.properties +5 -0
  147. package/file/others/js/__FileName__.js.ftl +0 -0
  148. package/file/others/js/js.png +0 -0
  149. package/file/others/js/template.properties +5 -0
  150. package/file/others/js/template_pt_BR.properties +5 -0
  151. package/file/others/jsp/__FileName__.jsp.ftl +12 -0
  152. package/file/others/jsp/jsp.png +0 -0
  153. package/file/others/jsp/template.properties +5 -0
  154. package/file/others/jsp/template_pt_BR.properties +5 -0
  155. package/file/others/properties/__FileName__.properties.ftl +0 -0
  156. package/file/others/properties/properties.png +0 -0
  157. package/file/others/properties/template.properties +5 -0
  158. package/file/others/properties/template_pt_BR.properties +5 -0
  159. package/file/others/raml/__FileName__.raml.ftl +12 -0
  160. package/file/others/raml/raml.png +0 -0
  161. package/file/others/raml/template.properties +5 -0
  162. package/file/others/raml/template_pt_BR.properties +5 -0
  163. package/file/others/scheduler.umlcd/__FileName__.umlcd.ftl +397 -0
  164. package/file/others/scheduler.umlcd/template.properties +5 -0
  165. package/file/others/scheduler.umlcd/template_pt_BR.properties +5 -0
  166. package/file/others/scheduler.umlcd/umlcd.png +0 -0
  167. package/file/others/txt/__FileName__.txt.ftl +0 -0
  168. package/file/others/txt/template.properties +5 -0
  169. package/file/others/txt/template_en_US.properties +5 -0
  170. package/file/others/txt/txt.png +0 -0
  171. package/file/others/umlcd/__FileName__.umlcd.ftl +0 -0
  172. package/file/others/umlcd/template.properties +5 -0
  173. package/file/others/umlcd/template_pt_BR.properties +5 -0
  174. package/file/others/umlcd/umlcd.png +0 -0
  175. package/file/others/unknown.png +0 -0
  176. package/file/others/xml/__FileName__.xml.ftl +0 -0
  177. package/file/others/xml/template.properties +5 -0
  178. package/file/others/xml/template_pt_BR.properties +5 -0
  179. package/file/others/xml/xml.png +0 -0
  180. package/file/others/yaml/__FileName__.yaml.ftl +29 -0
  181. package/file/others/yaml/template.properties +5 -0
  182. package/file/others/yaml/template_pt_BR.properties +5 -0
  183. package/file/others/yaml/yaml.png +0 -0
  184. package/file/tm/EmptyMenu/__FileName__.xml.ftl +14 -0
  185. package/file/tm/EmptyMenu/template.properties +4 -0
  186. package/file/tm/EmptyMenu/tm.png +0 -0
  187. package/file/tm/group.properties +6 -0
  188. package/file/tm/tm.png +0 -0
  189. package/file/tp/EmptyPage/__FileName__.xml.ftl +12 -0
  190. package/file/tp/EmptyPage/template.properties +4 -0
  191. package/file/tp/EmptyPage/tp.png +0 -0
  192. package/file/tp/PageHelloWorld/__FileName__.xml.ftl +18 -0
  193. package/file/tp/PageHelloWorld/template.properties +4 -0
  194. package/file/tp/PageHelloWorld/tp.png +0 -0
  195. package/file/tp/group.properties +6 -0
  196. package/file/tp/tp.png +0 -0
  197. package/file/view.html/EmptyCrudHtml/__FileName__.view.html.ftl +69 -0
  198. package/file/view.html/EmptyCrudHtml/template.properties +7 -0
  199. package/file/view.html/EmptyCrudHtml/template_pt_BR.properties +4 -0
  200. package/file/view.html/EmptyCrudHtml/view.html.png +0 -0
  201. package/file/view.html/EmptyIonicViewHtml/__FileName__.view.html.ftl +4 -0
  202. package/file/view.html/EmptyIonicViewHtml/template.properties +10 -0
  203. package/file/view.html/EmptyIonicViewHtml/template_pt_BR.properties +3 -0
  204. package/file/view.html/EmptyIonicViewHtml/view.html.png +0 -0
  205. package/file/view.html/EmptyViewHtml/__FileName__.view.html.ftl +0 -0
  206. package/file/view.html/EmptyViewHtml/template.properties +10 -0
  207. package/file/view.html/EmptyViewHtml/template_pt_BR.properties +3 -0
  208. package/file/view.html/EmptyViewHtml/view.html.png +0 -0
  209. package/file/view.html/HeaderIonicViewHtml/__FileName__.view.html.ftl +13 -0
  210. package/file/view.html/HeaderIonicViewHtml/template.properties +10 -0
  211. package/file/view.html/HeaderIonicViewHtml/template_pt_BR.properties +3 -0
  212. package/file/view.html/HeaderIonicViewHtml/view.html.png +0 -0
  213. package/file/view.html/Login1ViewHtml/__FileName__.view.html.ftl +193 -0
  214. package/file/view.html/Login1ViewHtml/login1.png +0 -0
  215. package/file/view.html/Login1ViewHtml/template.properties +10 -0
  216. package/file/view.html/Login1ViewHtml/template_pt_BR.properties +2 -0
  217. package/file/view.html/Login2ViewHtml/__FileName__.view.html.ftl +200 -0
  218. package/file/view.html/Login2ViewHtml/login2.png +0 -0
  219. package/file/view.html/Login2ViewHtml/template.properties +10 -0
  220. package/file/view.html/Login2ViewHtml/template_pt_BR.properties +2 -0
  221. package/file/view.html/Signup1ViewHtml/__FileName__.view.html.ftl +87 -0
  222. package/file/view.html/Signup1ViewHtml/signup1.png +0 -0
  223. package/file/view.html/Signup1ViewHtml/template.properties +10 -0
  224. package/file/view.html/Signup1ViewHtml/template_pt_BR.properties +2 -0
  225. package/file/view.html/Signup2ViewHtml/__FileName__.view.html.ftl +90 -0
  226. package/file/view.html/Signup2ViewHtml/signup2.png +0 -0
  227. package/file/view.html/Signup2ViewHtml/template.properties +10 -0
  228. package/file/view.html/Signup2ViewHtml/template_pt_BR.properties +2 -0
  229. package/file/view.html/group.properties +6 -0
  230. package/file/view.html/view.html.png +0 -0
  231. package/package.json +5 -0
  232. package/project/C/Aplicacao Vazia/cfg/jaas.config +5 -0
  233. package/project/C/Aplicacao Vazia/cfg/techne.template.config.xml +26 -0
  234. package/project/C/Aplicacao Vazia/cfg/techne.template.xml +6 -0
  235. package/project/C/Aplicacao Vazia/config/context.xml.ftl +66 -0
  236. package/project/C/Aplicacao Vazia/data/techne/template/crodata/classes.xml +13 -0
  237. package/project/C/Aplicacao Vazia/data/techne/template/crodata/menu/modules.xml +14 -0
  238. package/project/C/Aplicacao Vazia/data/techne/template/crodata/trans/module/index.xml +15 -0
  239. package/project/C/Aplicacao Vazia/db/README.md +1 -0
  240. package/project/C/Aplicacao Vazia/pom.xml +34 -0
  241. package/project/C/Aplicacao Vazia/project.png +0 -0
  242. package/project/C/Aplicacao Vazia/src/template/security/TemplateSecurityConnection.java +130 -0
  243. package/project/C/Aplicacao Vazia/template.properties +8 -0
  244. package/project/C/Aplicacao com CRUD/cfg/jaas.config +5 -0
  245. package/project/C/Aplicacao com CRUD/cfg/techne.template.config.xml +26 -0
  246. package/project/C/Aplicacao com CRUD/cfg/techne.template.xml +6 -0
  247. package/project/C/Aplicacao com CRUD/config/context.xml.ftl +66 -0
  248. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/block/tb.ftl +9 -0
  249. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/classes.xml +13 -0
  250. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/menu/modules.xml +14 -0
  251. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/checkbox.xml +156 -0
  252. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/dropDownSelect.xml +113 -0
  253. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/gridPanelSelect.xml +99 -0
  254. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/index.xml +40 -0
  255. package/project/C/Aplicacao com CRUD/data/techne/template/crodata/trans/module/recordpanel.xml +239 -0
  256. package/project/C/Aplicacao com CRUD/db/README.md +1 -0
  257. package/project/C/Aplicacao com CRUD/db/sql/template/org/h2/Driver/2_tables.sql +309 -0
  258. package/project/C/Aplicacao com CRUD/pom.xml +85 -0
  259. package/project/C/Aplicacao com CRUD/project.png +0 -0
  260. package/project/C/Aplicacao com CRUD/src/template/security/TemplateSecurityConnection.java +130 -0
  261. package/project/C/Aplicacao com CRUD/template.properties +9 -0
  262. package/project/C/cronos/cfg/jaas.config +5 -0
  263. package/project/C/cronos/cfg/techne.template.config.xml +26 -0
  264. package/project/C/cronos/cfg/techne.template.xml +6 -0
  265. package/project/C/cronos/config/context.xml.ftl +66 -0
  266. package/project/C/cronos/data/techne/template/crodata/block/tb.ftl +9 -0
  267. package/project/C/cronos/data/techne/template/crodata/classes.xml +13 -0
  268. package/project/C/cronos/data/techne/template/crodata/menu/modules.xml +14 -0
  269. package/project/C/cronos/data/techne/template/crodata/trans/module/gridPanelMasterDetail.xml +72 -0
  270. package/project/C/cronos/data/techne/template/crodata/trans/module/gridPanelSelect.xml +99 -0
  271. package/project/C/cronos/data/techne/template/crodata/trans/module/hello.xml +15 -0
  272. package/project/C/cronos/data/techne/template/crodata/trans/module/recordPanelMasterCheckBox.xml +190 -0
  273. package/project/C/cronos/db/README.md +1 -0
  274. package/project/C/cronos/pom.xml +34 -0
  275. package/project/C/cronos/project.png +0 -0
  276. package/project/C/cronos/scripts/sql/aplicacao/org/h2/Driver/2_tables.sql +309 -0
  277. package/project/C/cronos/src/template/security/TemplateSecurityConnection.java +130 -0
  278. package/project/C/cronos/template.properties +8 -0
  279. package/project/C/cronos.png +0 -0
  280. package/project/C/group.properties +5 -0
  281. package/project/D/dotnet-zero/project.png +0 -0
  282. package/project/D/dotnet-zero/template.properties +5 -0
  283. package/project/D/dotnet-zero/template_en_US.properties +2 -0
  284. package/project/D/dotnet.png +0 -0
  285. package/project/D/group.properties +4 -0
  286. package/project/G/blockly-client-api/project.svg +63 -0
  287. package/project/G/blockly-client-api/src/main/mobileapp/www/js/cronapi/__FileName__.cronapi.js.ftl +24 -0
  288. package/project/G/blockly-client-api/src/main/webapp/js/cronapi/__FileName__.cronapi.js.ftl +24 -0
  289. package/project/G/blockly-client-api/template.properties +15 -0
  290. package/project/G/blockly-client-api/template.properties._template.ftl +5 -0
  291. package/project/G/blockly-client-api/template_en.properties._template.ftl +1 -0
  292. package/project/G/blockly-client-api/template_pt.properties +13 -0
  293. package/project/G/blockly-client-api/template_pt.properties._template.ftl +1 -0
  294. package/project/G/blockly-server-api/pom.xml.ftl +63 -0
  295. package/project/G/blockly-server-api/project.svg +34 -0
  296. package/project/G/blockly-server-api/src/main/java/cronapi/__ClassName__.java.ftl +24 -0
  297. package/project/G/blockly-server-api/template.properties +17 -0
  298. package/project/G/blockly-server-api/template.properties._template.ftl +1 -0
  299. package/project/G/blockly-server-api/template_en.properties._template.ftl +1 -0
  300. package/project/G/blockly-server-api/template_pt.properties +14 -0
  301. package/project/G/blockly-server-api/template_pt.properties._template.ftl +1 -0
  302. package/project/G/gluonsoft.png +0 -0
  303. package/project/G/group.properties +4 -0
  304. package/project/G/visual-component/project.svg +166 -0
  305. package/project/G/visual-component/src/main/mobileapp/www/components/__WidgetId__.components.json.ftl +22 -0
  306. package/project/G/visual-component/src/main/mobileapp/www/components/templates/__WidgetId__.template.html.ftl +4 -0
  307. package/project/G/visual-component/src/main/mobileapp/www/js/__WidgetId__.js +4 -0
  308. package/project/G/visual-component/src/main/webapp/components/__WidgetId__.components.json.ftl +22 -0
  309. package/project/G/visual-component/src/main/webapp/components/templates/__WidgetId__.template.html.ftl +4 -0
  310. package/project/G/visual-component/src/main/webapp/js/__WidgetId__.js +4 -0
  311. package/project/G/visual-component/template.properties +9 -0
  312. package/project/G/visual-component/template.properties._template.ftl +5 -0
  313. package/project/G/visual-component/template_en.properties._template.ftl +1 -0
  314. package/project/G/visual-component/template_pt.properties +4 -0
  315. package/project/G/visual-component/template_pt.properties._template.ftl +1 -0
  316. package/project/J/group.properties +4 -0
  317. package/project/J/java.png +0 -0
  318. package/project/J/servlet/.gitignore.ftl +25 -0
  319. package/project/J/servlet/.vscode/launch.json +1 -0
  320. package/project/J/servlet/README.md +3 -0
  321. package/project/J/servlet/pom.xml +70 -0
  322. package/project/J/servlet/project.svg +1 -0
  323. package/project/J/servlet/src/main/webapp/index.jsp +5 -0
  324. package/project/J/servlet/template.properties +6 -0
  325. package/project/J/servlet/template_en_US.properties +2 -0
  326. package/project/J/spring-boot/.gitignore.ftl +25 -0
  327. package/project/J/spring-boot/.vscode/launch.json +1 -0
  328. package/project/J/spring-boot/README.md +3 -0
  329. package/project/J/spring-boot/mvnw +225 -0
  330. package/project/J/spring-boot/mvnw.cmd +143 -0
  331. package/project/J/spring-boot/pom.xml +50 -0
  332. package/project/J/spring-boot/project.png +0 -0
  333. package/project/J/spring-boot/project.svg +1 -0
  334. package/project/J/spring-boot/src/main/java/com/mycompany/helloworld/HelloWorldApplication.java +12 -0
  335. package/project/J/spring-boot/src/main/resources/application.properties +0 -0
  336. package/project/J/spring-boot/src/main/resources/static/static.txt +0 -0
  337. package/project/J/spring-boot/src/main/resources/templates/templates.txt +0 -0
  338. package/project/J/spring-boot/template.properties +6 -0
  339. package/project/J/spring-boot/template_en_US.properties +2 -0
  340. package/project/M/cronapp-rad-project-mobile-cordova/.gitignore.ftl +28 -0
  341. package/project/M/cronapp-rad-project-mobile-cordova/README.md +24 -0
  342. package/project/M/cronapp-rad-project-mobile-cordova/__copydata.ftl +29 -0
  343. package/project/M/cronapp-rad-project-mobile-cordova/__linksInherit +6 -0
  344. package/project/M/cronapp-rad-project-mobile-cordova/project.svg +1 -0
  345. package/project/M/cronapp-rad-project-mobile-cordova/src/main/__copydata.ftl +18 -0
  346. package/project/M/cronapp-rad-project-mobile-cordova/src/main/__linksInherit +14 -0
  347. package/project/M/cronapp-rad-project-mobile-cordova/src/main/java/__copydata.ftl +3 -0
  348. package/project/M/cronapp-rad-project-mobile-cordova/src/main/java/__linksInherit +10 -0
  349. package/project/M/cronapp-rad-project-mobile-cordova/src/main/java/social.properties +14 -0
  350. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/.gitignore.ftl +3 -0
  351. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/certs/README.md +5 -0
  352. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/config.xml.ftl +110 -0
  353. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/hooks/README.md +23 -0
  354. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/network_security_config.xml +4 -0
  355. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/package.json.ftl +12 -0
  356. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/README.md +29 -0
  357. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-hdpi-icon.png +0 -0
  358. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-hdpi-notification-icon.png +0 -0
  359. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-ldpi-icon.png +0 -0
  360. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-ldpi-notification-icon.png +0 -0
  361. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-mdpi-icon.png +0 -0
  362. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-mdpi-notification-icon.png +0 -0
  363. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-web-icon.png +0 -0
  364. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xhdpi-icon.png +0 -0
  365. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xhdpi-notification-icon.png +0 -0
  366. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xxhdpi-icon.png +0 -0
  367. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xxhdpi-notification-icon.png +0 -0
  368. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xxxhdpi-icon.png +0 -0
  369. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/drawable-xxxhdpi-notification-icon.png +0 -0
  370. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/icon-36-hdpi.png +0 -0
  371. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/android/icon-48-hdpi.png +0 -0
  372. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-1024.png +0 -0
  373. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-20.png +0 -0
  374. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-24@2x.png +0 -0
  375. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-27.5@2x.png +0 -0
  376. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-40.png +0 -0
  377. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-40@2x.png +0 -0
  378. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-40@3x.png +0 -0
  379. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-44@2x.png +0 -0
  380. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-50.png +0 -0
  381. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-50@2x.png +0 -0
  382. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-60.png +0 -0
  383. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-60@2x.png +0 -0
  384. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-60@3x.png +0 -0
  385. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-72.png +0 -0
  386. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-72@2x.png +0 -0
  387. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-76.png +0 -0
  388. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-76@2x.png +0 -0
  389. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-83.5@2x.png +0 -0
  390. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-86@2x.png +0 -0
  391. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-98@2x.png +0 -0
  392. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-small.png +0 -0
  393. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-small@2x.png +0 -0
  394. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon-small@3x.png +0 -0
  395. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon.png +0 -0
  396. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon/ios/icon@2x.png +0 -0
  397. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/icon.png +0 -0
  398. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/notification_icon.png +0 -0
  399. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-hdpi-screen.png +0 -0
  400. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-hdpi.png +0 -0
  401. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-ldpi-screen.png +0 -0
  402. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-ldpi.png +0 -0
  403. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-mdpi-screen.png +0 -0
  404. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-mdpi.png +0 -0
  405. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-xhdpi-screen.png +0 -0
  406. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-xhdpi.png +0 -0
  407. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-xxhdpi-screen.png +0 -0
  408. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-land-xxxhdpi-screen.png +0 -0
  409. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-hdpi-screen.png +0 -0
  410. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-hdpi.png +0 -0
  411. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-ldpi-screen.png +0 -0
  412. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-ldpi.png +0 -0
  413. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-mdpi-screen.png +0 -0
  414. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-mdpi.png +0 -0
  415. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-xhdpi-screen.png +0 -0
  416. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-xhdpi.png +0 -0
  417. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-xxhdpi-screen.png +0 -0
  418. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/android/drawable-port-xxxhdpi-screen.png +0 -0
  419. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-2436h.png +0 -0
  420. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-568h@2x~iphone.png +0 -0
  421. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-667h.png +0 -0
  422. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-736h.png +0 -0
  423. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape-2436h.png +0 -0
  424. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape-736h.png +0 -0
  425. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape@2x~ipad.png +0 -0
  426. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape@~ipadpro.png +0 -0
  427. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Landscape~ipad.png +0 -0
  428. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Portrait@2x~ipad.png +0 -0
  429. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Portrait@~ipadpro.png +0 -0
  430. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default-Portrait~ipad.png +0 -0
  431. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~ipad~anyany.png +0 -0
  432. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~ipad~comany.png +0 -0
  433. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~iphone.png +0 -0
  434. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~iphone~anyany.png +0 -0
  435. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~iphone~comany.png +0 -0
  436. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~iphone~comcom.png +0 -0
  437. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@2x~universal~anyany.png +0 -0
  438. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@3x~iphone~anyany.png +0 -0
  439. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@3x~iphone~anycom.png +0 -0
  440. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default@3x~iphone~comany.png +0 -0
  441. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/Default~iphone.png +0 -0
  442. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/ipx-landscape.png +0 -0
  443. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen/ios/ipx-portrait.png +0 -0
  444. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/res/screen.png +0 -0
  445. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/__copydata.ftl +12 -0
  446. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/.bowerrc +4 -0
  447. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/README.md +32 -0
  448. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/bower.json +30 -0
  449. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/bowerscripts/clean_dependencies.js +3 -0
  450. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/bowerscripts/package-lock.json +187 -0
  451. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/bowerscripts/package.json +14 -0
  452. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/cordova.js +1863 -0
  453. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/cordova_plugins.js +9 -0
  454. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/css/app.css +4 -0
  455. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/favicon.ico +0 -0
  456. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/i18n/locale_en_us.json +166 -0
  457. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/i18n/locale_pt_br.json +166 -0
  458. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/img/nophoto.png +0 -0
  459. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/img/user.png +0 -0
  460. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/index.html.ftl +76 -0
  461. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/ChangePassword.blockly +44 -0
  462. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/ChangePassword.blockly.js +56 -0
  463. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/Home.blockly +12 -0
  464. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/Home.blockly.js +13 -0
  465. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/Login.blockly +42 -0
  466. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/Login.blockly.js +25 -0
  467. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/UserControl.blockly +129 -0
  468. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/blockly/auth/UserControl.blockly.js +64 -0
  469. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/events.js +0 -0
  470. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/js/index.js +48 -0
  471. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/error/403.view.html +7 -0
  472. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/error/404.view.html +7 -0
  473. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/logged/home.view.html +20 -0
  474. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/logged/menu.view.html +61 -0
  475. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/logged/user.view.html +74 -0
  476. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/login.view.html.ftl +44 -0
  477. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/home.view.html +19 -0
  478. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/menu.view.html +15 -0
  479. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/reset-password-email.view.html +28 -0
  480. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/reset-password.view.html +29 -0
  481. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-autenticacao/views/public/signup.view.html +36 -0
  482. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/__linksInherit +10 -0
  483. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/js/blockly/auth/Home.blockly +12 -0
  484. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/js/blockly/auth/Home.blockly.js +13 -0
  485. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/views/error/403.view.html +7 -0
  486. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/views/error/404.view.html +7 -0
  487. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/views/public/home.view.html +22 -0
  488. package/project/M/cronapp-rad-project-mobile-cordova/src/main/mobileapp/www/www-sem-autenticacao/views/public/menu.view.html +15 -0
  489. package/project/M/cronapp-rad-project-mobile-cordova/template.properties +129 -0
  490. package/project/M/cronapp-rad-project-mobile-cordova/template_en_US.properties +29 -0
  491. package/project/M/cronapp-rad-project-mobile-cordova/template_pt_BR.properties +28 -0
  492. package/project/M/group.properties +5 -0
  493. package/project/M/mobile.png +0 -0
  494. package/project/N/group.properties +4 -0
  495. package/project/N/nodejs-express/.vscode/launch.json +14 -0
  496. package/project/N/nodejs-express/app.js +44 -0
  497. package/project/N/nodejs-express/bin/www +90 -0
  498. package/project/N/nodejs-express/package-lock.json +928 -0
  499. package/project/N/nodejs-express/package.json +16 -0
  500. package/project/N/nodejs-express/project.png +0 -0
  501. package/project/N/nodejs-express/project.svg +1 -0
  502. package/project/N/nodejs-express/public/stylesheets/style.css +8 -0
  503. package/project/N/nodejs-express/routes/index.js +9 -0
  504. package/project/N/nodejs-express/routes/users.js +9 -0
  505. package/project/N/nodejs-express/template.properties +6 -0
  506. package/project/N/nodejs-express/template_en_US.properties +2 -0
  507. package/project/N/nodejs-express/views/error.pug +6 -0
  508. package/project/N/nodejs-express/views/index.pug +5 -0
  509. package/project/N/nodejs-express/views/layout.pug +7 -0
  510. package/project/N/nodejs.png +0 -0
  511. package/project/P/django/.vscode/launch.json +21 -0
  512. package/project/P/django/cronapp/settings.py +121 -0
  513. package/project/P/django/cronapp/urls.py +21 -0
  514. package/project/P/django/cronapp/wsgi.py +16 -0
  515. package/project/P/django/manage.py +19 -0
  516. package/project/P/django/project.svg +48 -0
  517. package/project/P/django/requirements.txt +6 -0
  518. package/project/P/django/template.properties +5 -0
  519. package/project/P/django/template_en_US.properties +2 -0
  520. package/project/P/flask/.vscode/launch.json +24 -0
  521. package/project/P/flask/main.py +14 -0
  522. package/project/P/flask/project.svg +45 -0
  523. package/project/P/flask/requirements.txt +6 -0
  524. package/project/P/flask/template.properties +5 -0
  525. package/project/P/flask/template_en_US.properties +2 -0
  526. package/project/P/group.properties +4 -0
  527. package/project/P/python.png +0 -0
  528. package/project/P/scientific/.vscode/launch.json +15 -0
  529. package/project/P/scientific/README.md +0 -0
  530. package/project/P/scientific/main.py +27 -0
  531. package/project/P/scientific/project.png +0 -0
  532. package/project/P/scientific/project.svg +48 -0
  533. package/project/P/scientific/requirements.txt +2 -0
  534. package/project/P/scientific/template.properties +5 -0
  535. package/project/P/scientific/template_en_US.properties +2 -0
  536. package/project/W/cronapp-rad-project/.dockerignore +5 -0
  537. package/project/W/cronapp-rad-project/.gitignore.ftl +28 -0
  538. package/project/W/cronapp-rad-project/Dockerfile +26 -0
  539. package/project/W/cronapp-rad-project/Jenkinsfile +43 -0
  540. package/project/W/cronapp-rad-project/README.md +24 -0
  541. package/project/W/cronapp-rad-project/__copydata.ftl +22 -0
  542. package/project/W/cronapp-rad-project/config/__copydata.ftl +5 -0
  543. package/project/W/cronapp-rad-project/config/app.config.ftl +17 -0
  544. package/project/W/cronapp-rad-project/config/context.xml.ftl +27 -0
  545. package/project/W/cronapp-rad-project/config/test/Tests.side +59 -0
  546. package/project/W/cronapp-rad-project/diagram/__copydata.ftl +11 -0
  547. package/project/W/cronapp-rad-project/diagram/app.umlcd +4493 -0
  548. package/project/W/cronapp-rad-project/diagram/app.umlcd.ftl +1000 -0
  549. package/project/W/cronapp-rad-project/diagram/domain.umlcd +10596 -0
  550. package/project/W/cronapp-rad-project/docs/architecture/architecture.html +50 -0
  551. package/project/W/cronapp-rad-project/docs/architecture/img/layers.png +0 -0
  552. package/project/W/cronapp-rad-project/docs/login.prototype +24 -0
  553. package/project/W/cronapp-rad-project/pom.xml.ftl +236 -0
  554. package/project/W/cronapp-rad-project/project.svg +1 -0
  555. package/project/W/cronapp-rad-project/spring-boot.png +0 -0
  556. package/project/W/cronapp-rad-project/src/__copydata.ftl +7 -0
  557. package/project/W/cronapp-rad-project/src/main/__copydata.ftl +18 -0
  558. package/project/W/cronapp-rad-project/src/main/java/META-INF/__copydata.ftl +7 -0
  559. package/project/W/cronapp-rad-project/src/main/java/META-INF/customQuery.json.ftl +2192 -0
  560. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/__copydata.ftl +23 -0
  561. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/appUserManager.datasource.json +96 -0
  562. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/auditlogcleanup.datasource.json +103 -0
  563. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/auditlogquery.datasource.json +104 -0
  564. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/auth.datasource.json +120 -0
  565. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/device.datasource.json +96 -0
  566. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/keyManager.datasource.json +126 -0
  567. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/roleManager.datasource.json +255 -0
  568. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/roleSecurableManager.datasource.json +127 -0
  569. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/roleSecurables.datasource.json +158 -0
  570. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/roles.datasource.json +143 -0
  571. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/securableManager.datasource.json +127 -0
  572. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/securableViews.datasource.json +186 -0
  573. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/securables.datasource.json +134 -0
  574. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/userManager.datasource.json +271 -0
  575. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/userRoleManager.datasource.json +127 -0
  576. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/userSecurableManager.datasource.json +127 -0
  577. package/project/W/cronapp-rad-project/src/main/java/META-INF/datasources/userSecurables.datasource.json +135 -0
  578. package/project/W/cronapp-rad-project/src/main/java/META-INF/persistence.xml.ftl +41 -0
  579. package/project/W/cronapp-rad-project/src/main/java/SpringBootMain.java.ftl +48 -0
  580. package/project/W/cronapp-rad-project/src/main/java/__copydata.ftl +26 -0
  581. package/project/W/cronapp-rad-project/src/main/java/app/AppConfiguration.java.ftl +66 -0
  582. package/project/W/cronapp-rad-project/src/main/java/app/__copydata.ftl +25 -0
  583. package/project/W/cronapp-rad-project/src/main/java/app/dao/ApplicationDAO.java +24 -0
  584. package/project/W/cronapp-rad-project/src/main/java/app/dao/ApplicationUserDAO.java +24 -0
  585. package/project/W/cronapp-rad-project/src/main/java/app/dao/AuditLogDAO.java +24 -0
  586. package/project/W/cronapp-rad-project/src/main/java/app/dao/DeviceDAO.java +24 -0
  587. package/project/W/cronapp-rad-project/src/main/java/app/dao/LoginDAO.java +24 -0
  588. package/project/W/cronapp-rad-project/src/main/java/app/dao/RoleDAO.java +24 -0
  589. package/project/W/cronapp-rad-project/src/main/java/app/dao/RoleSecurableDAO.java +24 -0
  590. package/project/W/cronapp-rad-project/src/main/java/app/dao/SecurableDAO.java +24 -0
  591. package/project/W/cronapp-rad-project/src/main/java/app/dao/UserDAO.java +24 -0
  592. package/project/W/cronapp-rad-project/src/main/java/app/dao/UserRoleDAO.java +24 -0
  593. package/project/W/cronapp-rad-project/src/main/java/app/dao/UserSecurableDAO.java +24 -0
  594. package/project/W/cronapp-rad-project/src/main/java/app/dao/ViewDAO.java +24 -0
  595. package/project/W/cronapp-rad-project/src/main/java/app/dao/__copydata.ftl +34 -0
  596. package/project/W/cronapp-rad-project/src/main/java/app/entity/Application.java +111 -0
  597. package/project/W/cronapp-rad-project/src/main/java/app/entity/ApplicationUser.java +139 -0
  598. package/project/W/cronapp-rad-project/src/main/java/app/entity/AuditLog.java +399 -0
  599. package/project/W/cronapp-rad-project/src/main/java/app/entity/Device.java +241 -0
  600. package/project/W/cronapp-rad-project/src/main/java/app/entity/Login.java +190 -0
  601. package/project/W/cronapp-rad-project/src/main/java/app/entity/Role.java +218 -0
  602. package/project/W/cronapp-rad-project/src/main/java/app/entity/RoleSecurable.java +139 -0
  603. package/project/W/cronapp-rad-project/src/main/java/app/entity/Securable.java +139 -0
  604. package/project/W/cronapp-rad-project/src/main/java/app/entity/User.java +565 -0
  605. package/project/W/cronapp-rad-project/src/main/java/app/entity/UserRole.java +139 -0
  606. package/project/W/cronapp-rad-project/src/main/java/app/entity/UserSecurable.java +139 -0
  607. package/project/W/cronapp-rad-project/src/main/java/app/entity/View.java +375 -0
  608. package/project/W/cronapp-rad-project/src/main/java/app/entity/__copydata.ftl +34 -0
  609. package/project/W/cronapp-rad-project/src/main/java/app/populate.json.ftl +976 -0
  610. package/project/W/cronapp-rad-project/src/main/java/auth/permission/SecurityPermission.java.ftl +56 -0
  611. package/project/W/cronapp-rad-project/src/main/java/blockly/Application.blockly +12 -0
  612. package/project/W/cronapp-rad-project/src/main/java/blockly/Application.java +30 -0
  613. package/project/W/cronapp-rad-project/src/main/java/blockly/RoleManager.blockly +60 -0
  614. package/project/W/cronapp-rad-project/src/main/java/blockly/RoleManager.java +61 -0
  615. package/project/W/cronapp-rad-project/src/main/java/blockly/UserControl.blockly +90 -0
  616. package/project/W/cronapp-rad-project/src/main/java/blockly/UserControl.java +55 -0
  617. package/project/W/cronapp-rad-project/src/main/java/blockly/UserManager.blockly +79 -0
  618. package/project/W/cronapp-rad-project/src/main/java/blockly/UserManager.java +76 -0
  619. package/project/W/cronapp-rad-project/src/main/java/i18n/Messages.java +31 -0
  620. package/project/W/cronapp-rad-project/src/main/java/i18n/Messages_en_US.properties +56 -0
  621. package/project/W/cronapp-rad-project/src/main/java/i18n/Messages_pt_BR.properties +57 -0
  622. package/project/W/cronapp-rad-project/src/main/java/i18n/translate.string.ftl +1 -0
  623. package/project/W/cronapp-rad-project/src/main/java/social.properties +14 -0
  624. package/project/W/cronapp-rad-project/src/main/resources/application.properties +25 -0
  625. package/project/W/cronapp-rad-project/src/main/resources/templates/reset-password.ftlh +113 -0
  626. package/project/W/cronapp-rad-project/src/main/resources/templates/reset-password_pt_BR.ftlh +114 -0
  627. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/.bowerrc +4 -0
  628. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/bower.json +30 -0
  629. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/bowerscripts/clean_dependencies.js +3 -0
  630. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/bowerscripts/package-lock.json +187 -0
  631. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/bowerscripts/package.json +14 -0
  632. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/cronapp.json +1 -0
  633. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/css/app.css.ftl +0 -0
  634. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/i18n/locale_en_us.json +182 -0
  635. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/i18n/locale_pt_br.json +182 -0
  636. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/index.html.ftl +97 -0
  637. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/MutualAuth.blockly +21 -0
  638. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/MutualAuth.blockly.js +38 -0
  639. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/UserControl.blockly +129 -0
  640. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/UserControl.blockly.js +63 -0
  641. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/privacy/Cookies.blockly +417 -0
  642. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/blockly/privacy/Cookies.blockly.js +129 -0
  643. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/custom.controllers.js +11 -0
  644. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/customModules.js +1 -0
  645. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/js/events.js +0 -0
  646. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/admin/__copydata.ftl +3 -0
  647. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/admin/auditlog.search.view.html +95 -0
  648. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/admin/role.view.html +99 -0
  649. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/admin/user.view.html +130 -0
  650. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/error/403.view.html +13 -0
  651. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/error/404.view.html +13 -0
  652. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/logged/__copydata.ftl +1 -0
  653. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/logged/home.view.html.ftl +99 -0
  654. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/logged/home2.view.html.ftl +162 -0
  655. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/login.view.html.ftl +195 -0
  656. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/home.view.html.ftl +25 -0
  657. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/privacy/cookies.view.html +75 -0
  658. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/reset-password.view.html.ftl +30 -0
  659. package/project/W/cronapp-rad-project/src/main/webapp-autenticacao/webapp/views/public/signup.view.html +65 -0
  660. package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/__linksInherit +3 -0
  661. package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/cronapp.json +1 -0
  662. package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/index.html.ftl +84 -0
  663. package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/views/__linksInherit +1 -0
  664. package/project/W/cronapp-rad-project/src/main/webapp-sem-autenticacao/webapp/views/home.view.html.ftl +39 -0
  665. package/project/W/cronapp-rad-project/template.properties +116 -0
  666. package/project/W/cronapp-rad-project/template_en_US.properties +32 -0
  667. package/project/W/cronapp-rad-project/template_pt_BR.properties +32 -0
  668. package/project/W/group.properties +5 -0
  669. package/project/W/web.png +0 -0
  670. package/templates/low-code/aquamarine.png +0 -0
  671. package/templates/low-code/cerulean.png +0 -0
  672. package/templates/low-code/cosmo.png +0 -0
  673. package/templates/low-code/cyborg.png +0 -0
  674. package/templates/low-code/darkly.png +0 -0
  675. package/templates/low-code/data-layer/BUSINESS.ftl +340 -0
  676. package/templates/low-code/data-layer/DAO.ftl +46 -0
  677. package/templates/low-code/data-layer/ENTITIES.ftl +363 -0
  678. package/templates/low-code/data-layer/ENTITIESPK.ftl +119 -0
  679. package/templates/low-code/data-layer/Job.java.ftl +59 -0
  680. package/templates/low-code/data-layer/REST.ftl +359 -0
  681. package/templates/low-code/data-layer/RESTAPPLICATION.ftl +76 -0
  682. package/templates/low-code/data-layer/RESTWebService.ftl +106 -0
  683. package/templates/low-code/data-layer/RESTWebServicePageExample.ftl +64 -0
  684. package/templates/low-code/data-layer/SecurityPermission.java.ftl +43 -0
  685. package/templates/low-code/data-layer/SpringBootMain.java.ftl +44 -0
  686. package/templates/low-code/data-layer/TEST.ftl +9 -0
  687. package/templates/low-code/data-layer/dropbox/DROPBOX_CONSTANTS.ftl +1 -0
  688. package/templates/low-code/data-layer/dropbox/DROPBOX_DELETE.ftl +1 -0
  689. package/templates/low-code/data-layer/dropbox/DROPBOX_GET.ftl +1 -0
  690. package/templates/low-code/data-layer/dropbox/DROPBOX_LIST.ftl +1 -0
  691. package/templates/low-code/data-layer/dropbox/DROPBOX_POST.ftl +20 -0
  692. package/templates/low-code/data-layer/dropbox/DROPBOX_PUT.ftl +21 -0
  693. package/templates/low-code/data-layer/template.properties +58 -0
  694. package/templates/low-code/dsgov.png +0 -0
  695. package/templates/low-code/flatly.png +0 -0
  696. package/templates/low-code/fuse.png +0 -0
  697. package/templates/low-code/journal.png +0 -0
  698. package/templates/low-code/lumen.png +0 -0
  699. package/templates/low-code/material.png +0 -0
  700. package/templates/low-code/paper.png +0 -0
  701. package/templates/low-code/readable.png +0 -0
  702. package/templates/low-code/sandstone.png +0 -0
  703. package/templates/low-code/simplex.png +0 -0
  704. package/templates/low-code/slate.png +0 -0
  705. package/templates/low-code/spacelab.png +0 -0
  706. package/templates/low-code/superhero.png +0 -0
  707. package/templates/low-code/united.png +0 -0
  708. package/templates/low-code/yeti.png +0 -0
  709. package/user/.code/User/keybindings.json +3 -0
  710. package/user/.code/User/settings.json +6 -0
@@ -0,0 +1,4493 @@
1
+ {
2
+ "cells": [
3
+ {
4
+ "angle": 0,
5
+ "apiPath": "src/main/webapp/raml/app/api.raml",
6
+ "attrs": {
7
+ ".uml-class-attrs-rect": {
8
+ "fill": "#F0F0F0",
9
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
10
+ "stroke": "#C2C2C2",
11
+ "stroke-width": 1
12
+ },
13
+ ".uml-class-attrs-text": {
14
+ "fill": "#666",
15
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
16
+ "font-size": 11
17
+ },
18
+ ".uml-class-attrs-value": {
19
+ "fill": "#0066FF",
20
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
21
+ "font-size": 11
22
+ },
23
+ ".uml-class-methods-rect": {
24
+ "fill": "#F0F0F0",
25
+ "stroke": "#C2C2C2",
26
+ "stroke-width": 1
27
+ },
28
+ ".uml-class-methods-text": {
29
+ "fill": "#0066FF",
30
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
31
+ "font-size": 11
32
+ },
33
+ ".uml-class-name-rect": {
34
+ "fill": "#F0F0F0",
35
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
36
+ "stroke": "#C2C2C2",
37
+ "stroke-width": 1
38
+ },
39
+ ".uml-class-name-text": {
40
+ "fill": "#000",
41
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
42
+ "font-size": 12,
43
+ "font-weight": "bold"
44
+ }
45
+ },
46
+ "chkApi": false,
47
+ "dataSource": "jdbc/main",
48
+ "disableCache": false,
49
+ "id": "paperCell",
50
+ "methods": [],
51
+ "namespace": "app",
52
+ "position": {
53
+ "x": 0,
54
+ "y": 114.08393096923828
55
+ },
56
+ "queries": [],
57
+ "restPath": "/api/rest",
58
+ "restSecurity": {
59
+ "delete": "authenticated",
60
+ "get": "authenticated",
61
+ "post": "authenticated",
62
+ "put": "authenticated"
63
+ },
64
+ "runtimeClass": "cronos.widgets.joint.uml.Paper",
65
+ "size": {
66
+ "height": 0,
67
+ "width": 0
68
+ },
69
+ "type": "basic.Rect",
70
+ "visionLikePackage": false,
71
+ "z": 1
72
+ },
73
+ {
74
+ "angle": 0,
75
+ "attributes": [
76
+ "id:java.lang.String",
77
+ "name:java.lang.String"
78
+ ],
79
+ "attrs": {
80
+ ".uml-class-attrs-rect": {
81
+ "fill": "#F0F0F0",
82
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
83
+ "height": 60,
84
+ "stroke": "#C2C2C2",
85
+ "transform": "translate(0,40)"
86
+ },
87
+ ".uml-class-attrs-text": {
88
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
89
+ "font-size": 11,
90
+ "text": "* id\nname\n"
91
+ },
92
+ ".uml-class-attrs-value": {
93
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
94
+ "font-size": 11,
95
+ "ref-x": 156,
96
+ "text": "Texto\nTexto\n"
97
+ },
98
+ ".uml-class-methods-rect": {
99
+ "fill": "#F0F0F0",
100
+ "height": 20,
101
+ "stroke": "#C2C2C2",
102
+ "stroke-width": 1,
103
+ "transform": "translate(0,100)"
104
+ },
105
+ ".uml-class-methods-text": {
106
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
107
+ "font-size": 11,
108
+ "text": ""
109
+ },
110
+ ".uml-class-name-rect": {
111
+ "fill": "#F0F0F0",
112
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
113
+ "height": 40,
114
+ "stroke": "#C2C2C2",
115
+ "transform": "translate(0,0)"
116
+ },
117
+ ".uml-class-name-text": {
118
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
119
+ "text": "Application"
120
+ },
121
+ "rect": {
122
+ "stroke": "yellow",
123
+ "stroke-width": 2
124
+ }
125
+ },
126
+ "audit": false,
127
+ "fields": [
128
+ {
129
+ "name": "id",
130
+ "type": "java.lang.String",
131
+ "dbName": "id",
132
+ "dbLength": "",
133
+ "dbPrecision": "",
134
+ "dbScale": "",
135
+ "dbDefaultValue": "UUID.randomUUID().toString().toUpperCase()",
136
+ "label": "Id",
137
+ "mask": "",
138
+ "isPrimaryKey": true,
139
+ "isUniqueKey": false,
140
+ "isNullable": false,
141
+ "pkType": "UUID",
142
+ "multitenantContext": "",
143
+ "jsonIgnore": false,
144
+ "isTransient": false,
145
+ "isInsertable": true,
146
+ "isUpdatable": true,
147
+ "isEncryption": false,
148
+ "referencedColumnName": "",
149
+ "isSearchable": false,
150
+ "sequence": "",
151
+ "isCascade": false,
152
+ "isVersion": false,
153
+ "storageId": "",
154
+ "storageKey": "",
155
+ "storageType": "",
156
+ "storageSecret": "",
157
+ "foreignKeyName": ""
158
+ },
159
+ {
160
+ "name": "name",
161
+ "type": "java.lang.String",
162
+ "dbName": "name",
163
+ "dbLength": "",
164
+ "dbPrecision": "",
165
+ "dbScale": "",
166
+ "dbDefaultValue": "",
167
+ "label": "Name",
168
+ "mask": "",
169
+ "isPrimaryKey": false,
170
+ "isUniqueKey": false,
171
+ "isNullable": false,
172
+ "pkType": "",
173
+ "multitenantContext": "",
174
+ "jsonIgnore": false,
175
+ "isTransient": false,
176
+ "isInsertable": true,
177
+ "isUpdatable": true,
178
+ "isEncryption": false,
179
+ "referencedColumnName": "",
180
+ "isSearchable": false,
181
+ "sequence": "",
182
+ "isCascade": false,
183
+ "isVersion": false,
184
+ "storageId": "",
185
+ "storageKey": "",
186
+ "storageType": "",
187
+ "storageSecret": "",
188
+ "foreignKeyName": ""
189
+ }
190
+ ],
191
+ "generateView": "Auto",
192
+ "id": "fabe0aea-c05d-44a4-a87c-2e2c0a97e994",
193
+ "isRest": "true",
194
+ "methods": [],
195
+ "modelType": "Table",
196
+ "name": "Application",
197
+ "position": {
198
+ "x": 382,
199
+ "y": 36
200
+ },
201
+ "queries": [],
202
+ "realName": "",
203
+ "restSecurity": {
204
+ "delete": "Administrators",
205
+ "get": "Administrators",
206
+ "post": "Administrators",
207
+ "put": "Administrators"
208
+ },
209
+ "role": "Class",
210
+ "runtimeClass": "cronos.widgets.joint.uml.Class",
211
+ "size": {
212
+ "height": 120,
213
+ "width": 195
214
+ },
215
+ "tableName": "APPLICATION",
216
+ "tableScheme": null,
217
+ "type": "uml.Class",
218
+ "z": 17
219
+ },
220
+ {
221
+ "angle": 0,
222
+ "attributes": [
223
+ "id:java.lang.String",
224
+ "application:Application",
225
+ "user:User"
226
+ ],
227
+ "attrs": {
228
+ ".uml-class-attrs-rect": {
229
+ "fill": "#fffec0",
230
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
231
+ "height": 80,
232
+ "stroke": "#C2C2C2",
233
+ "transform": "translate(0,40)"
234
+ },
235
+ ".uml-class-attrs-text": {
236
+ "fill": "#000",
237
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
238
+ "font-size": 11,
239
+ "text": "* id\napplication\nuser\n"
240
+ },
241
+ ".uml-class-attrs-value": {
242
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
243
+ "font-size": 11,
244
+ "ref-x": 150,
245
+ "text": "Texto\nApplication\nUser\n"
246
+ },
247
+ ".uml-class-methods-rect": {
248
+ "fill": "#fffec0",
249
+ "height": 20,
250
+ "stroke": "#C2C2C2",
251
+ "stroke-width": 1,
252
+ "transform": "translate(0,120)"
253
+ },
254
+ ".uml-class-methods-text": {
255
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
256
+ "font-size": 11,
257
+ "text": ""
258
+ },
259
+ ".uml-class-name-rect": {
260
+ "fill": "#fffec0",
261
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
262
+ "height": 40,
263
+ "stroke": "#C2C2C2",
264
+ "transform": "translate(0,0)"
265
+ },
266
+ ".uml-class-name-text": {
267
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
268
+ "text": "ApplicationUser"
269
+ },
270
+ "rect": {
271
+ "stroke": "yellow",
272
+ "stroke-width": 2
273
+ }
274
+ },
275
+ "audit": false,
276
+ "fields": [
277
+ {
278
+ "name": "id",
279
+ "type": "java.lang.String",
280
+ "dbName": "id",
281
+ "dbLength": "",
282
+ "dbPrecision": "",
283
+ "dbScale": "",
284
+ "dbDefaultValue": "",
285
+ "label": "Id",
286
+ "mask": "",
287
+ "isPrimaryKey": true,
288
+ "isUniqueKey": false,
289
+ "isNullable": false,
290
+ "pkType": "UUID",
291
+ "multitenantContext": "",
292
+ "jsonIgnore": false,
293
+ "isTransient": false,
294
+ "isInsertable": true,
295
+ "isUpdatable": true,
296
+ "isEncryption": false,
297
+ "referencedColumnName": "",
298
+ "isSearchable": false,
299
+ "sequence": "",
300
+ "isCascade": false,
301
+ "isVersion": false,
302
+ "storageId": "",
303
+ "storageKey": "",
304
+ "storageType": "",
305
+ "storageSecret": "",
306
+ "foreignKeyName": ""
307
+ },
308
+ {
309
+ "name": "application",
310
+ "type": "Application",
311
+ "dbName": "application_id",
312
+ "dbLength": "",
313
+ "dbPrecision": "",
314
+ "dbScale": "",
315
+ "dbDefaultValue": "",
316
+ "label": "Application",
317
+ "mask": "",
318
+ "isPrimaryKey": false,
319
+ "isUniqueKey": false,
320
+ "isNullable": true,
321
+ "pkType": "",
322
+ "multitenantContext": "",
323
+ "jsonIgnore": false,
324
+ "isTransient": false,
325
+ "isInsertable": true,
326
+ "isUpdatable": true,
327
+ "isEncryption": false,
328
+ "referencedColumnName": "",
329
+ "isSearchable": false,
330
+ "sequence": "",
331
+ "isCascade": false,
332
+ "isVersion": false,
333
+ "storageId": "",
334
+ "storageKey": "",
335
+ "storageType": "",
336
+ "storageSecret": "",
337
+ "foreignKeyName": ""
338
+ },
339
+ {
340
+ "name": "user",
341
+ "type": "User",
342
+ "dbName": "user_id",
343
+ "dbLength": "",
344
+ "dbPrecision": "",
345
+ "dbScale": "",
346
+ "dbDefaultValue": "",
347
+ "label": "User",
348
+ "mask": "",
349
+ "isPrimaryKey": false,
350
+ "isUniqueKey": false,
351
+ "isNullable": true,
352
+ "pkType": "",
353
+ "multitenantContext": "",
354
+ "jsonIgnore": false,
355
+ "isTransient": false,
356
+ "isInsertable": true,
357
+ "isUpdatable": true,
358
+ "isEncryption": false,
359
+ "referencedColumnName": "",
360
+ "isSearchable": false,
361
+ "sequence": "",
362
+ "isCascade": false,
363
+ "isVersion": false,
364
+ "storageId": "",
365
+ "storageKey": "",
366
+ "storageType": "",
367
+ "storageSecret": "",
368
+ "foreignKeyName": ""
369
+ }
370
+ ],
371
+ "generateView": "Auto",
372
+ "id": "56d9e678-741d-41e6-9b24-bccc58de1598",
373
+ "isRest": "true",
374
+ "methods": [],
375
+ "modelType": "Table",
376
+ "name": "ApplicationUser",
377
+ "position": {
378
+ "x": 1106,
379
+ "y": 406
380
+ },
381
+ "queries": [],
382
+ "realName": "",
383
+ "restSecurity": {
384
+ "delete": "Administrators",
385
+ "get": "Administrators",
386
+ "post": "Administrators",
387
+ "put": "Administrators"
388
+ },
389
+ "role": "AssociationClass",
390
+ "runtimeClass": "cronos.widgets.joint.uml.Class",
391
+ "size": {
392
+ "height": 130,
393
+ "width": 219
394
+ },
395
+ "tableName": "APPLICATION_USER",
396
+ "tableScheme": null,
397
+ "type": "uml.Class",
398
+ "z": 21
399
+ },
400
+ {
401
+ "angle": 0,
402
+ "attributes": [
403
+ "id:java.lang.Integer",
404
+ "type:java.lang.String",
405
+ "command:java.lang.String",
406
+ "date:java.sql.Timestamp",
407
+ "objectData:java.lang.StringBuffer",
408
+ "user:java.lang.String",
409
+ "host:java.lang.String",
410
+ "agent:java.lang.String",
411
+ "server:java.lang.String",
412
+ "affectedFields:java.lang.String",
413
+ "category:java.lang.String",
414
+ "application:java.lang.String",
415
+ "error:java.lang.String"
416
+ ],
417
+ "attrs": {
418
+ ".uml-class-attrs-rect": {
419
+ "fill": "#F0F0F0",
420
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
421
+ "height": 280,
422
+ "stroke": "#C2C2C2",
423
+ "transform": "translate(0,40)"
424
+ },
425
+ ".uml-class-attrs-text": {
426
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
427
+ "font-size": 11,
428
+ "text": "* id\ntype\ncommand\ndate\nobjectData\nuser\nhost\nagent\nserver\naffectedFields\ncategory\napplication\nerror\n"
429
+ },
430
+ ".uml-class-attrs-value": {
431
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
432
+ "font-size": 11,
433
+ "ref-x": 94,
434
+ "text": "Inteiro\nTexto\nTexto\nData e Hora com Fuso\nTexto Longo\nTexto\nTexto\nTexto\nTexto\nTexto\nTexto\nTexto\nTexto\n"
435
+ },
436
+ ".uml-class-methods-rect": {
437
+ "fill": "#F0F0F0",
438
+ "height": 20,
439
+ "stroke": "#C2C2C2",
440
+ "stroke-width": 1,
441
+ "transform": "translate(0,320)"
442
+ },
443
+ ".uml-class-methods-text": {
444
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
445
+ "font-size": 11,
446
+ "text": ""
447
+ },
448
+ ".uml-class-name-rect": {
449
+ "fill": "#F0F0F0",
450
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
451
+ "height": 40,
452
+ "stroke": "#C2C2C2",
453
+ "transform": "translate(0,0)"
454
+ },
455
+ ".uml-class-name-text": {
456
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
457
+ "text": "AuditLog"
458
+ },
459
+ "rect": {
460
+ "stroke": "yellow",
461
+ "stroke-width": 2
462
+ }
463
+ },
464
+ "audit": false,
465
+ "embeds": "",
466
+ "fields": [
467
+ {
468
+ "name": "id",
469
+ "type": "java.lang.Integer",
470
+ "dbName": "id",
471
+ "dbLength": "",
472
+ "dbPrecision": "",
473
+ "dbScale": "",
474
+ "dbDefaultValue": "",
475
+ "label": "Id",
476
+ "mask": "",
477
+ "isPrimaryKey": true,
478
+ "isUniqueKey": false,
479
+ "isNullable": false,
480
+ "pkType": "Identity",
481
+ "multitenantContext": "",
482
+ "jsonIgnore": false,
483
+ "isTransient": false,
484
+ "isInsertable": true,
485
+ "isUpdatable": true,
486
+ "isEncryption": false,
487
+ "referencedColumnName": "",
488
+ "isSearchable": false,
489
+ "sequence": "",
490
+ "isCascade": false,
491
+ "isVersion": false
492
+ },
493
+ {
494
+ "name": "type",
495
+ "type": "java.lang.String",
496
+ "dbName": "type",
497
+ "dbLength": "",
498
+ "dbPrecision": "",
499
+ "dbScale": "",
500
+ "dbDefaultValue": "",
501
+ "label": "{{\u0027Type\u0027 | translate}}",
502
+ "mask": "",
503
+ "isPrimaryKey": false,
504
+ "isUniqueKey": false,
505
+ "isNullable": false,
506
+ "pkType": "",
507
+ "multitenantContext": "",
508
+ "jsonIgnore": false,
509
+ "isTransient": false,
510
+ "isInsertable": true,
511
+ "isUpdatable": true,
512
+ "isEncryption": false,
513
+ "referencedColumnName": "",
514
+ "isSearchable": false,
515
+ "sequence": "",
516
+ "isCascade": false,
517
+ "isVersion": false
518
+ },
519
+ {
520
+ "name": "command",
521
+ "type": "java.lang.String",
522
+ "dbName": "command",
523
+ "dbLength": "",
524
+ "dbPrecision": "",
525
+ "dbScale": "",
526
+ "dbDefaultValue": "",
527
+ "label": "{{\u0027Command\u0027 | translate}}",
528
+ "mask": "",
529
+ "isPrimaryKey": false,
530
+ "isUniqueKey": false,
531
+ "isNullable": false,
532
+ "pkType": "",
533
+ "multitenantContext": "",
534
+ "jsonIgnore": false,
535
+ "isTransient": false,
536
+ "isInsertable": true,
537
+ "isUpdatable": true,
538
+ "isEncryption": false,
539
+ "referencedColumnName": "",
540
+ "isSearchable": false,
541
+ "sequence": "",
542
+ "isCascade": false,
543
+ "isVersion": false
544
+ },
545
+ {
546
+ "name": "date",
547
+ "type": "java.sql.Timestamp",
548
+ "dbName": "dateCreated",
549
+ "dbLength": "",
550
+ "dbPrecision": "",
551
+ "dbScale": "",
552
+ "dbDefaultValue": "",
553
+ "label": "{{\u0027Date\u0027 | translate}}",
554
+ "mask": "",
555
+ "isPrimaryKey": false,
556
+ "isUniqueKey": false,
557
+ "isNullable": false,
558
+ "pkType": "",
559
+ "multitenantContext": "",
560
+ "jsonIgnore": false,
561
+ "isTransient": false,
562
+ "isInsertable": true,
563
+ "isUpdatable": true,
564
+ "isEncryption": false,
565
+ "referencedColumnName": "",
566
+ "isSearchable": false,
567
+ "sequence": "",
568
+ "isCascade": false,
569
+ "isVersion": false
570
+ },
571
+ {
572
+ "name": "objectData",
573
+ "type": "java.lang.StringBuffer",
574
+ "dbName": "objectData",
575
+ "dbLength": "",
576
+ "dbPrecision": "",
577
+ "dbScale": "",
578
+ "dbDefaultValue": "",
579
+ "label": "{{\u0027ObjectData\u0027 | translate}}",
580
+ "mask": "",
581
+ "isPrimaryKey": false,
582
+ "isUniqueKey": false,
583
+ "isNullable": true,
584
+ "pkType": "",
585
+ "multitenantContext": "",
586
+ "jsonIgnore": false,
587
+ "isTransient": false,
588
+ "isInsertable": true,
589
+ "isUpdatable": true,
590
+ "isEncryption": false,
591
+ "referencedColumnName": "",
592
+ "isSearchable": false,
593
+ "sequence": "",
594
+ "isCascade": false,
595
+ "isVersion": false
596
+ },
597
+ {
598
+ "name": "user",
599
+ "type": "java.lang.String",
600
+ "dbName": "userName",
601
+ "dbLength": "",
602
+ "dbPrecision": "",
603
+ "dbScale": "",
604
+ "dbDefaultValue": "",
605
+ "label": "{{\u0027User\u0027 | translate}}",
606
+ "mask": "",
607
+ "isPrimaryKey": false,
608
+ "isUniqueKey": false,
609
+ "isNullable": true,
610
+ "pkType": "",
611
+ "multitenantContext": "",
612
+ "jsonIgnore": false,
613
+ "isTransient": false,
614
+ "isInsertable": true,
615
+ "isUpdatable": true,
616
+ "isEncryption": false,
617
+ "referencedColumnName": "",
618
+ "isSearchable": false,
619
+ "sequence": "",
620
+ "isCascade": false,
621
+ "isVersion": false
622
+ },
623
+ {
624
+ "name": "host",
625
+ "type": "java.lang.String",
626
+ "dbName": "host",
627
+ "dbLength": "",
628
+ "dbPrecision": "",
629
+ "dbScale": "",
630
+ "dbDefaultValue": "",
631
+ "label": "Host",
632
+ "mask": "",
633
+ "isPrimaryKey": false,
634
+ "isUniqueKey": false,
635
+ "isNullable": true,
636
+ "pkType": "",
637
+ "multitenantContext": "",
638
+ "jsonIgnore": false,
639
+ "isTransient": false,
640
+ "isInsertable": true,
641
+ "isUpdatable": true,
642
+ "isEncryption": false,
643
+ "referencedColumnName": "",
644
+ "isSearchable": false,
645
+ "sequence": "",
646
+ "isCascade": false,
647
+ "isVersion": false
648
+ },
649
+ {
650
+ "name": "agent",
651
+ "type": "java.lang.String",
652
+ "dbName": "agent",
653
+ "dbLength": "",
654
+ "dbPrecision": "",
655
+ "dbScale": "",
656
+ "dbDefaultValue": "",
657
+ "label": "{{\u0027Agent\u0027 | translate}}",
658
+ "mask": "",
659
+ "isPrimaryKey": false,
660
+ "isUniqueKey": false,
661
+ "isNullable": true,
662
+ "pkType": "",
663
+ "multitenantContext": "",
664
+ "jsonIgnore": false,
665
+ "isTransient": false,
666
+ "isInsertable": true,
667
+ "isUpdatable": true,
668
+ "isEncryption": false,
669
+ "referencedColumnName": "",
670
+ "isSearchable": false,
671
+ "sequence": "",
672
+ "isCascade": false,
673
+ "isVersion": false
674
+ },
675
+ {
676
+ "name": "server",
677
+ "type": "java.lang.String",
678
+ "dbName": "server",
679
+ "dbLength": "",
680
+ "dbPrecision": "",
681
+ "dbScale": "",
682
+ "dbDefaultValue": "",
683
+ "label": "{{\u0027Server\u0027 | translate}}",
684
+ "mask": "",
685
+ "isPrimaryKey": false,
686
+ "isUniqueKey": false,
687
+ "isNullable": true,
688
+ "pkType": "",
689
+ "multitenantContext": "",
690
+ "jsonIgnore": false,
691
+ "isTransient": false,
692
+ "isInsertable": true,
693
+ "isUpdatable": true,
694
+ "isEncryption": false,
695
+ "referencedColumnName": "",
696
+ "isSearchable": false,
697
+ "sequence": "",
698
+ "isCascade": false,
699
+ "isVersion": false
700
+ },
701
+ {
702
+ "name": "affectedFields",
703
+ "type": "java.lang.String",
704
+ "dbName": "affectedFields",
705
+ "dbLength": "",
706
+ "dbPrecision": "",
707
+ "dbScale": "",
708
+ "dbDefaultValue": "",
709
+ "label": "{{\u0027AffectedFields\u0027 | translate}}",
710
+ "mask": "",
711
+ "isPrimaryKey": false,
712
+ "isUniqueKey": false,
713
+ "isNullable": true,
714
+ "pkType": "",
715
+ "multitenantContext": "",
716
+ "jsonIgnore": false,
717
+ "isTransient": false,
718
+ "isInsertable": true,
719
+ "isUpdatable": true,
720
+ "isEncryption": false,
721
+ "referencedColumnName": "",
722
+ "isSearchable": false,
723
+ "sequence": "",
724
+ "isCascade": false,
725
+ "isVersion": false
726
+ },
727
+ {
728
+ "name": "category",
729
+ "type": "java.lang.String",
730
+ "dbName": "category",
731
+ "dbLength": "",
732
+ "dbPrecision": "",
733
+ "dbScale": "",
734
+ "dbDefaultValue": "",
735
+ "label": "{{\u0027Category\u0027 | translate}}",
736
+ "mask": "",
737
+ "isPrimaryKey": false,
738
+ "isUniqueKey": false,
739
+ "isNullable": true,
740
+ "pkType": "",
741
+ "multitenantContext": "",
742
+ "jsonIgnore": false,
743
+ "isTransient": false,
744
+ "isInsertable": true,
745
+ "isUpdatable": true,
746
+ "isEncryption": false,
747
+ "referencedColumnName": "",
748
+ "isSearchable": false,
749
+ "sequence": "",
750
+ "isCascade": false,
751
+ "isVersion": false
752
+ },
753
+ {
754
+ "name": "application",
755
+ "type": "java.lang.String",
756
+ "dbName": "application",
757
+ "dbLength": "",
758
+ "dbPrecision": "",
759
+ "dbScale": "",
760
+ "dbDefaultValue": "",
761
+ "label": "{{\u0027Application\u0027 | translate}}",
762
+ "mask": "",
763
+ "isPrimaryKey": false,
764
+ "isUniqueKey": false,
765
+ "isNullable": true,
766
+ "pkType": "",
767
+ "multitenantContext": "",
768
+ "jsonIgnore": false,
769
+ "isTransient": false,
770
+ "isInsertable": true,
771
+ "isUpdatable": true,
772
+ "isEncryption": false,
773
+ "referencedColumnName": "",
774
+ "isSearchable": false,
775
+ "sequence": "",
776
+ "isCascade": false,
777
+ "isVersion": false
778
+ },
779
+ {
780
+ "name": "error",
781
+ "type": "java.lang.String",
782
+ "dbName": "error",
783
+ "dbLength": "",
784
+ "dbPrecision": "",
785
+ "dbScale": "",
786
+ "dbDefaultValue": "",
787
+ "label": "{{\u0027Error\u0027 | translate}}",
788
+ "mask": "",
789
+ "isPrimaryKey": false,
790
+ "isUniqueKey": false,
791
+ "isNullable": true,
792
+ "pkType": "",
793
+ "multitenantContext": "",
794
+ "jsonIgnore": false,
795
+ "isTransient": false,
796
+ "isInsertable": true,
797
+ "isUpdatable": true,
798
+ "isEncryption": false,
799
+ "referencedColumnName": "",
800
+ "isSearchable": false,
801
+ "sequence": "",
802
+ "isCascade": false,
803
+ "isVersion": false
804
+ }
805
+ ],
806
+ "generateView": "Auto",
807
+ "id": "b194a533-61d6-4661-b9da-ff80ce2835f9",
808
+ "isRest": "true",
809
+ "methods": [],
810
+ "modelType": "Table",
811
+ "name": "AuditLog",
812
+ "position": {
813
+ "x": 70,
814
+ "y": 240
815
+ },
816
+ "queries": [],
817
+ "realName": "",
818
+ "restSecurity": {
819
+ "delete": "Administrators",
820
+ "get": "Administrators",
821
+ "post": "Administrators",
822
+ "put": "Administrators"
823
+ },
824
+ "role": "Class",
825
+ "runtimeClass": "cronos.widgets.joint.uml.Class",
826
+ "size": {
827
+ "height": 230,
828
+ "width": 225
829
+ },
830
+ "tableName": "AUDIT_LOG",
831
+ "type": "uml.Class",
832
+ "z": 14
833
+ },
834
+ {
835
+ "angle": 0,
836
+ "attributes": [
837
+ "id:java.lang.String",
838
+ "token:java.lang.String",
839
+ "platform:java.lang.String",
840
+ "model:java.lang.String",
841
+ "platformVersion:java.lang.String",
842
+ "appName:java.lang.String",
843
+ "appVersion:java.lang.String"
844
+ ],
845
+ "attrs": {
846
+ ".uml-class-attrs-rect": {
847
+ "fill": "#F0F0F0",
848
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
849
+ "height": 160,
850
+ "stroke": "#C2C2C2",
851
+ "transform": "translate(0,40)"
852
+ },
853
+ ".uml-class-attrs-text": {
854
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
855
+ "font-size": 11,
856
+ "text": "* id\ntoken\nplatform\nmodel\nplatformVersion\nappName\nappVersion\n"
857
+ },
858
+ ".uml-class-attrs-value": {
859
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
860
+ "font-size": 11,
861
+ "ref-x": 174,
862
+ "text": "Texto\nTexto\nTexto\nTexto\nTexto\nTexto\nTexto\n"
863
+ },
864
+ ".uml-class-methods-rect": {
865
+ "fill": "#F0F0F0",
866
+ "height": 20,
867
+ "stroke": "#C2C2C2",
868
+ "stroke-width": 1,
869
+ "transform": "translate(0,200)"
870
+ },
871
+ ".uml-class-methods-text": {
872
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
873
+ "font-size": 11,
874
+ "text": ""
875
+ },
876
+ ".uml-class-name-rect": {
877
+ "fill": "#F0F0F0",
878
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
879
+ "height": 40,
880
+ "stroke": "#C2C2C2",
881
+ "transform": "translate(0,0)"
882
+ },
883
+ ".uml-class-name-text": {
884
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
885
+ "text": "Device"
886
+ },
887
+ "rect": {
888
+ "stroke": "yellow",
889
+ "stroke-width": 2
890
+ }
891
+ },
892
+ "audit": false,
893
+ "fields": [
894
+ {
895
+ "name": "id",
896
+ "type": "java.lang.String",
897
+ "dbName": "id",
898
+ "dbLength": "",
899
+ "dbPrecision": "",
900
+ "dbScale": "",
901
+ "dbDefaultValue": "UUID.randomUUID().toString().toUpperCase()",
902
+ "label": "Id",
903
+ "mask": "",
904
+ "isPrimaryKey": true,
905
+ "isUniqueKey": false,
906
+ "isNullable": false,
907
+ "pkType": "UUID",
908
+ "multitenantContext": "",
909
+ "jsonIgnore": false,
910
+ "isTransient": false,
911
+ "isInsertable": true,
912
+ "isUpdatable": true,
913
+ "isEncryption": false,
914
+ "referencedColumnName": "",
915
+ "isSearchable": false,
916
+ "sequence": "",
917
+ "isCascade": false,
918
+ "isVersion": false
919
+ },
920
+ {
921
+ "name": "token",
922
+ "type": "java.lang.String",
923
+ "dbName": "token",
924
+ "dbLength": "",
925
+ "dbPrecision": "",
926
+ "dbScale": "",
927
+ "dbDefaultValue": "",
928
+ "label": "Token",
929
+ "mask": "",
930
+ "isPrimaryKey": false,
931
+ "isUniqueKey": false,
932
+ "isNullable": true,
933
+ "pkType": "",
934
+ "multitenantContext": "",
935
+ "jsonIgnore": false,
936
+ "isTransient": false,
937
+ "isInsertable": true,
938
+ "isUpdatable": true,
939
+ "isEncryption": false,
940
+ "referencedColumnName": "",
941
+ "isSearchable": false,
942
+ "sequence": "",
943
+ "isCascade": false,
944
+ "isVersion": false
945
+ },
946
+ {
947
+ "name": "platform",
948
+ "type": "java.lang.String",
949
+ "dbName": "platform",
950
+ "dbLength": "",
951
+ "dbPrecision": "",
952
+ "dbScale": "",
953
+ "dbDefaultValue": "",
954
+ "label": "Platform",
955
+ "mask": "",
956
+ "isPrimaryKey": false,
957
+ "isUniqueKey": false,
958
+ "isNullable": true,
959
+ "pkType": "",
960
+ "multitenantContext": "",
961
+ "jsonIgnore": false,
962
+ "isTransient": false,
963
+ "isInsertable": true,
964
+ "isUpdatable": true,
965
+ "isEncryption": false,
966
+ "referencedColumnName": "",
967
+ "isSearchable": false,
968
+ "sequence": "",
969
+ "isCascade": false,
970
+ "isVersion": false
971
+ },
972
+ {
973
+ "name": "model",
974
+ "type": "java.lang.String",
975
+ "dbName": "model",
976
+ "dbLength": "",
977
+ "dbPrecision": "",
978
+ "dbScale": "",
979
+ "dbDefaultValue": "",
980
+ "label": "Model",
981
+ "mask": "",
982
+ "isPrimaryKey": false,
983
+ "isUniqueKey": false,
984
+ "isNullable": true,
985
+ "pkType": "",
986
+ "multitenantContext": "",
987
+ "jsonIgnore": false,
988
+ "isTransient": false,
989
+ "isInsertable": true,
990
+ "isUpdatable": true,
991
+ "isEncryption": false,
992
+ "referencedColumnName": "",
993
+ "isSearchable": false,
994
+ "sequence": "",
995
+ "isCascade": false,
996
+ "isVersion": false
997
+ },
998
+ {
999
+ "name": "platformVersion",
1000
+ "type": "java.lang.String",
1001
+ "dbName": "platformVersion",
1002
+ "dbLength": "",
1003
+ "dbPrecision": "",
1004
+ "dbScale": "",
1005
+ "dbDefaultValue": "",
1006
+ "label": "Platform Version",
1007
+ "mask": "",
1008
+ "isPrimaryKey": false,
1009
+ "isUniqueKey": false,
1010
+ "isNullable": true,
1011
+ "pkType": "",
1012
+ "multitenantContext": "",
1013
+ "jsonIgnore": false,
1014
+ "isTransient": false,
1015
+ "isInsertable": true,
1016
+ "isUpdatable": true,
1017
+ "isEncryption": false,
1018
+ "referencedColumnName": "",
1019
+ "isSearchable": false,
1020
+ "sequence": "",
1021
+ "isCascade": false,
1022
+ "isVersion": false
1023
+ },
1024
+ {
1025
+ "name": "appName",
1026
+ "type": "java.lang.String",
1027
+ "dbName": "appName",
1028
+ "dbLength": "",
1029
+ "dbPrecision": "",
1030
+ "dbScale": "",
1031
+ "dbDefaultValue": "",
1032
+ "label": "App Name",
1033
+ "mask": "",
1034
+ "isPrimaryKey": false,
1035
+ "isUniqueKey": false,
1036
+ "isNullable": true,
1037
+ "pkType": "",
1038
+ "multitenantContext": "",
1039
+ "jsonIgnore": false,
1040
+ "isTransient": false,
1041
+ "isInsertable": true,
1042
+ "isUpdatable": true,
1043
+ "isEncryption": false,
1044
+ "referencedColumnName": "",
1045
+ "isSearchable": false,
1046
+ "sequence": "",
1047
+ "isCascade": false,
1048
+ "isVersion": false
1049
+ },
1050
+ {
1051
+ "name": "appVersion",
1052
+ "type": "java.lang.String",
1053
+ "dbName": "appVersion",
1054
+ "dbLength": "",
1055
+ "dbPrecision": "",
1056
+ "dbScale": "",
1057
+ "dbDefaultValue": "",
1058
+ "label": "App Version",
1059
+ "mask": "",
1060
+ "isPrimaryKey": false,
1061
+ "isUniqueKey": false,
1062
+ "isNullable": true,
1063
+ "pkType": "",
1064
+ "multitenantContext": "",
1065
+ "jsonIgnore": false,
1066
+ "isTransient": false,
1067
+ "isInsertable": true,
1068
+ "isUpdatable": true,
1069
+ "isEncryption": false,
1070
+ "referencedColumnName": "",
1071
+ "isSearchable": false,
1072
+ "sequence": "",
1073
+ "isCascade": false,
1074
+ "isVersion": false
1075
+ }
1076
+ ],
1077
+ "id": "d92238a3-a37d-4cc6-a543-d0687dc207cd",
1078
+ "isRest": "true",
1079
+ "methods": [],
1080
+ "multitenantContext": "",
1081
+ "multitenantContextIgnoreEntities": "",
1082
+ "multitenantContextJsonIgnore": "false",
1083
+ "name": "Device",
1084
+ "position": {
1085
+ "x": 100,
1086
+ "y": 34
1087
+ },
1088
+ "queries": [],
1089
+ "restPath": "",
1090
+ "restSecurity": null,
1091
+ "role": "Class",
1092
+ "runtimeClass": "cronos.widgets.joint.uml.Class",
1093
+ "size": {
1094
+ "height": 170,
1095
+ "width": 213
1096
+ },
1097
+ "tableName": "DEVICE",
1098
+ "tableScheme": null,
1099
+ "type": "uml.Class",
1100
+ "z": 13
1101
+ },
1102
+ {
1103
+ "angle": 0,
1104
+ "attributes": [
1105
+ "id:java.lang.String",
1106
+ "loginProvider:java.lang.String",
1107
+ "providerDisplayName:java.lang.String",
1108
+ "providerKey:java.lang.String",
1109
+ "user:User"
1110
+ ],
1111
+ "attrs": {
1112
+ ".uml-class-attrs-rect": {
1113
+ "fill": "#F0F0F0",
1114
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1115
+ "height": 120,
1116
+ "stroke": "#C2C2C2",
1117
+ "transform": "translate(0,40)"
1118
+ },
1119
+ ".uml-class-attrs-text": {
1120
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1121
+ "font-size": 11,
1122
+ "text": "* id\nloginProvider\nproviderDisplayName\nproviderKey\nuser\n"
1123
+ },
1124
+ ".uml-class-attrs-value": {
1125
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1126
+ "font-size": 11,
1127
+ "ref-x": 186,
1128
+ "text": "Texto\nTexto\nTexto\nTexto\nUser\n"
1129
+ },
1130
+ ".uml-class-methods-rect": {
1131
+ "fill": "#F0F0F0",
1132
+ "height": 20,
1133
+ "stroke": "#C2C2C2",
1134
+ "stroke-width": 1,
1135
+ "transform": "translate(0,160)"
1136
+ },
1137
+ ".uml-class-methods-text": {
1138
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1139
+ "font-size": 11,
1140
+ "text": ""
1141
+ },
1142
+ ".uml-class-name-rect": {
1143
+ "fill": "#F0F0F0",
1144
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1145
+ "height": 40,
1146
+ "stroke": "#C2C2C2",
1147
+ "transform": "translate(0,0)"
1148
+ },
1149
+ ".uml-class-name-text": {
1150
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1151
+ "text": "Login"
1152
+ },
1153
+ "rect": {
1154
+ "stroke": "yellow",
1155
+ "stroke-width": 2
1156
+ }
1157
+ },
1158
+ "audit": false,
1159
+ "dbFieldNames": [
1160
+ "id",
1161
+ "login_provider",
1162
+ "provider_display_name",
1163
+ "provider_key",
1164
+ "user_id"
1165
+ ],
1166
+ "dbLengths": [
1167
+ 255,
1168
+ 255,
1169
+ 255,
1170
+ 255,
1171
+ 255
1172
+ ],
1173
+ "dbPrecisions": [
1174
+ "",
1175
+ "",
1176
+ "",
1177
+ "",
1178
+ ""
1179
+ ],
1180
+ "dbScales": [
1181
+ "",
1182
+ "",
1183
+ "",
1184
+ "",
1185
+ ""
1186
+ ],
1187
+ "fields": [
1188
+ {
1189
+ "name": "id",
1190
+ "type": "java.lang.String",
1191
+ "dbName": "id",
1192
+ "dbLength": 255,
1193
+ "dbPrecision": "",
1194
+ "dbScale": "",
1195
+ "dbDefaultValue": "",
1196
+ "label": "{{\u0027Id\u0027 | translate}}",
1197
+ "mask": "",
1198
+ "isPrimaryKey": true,
1199
+ "isUniqueKey": false,
1200
+ "isNullable": false,
1201
+ "pkType": "None",
1202
+ "multitenantContext": "",
1203
+ "jsonIgnore": false,
1204
+ "isTransient": false,
1205
+ "isInsertable": true,
1206
+ "isUpdatable": true,
1207
+ "isEncryption": false,
1208
+ "referencedColumnName": "",
1209
+ "isSearchable": false,
1210
+ "sequence": "",
1211
+ "isCascade": false
1212
+ },
1213
+ {
1214
+ "name": "loginProvider",
1215
+ "type": "java.lang.String",
1216
+ "dbName": "login_provider",
1217
+ "dbLength": 255,
1218
+ "dbPrecision": "",
1219
+ "dbScale": "",
1220
+ "dbDefaultValue": "",
1221
+ "label": "{{\u0027LoginProvider\u0027 | translate}}",
1222
+ "mask": "",
1223
+ "isPrimaryKey": false,
1224
+ "isUniqueKey": false,
1225
+ "isNullable": false,
1226
+ "pkType": "",
1227
+ "multitenantContext": "",
1228
+ "jsonIgnore": false,
1229
+ "isTransient": false,
1230
+ "isInsertable": true,
1231
+ "isUpdatable": true,
1232
+ "isEncryption": false,
1233
+ "referencedColumnName": "",
1234
+ "isSearchable": false,
1235
+ "sequence": "",
1236
+ "isCascade": false
1237
+ },
1238
+ {
1239
+ "name": "providerDisplayName",
1240
+ "type": "java.lang.String",
1241
+ "dbName": "provider_display_name",
1242
+ "dbLength": 255,
1243
+ "dbPrecision": "",
1244
+ "dbScale": "",
1245
+ "dbDefaultValue": "",
1246
+ "label": "{{\u0027ProviderDisplayName\u0027 | translate}}",
1247
+ "mask": "",
1248
+ "isPrimaryKey": false,
1249
+ "isUniqueKey": false,
1250
+ "isNullable": false,
1251
+ "pkType": "",
1252
+ "multitenantContext": "",
1253
+ "jsonIgnore": false,
1254
+ "isTransient": false,
1255
+ "isInsertable": true,
1256
+ "isUpdatable": true,
1257
+ "isEncryption": false,
1258
+ "referencedColumnName": "",
1259
+ "isSearchable": false,
1260
+ "sequence": "",
1261
+ "isCascade": false
1262
+ },
1263
+ {
1264
+ "name": "providerKey",
1265
+ "type": "java.lang.String",
1266
+ "dbName": "provider_key",
1267
+ "dbLength": 255,
1268
+ "dbPrecision": "",
1269
+ "dbScale": "",
1270
+ "dbDefaultValue": "",
1271
+ "label": "{{\u0027ProviderKey\u0027 | translate}}",
1272
+ "mask": "",
1273
+ "isPrimaryKey": false,
1274
+ "isUniqueKey": false,
1275
+ "isNullable": false,
1276
+ "pkType": "",
1277
+ "multitenantContext": "",
1278
+ "jsonIgnore": false,
1279
+ "isTransient": false,
1280
+ "isInsertable": true,
1281
+ "isUpdatable": true,
1282
+ "isEncryption": false,
1283
+ "referencedColumnName": "",
1284
+ "isSearchable": false,
1285
+ "sequence": "",
1286
+ "isCascade": false
1287
+ },
1288
+ {
1289
+ "name": "user",
1290
+ "type": "User",
1291
+ "dbName": "user_id",
1292
+ "dbLength": 255,
1293
+ "dbPrecision": "",
1294
+ "dbScale": "",
1295
+ "dbDefaultValue": "",
1296
+ "label": "{{\u0027User\u0027 | translate}}",
1297
+ "mask": "",
1298
+ "isPrimaryKey": false,
1299
+ "isUniqueKey": false,
1300
+ "isNullable": false,
1301
+ "pkType": "",
1302
+ "multitenantContext": "",
1303
+ "jsonIgnore": false,
1304
+ "isTransient": false,
1305
+ "isInsertable": true,
1306
+ "isUpdatable": true,
1307
+ "isEncryption": false,
1308
+ "referencedColumnName": "",
1309
+ "isSearchable": false,
1310
+ "sequence": "",
1311
+ "isCascade": false
1312
+ }
1313
+ ],
1314
+ "id": "2016ad54-a0f9-4337-ad10-694a48f0435c",
1315
+ "isRest": "true",
1316
+ "keyTypes": [
1317
+ "None",
1318
+ "None",
1319
+ "None",
1320
+ "None",
1321
+ "None"
1322
+ ],
1323
+ "labels": [
1324
+ "Id",
1325
+ "Login Provider",
1326
+ "Provider Display Name",
1327
+ "Provider Key",
1328
+ "User"
1329
+ ],
1330
+ "methods": [],
1331
+ "modelType": "Table",
1332
+ "name": "Login",
1333
+ "nullables": [
1334
+ "id",
1335
+ "loginProvider",
1336
+ "providerDisplayName",
1337
+ "providerKey",
1338
+ "user"
1339
+ ],
1340
+ "position": {
1341
+ "x": 684,
1342
+ "y": 26
1343
+ },
1344
+ "primaryKeys": [
1345
+ "id"
1346
+ ],
1347
+ "queries": [],
1348
+ "requireds": [],
1349
+ "restSecurity": {
1350
+ "delete": "Administrators",
1351
+ "get": "Administrators",
1352
+ "post": "Administrators",
1353
+ "put": "Administrators"
1354
+ },
1355
+ "role": "Class",
1356
+ "runtimeClass": "cronos.widgets.joint.uml.Class",
1357
+ "sequences": [
1358
+ "",
1359
+ "",
1360
+ "",
1361
+ "",
1362
+ ""
1363
+ ],
1364
+ "size": {
1365
+ "height": 150,
1366
+ "width": 225
1367
+ },
1368
+ "tableName": "LOGIN",
1369
+ "type": "uml.Class",
1370
+ "uniqueKeys": [],
1371
+ "z": 2
1372
+ },
1373
+ {
1374
+ "angle": 0,
1375
+ "attributes": [
1376
+ "id:java.lang.String",
1377
+ "builtIn:java.lang.Boolean",
1378
+ "membershipEnabled:java.lang.Boolean",
1379
+ "name:java.lang.String",
1380
+ "normalizedName:java.lang.String",
1381
+ "application:Application"
1382
+ ],
1383
+ "attrs": {
1384
+ ".uml-class-attrs-rect": {
1385
+ "fill": "#F0F0F0",
1386
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1387
+ "height": 140,
1388
+ "stroke": "#C2C2C2",
1389
+ "transform": "translate(0,40)"
1390
+ },
1391
+ ".uml-class-attrs-text": {
1392
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1393
+ "font-size": 11,
1394
+ "text": "* id\nbuiltIn\nmembershipEnabled\nname\nnormalizedName\napplication\n"
1395
+ },
1396
+ ".uml-class-attrs-value": {
1397
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1398
+ "font-size": 11,
1399
+ "ref-x": 153,
1400
+ "text": "Texto\nLógico\nLógico\nTexto\nTexto\nApplication\n"
1401
+ },
1402
+ ".uml-class-methods-rect": {
1403
+ "fill": "#F0F0F0",
1404
+ "height": 20,
1405
+ "stroke": "#C2C2C2",
1406
+ "stroke-width": 1,
1407
+ "transform": "translate(0,180)"
1408
+ },
1409
+ ".uml-class-methods-text": {
1410
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1411
+ "font-size": 11,
1412
+ "text": ""
1413
+ },
1414
+ ".uml-class-name-rect": {
1415
+ "fill": "#F0F0F0",
1416
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1417
+ "height": 40,
1418
+ "stroke": "#C2C2C2",
1419
+ "transform": "translate(0,0)"
1420
+ },
1421
+ ".uml-class-name-text": {
1422
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1423
+ "text": "Role"
1424
+ },
1425
+ "rect": {
1426
+ "stroke": "yellow",
1427
+ "stroke-width": 2
1428
+ }
1429
+ },
1430
+ "audit": false,
1431
+ "dbFieldNames": [
1432
+ "id",
1433
+ "builtin",
1434
+ "membership_enabled",
1435
+ "name",
1436
+ "normalized_name"
1437
+ ],
1438
+ "dbLengths": [
1439
+ 255,
1440
+ "",
1441
+ "",
1442
+ 255,
1443
+ 255
1444
+ ],
1445
+ "dbPrecisions": [
1446
+ "",
1447
+ "",
1448
+ "",
1449
+ "",
1450
+ ""
1451
+ ],
1452
+ "dbScales": [
1453
+ "",
1454
+ "",
1455
+ "",
1456
+ "",
1457
+ ""
1458
+ ],
1459
+ "fields": [
1460
+ {
1461
+ "name": "id",
1462
+ "type": "java.lang.String",
1463
+ "dbName": "id",
1464
+ "dbLength": 255,
1465
+ "dbPrecision": "",
1466
+ "dbScale": "",
1467
+ "dbDefaultValue": "UUID.randomUUID().toString().toUpperCase()",
1468
+ "label": "{{\u0027Id\u0027 | translate}}",
1469
+ "mask": "",
1470
+ "isPrimaryKey": true,
1471
+ "isUniqueKey": false,
1472
+ "isNullable": false,
1473
+ "pkType": "None",
1474
+ "multitenantContext": "",
1475
+ "jsonIgnore": false,
1476
+ "isTransient": false,
1477
+ "isInsertable": true,
1478
+ "isUpdatable": true,
1479
+ "isEncryption": false,
1480
+ "referencedColumnName": "",
1481
+ "isSearchable": false,
1482
+ "sequence": "",
1483
+ "isCascade": false,
1484
+ "isVersion": false,
1485
+ "storageId": "",
1486
+ "storageKey": "",
1487
+ "storageType": "",
1488
+ "storageSecret": "",
1489
+ "foreignKeyName": ""
1490
+ },
1491
+ {
1492
+ "name": "builtIn",
1493
+ "type": "java.lang.Boolean",
1494
+ "dbName": "builtin",
1495
+ "dbLength": "",
1496
+ "dbPrecision": "",
1497
+ "dbScale": "",
1498
+ "dbDefaultValue": "false",
1499
+ "label": "{{\u0027Builtin\u0027 | translate}}",
1500
+ "mask": "",
1501
+ "isPrimaryKey": false,
1502
+ "isUniqueKey": false,
1503
+ "isNullable": false,
1504
+ "pkType": "",
1505
+ "multitenantContext": "",
1506
+ "jsonIgnore": false,
1507
+ "isTransient": false,
1508
+ "isInsertable": true,
1509
+ "isUpdatable": true,
1510
+ "isEncryption": false,
1511
+ "referencedColumnName": "",
1512
+ "isSearchable": false,
1513
+ "sequence": "",
1514
+ "isCascade": false,
1515
+ "isVersion": false,
1516
+ "storageId": "",
1517
+ "storageKey": "",
1518
+ "storageType": "",
1519
+ "storageSecret": "",
1520
+ "foreignKeyName": ""
1521
+ },
1522
+ {
1523
+ "name": "membershipEnabled",
1524
+ "type": "java.lang.Boolean",
1525
+ "dbName": "membership_enabled",
1526
+ "dbLength": "",
1527
+ "dbPrecision": "",
1528
+ "dbScale": "",
1529
+ "dbDefaultValue": "true",
1530
+ "label": "{{\u0027MembershipEnabled\u0027 | translate}}",
1531
+ "mask": "",
1532
+ "isPrimaryKey": false,
1533
+ "isUniqueKey": false,
1534
+ "isNullable": false,
1535
+ "pkType": "",
1536
+ "multitenantContext": "",
1537
+ "jsonIgnore": false,
1538
+ "isTransient": false,
1539
+ "isInsertable": true,
1540
+ "isUpdatable": true,
1541
+ "isEncryption": false,
1542
+ "referencedColumnName": "",
1543
+ "isSearchable": false,
1544
+ "sequence": "",
1545
+ "isCascade": false,
1546
+ "isVersion": false,
1547
+ "storageId": "",
1548
+ "storageKey": "",
1549
+ "storageType": "",
1550
+ "storageSecret": "",
1551
+ "foreignKeyName": ""
1552
+ },
1553
+ {
1554
+ "name": "name",
1555
+ "type": "java.lang.String",
1556
+ "dbName": "name",
1557
+ "dbLength": 255,
1558
+ "dbPrecision": "",
1559
+ "dbScale": "",
1560
+ "dbDefaultValue": "",
1561
+ "label": "{{\u0027Name\u0027 | translate}}",
1562
+ "mask": "",
1563
+ "isPrimaryKey": false,
1564
+ "isUniqueKey": false,
1565
+ "isNullable": false,
1566
+ "pkType": "",
1567
+ "multitenantContext": "",
1568
+ "jsonIgnore": false,
1569
+ "isTransient": false,
1570
+ "isInsertable": true,
1571
+ "isUpdatable": true,
1572
+ "isEncryption": false,
1573
+ "referencedColumnName": "",
1574
+ "isSearchable": false,
1575
+ "sequence": "",
1576
+ "isCascade": false,
1577
+ "isVersion": false,
1578
+ "storageId": "",
1579
+ "storageKey": "",
1580
+ "storageType": "",
1581
+ "storageSecret": "",
1582
+ "foreignKeyName": ""
1583
+ },
1584
+ {
1585
+ "name": "normalizedName",
1586
+ "type": "java.lang.String",
1587
+ "dbName": "normalized_name",
1588
+ "dbLength": 255,
1589
+ "dbPrecision": "",
1590
+ "dbScale": "",
1591
+ "dbDefaultValue": "\"\"",
1592
+ "label": "{{\u0027NormalizedName\u0027 | translate}}",
1593
+ "mask": "",
1594
+ "isPrimaryKey": false,
1595
+ "isUniqueKey": false,
1596
+ "isNullable": false,
1597
+ "pkType": "",
1598
+ "multitenantContext": "",
1599
+ "jsonIgnore": false,
1600
+ "isTransient": false,
1601
+ "isInsertable": true,
1602
+ "isUpdatable": true,
1603
+ "isEncryption": false,
1604
+ "referencedColumnName": "",
1605
+ "isSearchable": false,
1606
+ "sequence": "",
1607
+ "isCascade": false,
1608
+ "isVersion": false,
1609
+ "storageId": "",
1610
+ "storageKey": "",
1611
+ "storageType": "",
1612
+ "storageSecret": "",
1613
+ "foreignKeyName": ""
1614
+ },
1615
+ {
1616
+ "name": "application",
1617
+ "type": "Application",
1618
+ "dbName": "application_id",
1619
+ "dbLength": "",
1620
+ "dbPrecision": "",
1621
+ "dbScale": "",
1622
+ "dbDefaultValue": "",
1623
+ "label": "Application",
1624
+ "mask": "",
1625
+ "isPrimaryKey": false,
1626
+ "isUniqueKey": false,
1627
+ "isNullable": true,
1628
+ "pkType": "",
1629
+ "multitenantContext": "",
1630
+ "jsonIgnore": false,
1631
+ "isTransient": false,
1632
+ "isInsertable": true,
1633
+ "isUpdatable": true,
1634
+ "isEncryption": false,
1635
+ "referencedColumnName": "",
1636
+ "isSearchable": false,
1637
+ "sequence": "",
1638
+ "isCascade": false,
1639
+ "isVersion": false,
1640
+ "storageId": "",
1641
+ "storageKey": "",
1642
+ "storageType": "",
1643
+ "storageSecret": "",
1644
+ "foreignKeyName": ""
1645
+ }
1646
+ ],
1647
+ "id": "dcc00b32-aa33-47bd-bc4d-91da88f25cbc",
1648
+ "isRest": "true",
1649
+ "keyTypes": [
1650
+ "None",
1651
+ "None",
1652
+ "None",
1653
+ "None",
1654
+ "None"
1655
+ ],
1656
+ "labels": [
1657
+ "Id",
1658
+ "Builtin",
1659
+ "Membership Enabled",
1660
+ "Name",
1661
+ "Normalized Name"
1662
+ ],
1663
+ "methods": [],
1664
+ "modelType": "Table",
1665
+ "name": "Role",
1666
+ "nullables": [
1667
+ "id",
1668
+ "builtin",
1669
+ "membershipEnabled",
1670
+ "name",
1671
+ "normalizedName"
1672
+ ],
1673
+ "position": {
1674
+ "x": 656,
1675
+ "y": 312
1676
+ },
1677
+ "primaryKeys": [
1678
+ "id"
1679
+ ],
1680
+ "queries": [],
1681
+ "requireds": [],
1682
+ "restSecurity": {
1683
+ "delete": "Administrators",
1684
+ "get": "Administrators",
1685
+ "post": "Administrators",
1686
+ "put": "Administrators"
1687
+ },
1688
+ "role": "Class",
1689
+ "runtimeClass": "cronos.widgets.joint.uml.Class",
1690
+ "sequences": [
1691
+ "",
1692
+ "",
1693
+ "",
1694
+ "",
1695
+ ""
1696
+ ],
1697
+ "size": {
1698
+ "height": 160,
1699
+ "width": 222
1700
+ },
1701
+ "tableName": "ROLE",
1702
+ "type": "uml.Class",
1703
+ "uniqueKeys": [],
1704
+ "z": 2
1705
+ },
1706
+ {
1707
+ "angle": 0,
1708
+ "attributes": [
1709
+ "id:java.lang.String",
1710
+ "role:Role",
1711
+ "securable:Securable"
1712
+ ],
1713
+ "attrs": {
1714
+ ".uml-class-attrs-rect": {
1715
+ "fill": "#fffec0",
1716
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1717
+ "height": 80,
1718
+ "stroke": "#C2C2C2",
1719
+ "transform": "translate(0,40)"
1720
+ },
1721
+ ".uml-class-attrs-text": {
1722
+ "fill": "#000",
1723
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1724
+ "font-size": 11,
1725
+ "text": "* id\nrole\nsecurable\n"
1726
+ },
1727
+ ".uml-class-attrs-value": {
1728
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1729
+ "font-size": 11,
1730
+ "ref-x": 142,
1731
+ "text": "Texto\nRole\nSecurable\n"
1732
+ },
1733
+ ".uml-class-methods-rect": {
1734
+ "fill": "#fffec0",
1735
+ "height": 20,
1736
+ "stroke": "#C2C2C2",
1737
+ "stroke-width": 1,
1738
+ "transform": "translate(0,120)"
1739
+ },
1740
+ ".uml-class-methods-text": {
1741
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1742
+ "font-size": 11,
1743
+ "text": ""
1744
+ },
1745
+ ".uml-class-name-rect": {
1746
+ "fill": "#fffec0",
1747
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1748
+ "height": 40,
1749
+ "stroke": "#C2C2C2",
1750
+ "transform": "translate(0,0)"
1751
+ },
1752
+ ".uml-class-name-text": {
1753
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1754
+ "text": "RoleSecurable"
1755
+ },
1756
+ "rect": {
1757
+ "stroke": "yellow",
1758
+ "stroke-width": 2
1759
+ }
1760
+ },
1761
+ "audit": false,
1762
+ "dbFieldNames": [
1763
+ "id",
1764
+ "role_id",
1765
+ "securable_id"
1766
+ ],
1767
+ "dbLengths": [
1768
+ 255,
1769
+ 255,
1770
+ 255
1771
+ ],
1772
+ "dbPrecisions": [
1773
+ "",
1774
+ "",
1775
+ ""
1776
+ ],
1777
+ "dbScales": [
1778
+ "",
1779
+ "",
1780
+ ""
1781
+ ],
1782
+ "fields": [
1783
+ {
1784
+ "name": "id",
1785
+ "type": "java.lang.String",
1786
+ "dbName": "id",
1787
+ "dbLength": 255,
1788
+ "dbPrecision": "",
1789
+ "dbScale": "",
1790
+ "dbDefaultValue": "UUID.randomUUID().toString().toUpperCase()",
1791
+ "label": "Id",
1792
+ "mask": "",
1793
+ "isPrimaryKey": true,
1794
+ "isUniqueKey": false,
1795
+ "isNullable": false,
1796
+ "pkType": "None",
1797
+ "multitenantContext": "",
1798
+ "jsonIgnore": false,
1799
+ "isTransient": false,
1800
+ "isInsertable": true,
1801
+ "isUpdatable": true,
1802
+ "isEncryption": false,
1803
+ "referencedColumnName": "",
1804
+ "isSearchable": false,
1805
+ "sequence": "",
1806
+ "isCascade": false,
1807
+ "isVersion": false
1808
+ },
1809
+ {
1810
+ "name": "role",
1811
+ "type": "Role",
1812
+ "dbName": "role_id",
1813
+ "dbLength": 255,
1814
+ "dbPrecision": "",
1815
+ "dbScale": "",
1816
+ "dbDefaultValue": "",
1817
+ "label": "Role",
1818
+ "mask": "",
1819
+ "isPrimaryKey": false,
1820
+ "isUniqueKey": false,
1821
+ "isNullable": false,
1822
+ "pkType": "",
1823
+ "multitenantContext": "",
1824
+ "jsonIgnore": false,
1825
+ "isTransient": false,
1826
+ "isInsertable": true,
1827
+ "isUpdatable": true,
1828
+ "isEncryption": false,
1829
+ "referencedColumnName": "",
1830
+ "isSearchable": false,
1831
+ "sequence": "",
1832
+ "isCascade": true,
1833
+ "isVersion": false
1834
+ },
1835
+ {
1836
+ "name": "securable",
1837
+ "type": "Securable",
1838
+ "dbName": "securable_id",
1839
+ "dbLength": 255,
1840
+ "dbPrecision": "",
1841
+ "dbScale": "",
1842
+ "dbDefaultValue": "",
1843
+ "label": "Securable",
1844
+ "mask": "",
1845
+ "isPrimaryKey": false,
1846
+ "isUniqueKey": false,
1847
+ "isNullable": false,
1848
+ "pkType": "",
1849
+ "multitenantContext": "",
1850
+ "jsonIgnore": false,
1851
+ "isTransient": false,
1852
+ "isInsertable": true,
1853
+ "isUpdatable": true,
1854
+ "isEncryption": false,
1855
+ "referencedColumnName": "",
1856
+ "isSearchable": false,
1857
+ "sequence": "",
1858
+ "isCascade": true,
1859
+ "isVersion": false
1860
+ }
1861
+ ],
1862
+ "id": "53b97115-f8a3-4221-9ce6-bad2672b8bd5",
1863
+ "isRest": "true",
1864
+ "keyTypes": [
1865
+ "None",
1866
+ "None",
1867
+ "None"
1868
+ ],
1869
+ "labels": [
1870
+ "Id",
1871
+ "Role",
1872
+ "Securable"
1873
+ ],
1874
+ "methods": [],
1875
+ "modelType": "Table",
1876
+ "name": "RoleSecurable",
1877
+ "nullables": [
1878
+ "id",
1879
+ "role",
1880
+ "securable"
1881
+ ],
1882
+ "position": {
1883
+ "x": 418,
1884
+ "y": 594
1885
+ },
1886
+ "primaryKeys": [
1887
+ "id"
1888
+ ],
1889
+ "queries": [],
1890
+ "requireds": [],
1891
+ "restSecurity": {
1892
+ "delete": "Administrators",
1893
+ "get": "Administrators",
1894
+ "post": "Administrators",
1895
+ "put": "Administrators"
1896
+ },
1897
+ "role": "AssociationClass",
1898
+ "runtimeClass": "cronos.widgets.joint.uml.Class",
1899
+ "sequences": [
1900
+ "",
1901
+ "",
1902
+ ""
1903
+ ],
1904
+ "size": {
1905
+ "height": 130,
1906
+ "width": 207
1907
+ },
1908
+ "tableName": "ROLE_SECURABLE",
1909
+ "type": "uml.Class",
1910
+ "uniqueKeys": [],
1911
+ "z": 2
1912
+ },
1913
+ {
1914
+ "angle": 0,
1915
+ "attributes": [
1916
+ "id:java.lang.String",
1917
+ "name:java.lang.String",
1918
+ "application:Application"
1919
+ ],
1920
+ "attrs": {
1921
+ ".uml-class-attrs-rect": {
1922
+ "fill": "#F0F0F0",
1923
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1924
+ "height": 80,
1925
+ "stroke": "#C2C2C2",
1926
+ "transform": "translate(0,40)"
1927
+ },
1928
+ ".uml-class-attrs-text": {
1929
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1930
+ "font-size": 11,
1931
+ "text": "* id\nname\napplication\n"
1932
+ },
1933
+ ".uml-class-attrs-value": {
1934
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1935
+ "font-size": 11,
1936
+ "ref-x": 150,
1937
+ "text": "Texto\nTexto\nApplication\n"
1938
+ },
1939
+ ".uml-class-methods-rect": {
1940
+ "fill": "#F0F0F0",
1941
+ "height": 20,
1942
+ "stroke": "#C2C2C2",
1943
+ "stroke-width": 1,
1944
+ "transform": "translate(0,120)"
1945
+ },
1946
+ ".uml-class-methods-text": {
1947
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1948
+ "font-size": 11,
1949
+ "text": ""
1950
+ },
1951
+ ".uml-class-name-rect": {
1952
+ "fill": "#F0F0F0",
1953
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1954
+ "height": 40,
1955
+ "stroke": "#C2C2C2",
1956
+ "transform": "translate(0,0)"
1957
+ },
1958
+ ".uml-class-name-text": {
1959
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
1960
+ "text": "Securable"
1961
+ },
1962
+ "rect": {
1963
+ "stroke": "yellow",
1964
+ "stroke-width": 2
1965
+ }
1966
+ },
1967
+ "audit": false,
1968
+ "dbFieldNames": [
1969
+ "id",
1970
+ "name",
1971
+ "pattern",
1972
+ "type"
1973
+ ],
1974
+ "dbLengths": [
1975
+ 255,
1976
+ 255,
1977
+ 255,
1978
+ 255
1979
+ ],
1980
+ "dbPrecisions": [
1981
+ "",
1982
+ "",
1983
+ "",
1984
+ ""
1985
+ ],
1986
+ "dbScales": [
1987
+ "",
1988
+ "",
1989
+ "",
1990
+ ""
1991
+ ],
1992
+ "fields": [
1993
+ {
1994
+ "name": "id",
1995
+ "type": "java.lang.String",
1996
+ "dbName": "id",
1997
+ "dbLength": 255,
1998
+ "dbPrecision": "",
1999
+ "dbScale": "",
2000
+ "dbDefaultValue": "",
2001
+ "label": "Id",
2002
+ "mask": "",
2003
+ "isPrimaryKey": true,
2004
+ "isUniqueKey": false,
2005
+ "isNullable": false,
2006
+ "pkType": "None",
2007
+ "multitenantContext": "",
2008
+ "jsonIgnore": false,
2009
+ "isTransient": false,
2010
+ "isInsertable": true,
2011
+ "isUpdatable": true,
2012
+ "isEncryption": false,
2013
+ "referencedColumnName": "",
2014
+ "isSearchable": false,
2015
+ "sequence": "",
2016
+ "isCascade": false,
2017
+ "isVersion": false,
2018
+ "storageId": "",
2019
+ "storageKey": "",
2020
+ "storageType": "",
2021
+ "storageSecret": "",
2022
+ "foreignKeyName": ""
2023
+ },
2024
+ {
2025
+ "name": "name",
2026
+ "type": "java.lang.String",
2027
+ "dbName": "name",
2028
+ "dbLength": 255,
2029
+ "dbPrecision": "",
2030
+ "dbScale": "",
2031
+ "dbDefaultValue": "",
2032
+ "label": "Name",
2033
+ "mask": "",
2034
+ "isPrimaryKey": false,
2035
+ "isUniqueKey": false,
2036
+ "isNullable": false,
2037
+ "pkType": "",
2038
+ "multitenantContext": "",
2039
+ "jsonIgnore": false,
2040
+ "isTransient": false,
2041
+ "isInsertable": true,
2042
+ "isUpdatable": true,
2043
+ "isEncryption": false,
2044
+ "referencedColumnName": "",
2045
+ "isSearchable": false,
2046
+ "sequence": "",
2047
+ "isCascade": false,
2048
+ "isVersion": false,
2049
+ "storageId": "",
2050
+ "storageKey": "",
2051
+ "storageType": "",
2052
+ "storageSecret": "",
2053
+ "foreignKeyName": ""
2054
+ },
2055
+ {
2056
+ "name": "application",
2057
+ "type": "Application",
2058
+ "dbName": "application_id",
2059
+ "dbLength": "",
2060
+ "dbPrecision": "",
2061
+ "dbScale": "",
2062
+ "dbDefaultValue": "",
2063
+ "label": "Application",
2064
+ "mask": "",
2065
+ "isPrimaryKey": false,
2066
+ "isUniqueKey": false,
2067
+ "isNullable": true,
2068
+ "pkType": "",
2069
+ "multitenantContext": "",
2070
+ "jsonIgnore": false,
2071
+ "isTransient": false,
2072
+ "isInsertable": true,
2073
+ "isUpdatable": true,
2074
+ "isEncryption": false,
2075
+ "referencedColumnName": "",
2076
+ "isSearchable": false,
2077
+ "sequence": "",
2078
+ "isCascade": false,
2079
+ "isVersion": false,
2080
+ "storageId": "",
2081
+ "storageKey": "",
2082
+ "storageType": "",
2083
+ "storageSecret": "",
2084
+ "foreignKeyName": ""
2085
+ }
2086
+ ],
2087
+ "id": "4cbe47fe-4f4b-43e9-960b-4b5cc2633aef",
2088
+ "isRest": "true",
2089
+ "keyTypes": [
2090
+ "None",
2091
+ "None",
2092
+ "None",
2093
+ "None"
2094
+ ],
2095
+ "labels": [
2096
+ "Id",
2097
+ "Name",
2098
+ "Pattern",
2099
+ "Type"
2100
+ ],
2101
+ "methods": [],
2102
+ "modelType": "Table",
2103
+ "name": "Securable",
2104
+ "nullables": [
2105
+ "id",
2106
+ "name",
2107
+ "pattern",
2108
+ "type"
2109
+ ],
2110
+ "position": {
2111
+ "x": 404,
2112
+ "y": 342
2113
+ },
2114
+ "primaryKeys": [
2115
+ "id"
2116
+ ],
2117
+ "queries": [],
2118
+ "requireds": [],
2119
+ "restSecurity": {
2120
+ "delete": "Administrators",
2121
+ "get": "Administrators",
2122
+ "post": "Administrators",
2123
+ "put": "Administrators"
2124
+ },
2125
+ "role": "Class",
2126
+ "runtimeClass": "cronos.widgets.joint.uml.Class",
2127
+ "sequences": [
2128
+ "",
2129
+ "",
2130
+ "",
2131
+ ""
2132
+ ],
2133
+ "size": {
2134
+ "height": 130,
2135
+ "width": 219
2136
+ },
2137
+ "tableName": "SECURABLE",
2138
+ "type": "uml.Class",
2139
+ "uniqueKeys": [],
2140
+ "z": 2
2141
+ },
2142
+ {
2143
+ "angle": 0,
2144
+ "attributes": [
2145
+ "id:java.lang.String",
2146
+ "accessFailedCount:java.lang.Integer",
2147
+ "email:java.lang.String",
2148
+ "emailConfirmed:java.lang.Boolean",
2149
+ "lockoutEnabled:java.lang.Boolean",
2150
+ "lockoutEnd:java.sql.Date",
2151
+ "name:java.lang.String",
2152
+ "normalizedEmail:java.lang.String",
2153
+ "normalizedUserName:java.lang.String",
2154
+ "password:java.lang.String",
2155
+ "phoneNumber:java.lang.String",
2156
+ "phoneNumberConfirmed:java.lang.Boolean",
2157
+ "securityStamp:java.lang.String",
2158
+ "twoFactorEnabled:java.lang.Boolean",
2159
+ "userName:java.lang.String",
2160
+ "theme:java.lang.String",
2161
+ "picture:Image Upload (to Database)"
2162
+ ],
2163
+ "attrs": {
2164
+ ".uml-class-attrs-rect": {
2165
+ "fill": "#F0F0F0",
2166
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
2167
+ "height": 360,
2168
+ "stroke": "#C2C2C2",
2169
+ "transform": "translate(0,40)"
2170
+ },
2171
+ ".uml-class-attrs-text": {
2172
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
2173
+ "font-size": 11,
2174
+ "text": "* id\naccessFailedCount\nemail\nemailConfirmed\nlockoutEnabled\nlockoutEnd\nname\nnormalizedEmail\nnormalizedUserName\npassword\nphoneNumber\nphoneNumberConfirmed\nsecurityStamp\ntwoFactorEnabled\nuserName\ntheme\npicture\n"
2175
+ },
2176
+ ".uml-class-attrs-value": {
2177
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
2178
+ "font-size": 11,
2179
+ "ref-x": 123,
2180
+ "text": "Texto\nInteiro\nTexto\nLógico\nLógico\nData e Hora\nTexto\nTexto\nTexto\nTexto\nTexto\nLógico\nTexto\nLógico\nTexto\nTexto\nImagem no Banco\n"
2181
+ },
2182
+ ".uml-class-methods-rect": {
2183
+ "fill": "#F0F0F0",
2184
+ "height": 20,
2185
+ "stroke": "#C2C2C2",
2186
+ "stroke-width": 1,
2187
+ "transform": "translate(0,400)"
2188
+ },
2189
+ ".uml-class-methods-text": {
2190
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
2191
+ "font-size": 11,
2192
+ "text": ""
2193
+ },
2194
+ ".uml-class-name-rect": {
2195
+ "fill": "#F0F0F0",
2196
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
2197
+ "height": 40,
2198
+ "stroke": "#C2C2C2",
2199
+ "transform": "translate(0,0)"
2200
+ },
2201
+ ".uml-class-name-text": {
2202
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
2203
+ "text": "User"
2204
+ },
2205
+ "rect": {
2206
+ "stroke": "yellow",
2207
+ "stroke-width": 2
2208
+ }
2209
+ },
2210
+ "audit": false,
2211
+ "dbFieldNames": [
2212
+ "id",
2213
+ "access_failed_count",
2214
+ "email",
2215
+ "email_confirmed",
2216
+ "lockout_enabled",
2217
+ "lockout_end",
2218
+ "name",
2219
+ "normalized_email",
2220
+ "normalized_user_name",
2221
+ "password",
2222
+ "phone_number",
2223
+ "phone_number_confirmed",
2224
+ "security_stamp",
2225
+ "two_factor_enabled",
2226
+ "user_name"
2227
+ ],
2228
+ "dbLengths": [
2229
+ 255,
2230
+ "",
2231
+ 255,
2232
+ "",
2233
+ "",
2234
+ "",
2235
+ 255,
2236
+ 255,
2237
+ 255,
2238
+ 255,
2239
+ 255,
2240
+ "",
2241
+ 255,
2242
+ "",
2243
+ 255
2244
+ ],
2245
+ "dbPrecisions": [
2246
+ "",
2247
+ "",
2248
+ "",
2249
+ "",
2250
+ "",
2251
+ "",
2252
+ "",
2253
+ "",
2254
+ "",
2255
+ "",
2256
+ "",
2257
+ "",
2258
+ "",
2259
+ "",
2260
+ ""
2261
+ ],
2262
+ "dbScales": [
2263
+ "",
2264
+ "",
2265
+ "",
2266
+ "",
2267
+ "",
2268
+ "",
2269
+ "",
2270
+ "",
2271
+ "",
2272
+ "",
2273
+ "",
2274
+ "",
2275
+ "",
2276
+ "",
2277
+ ""
2278
+ ],
2279
+ "fields": [
2280
+ {
2281
+ "name": "id",
2282
+ "type": "java.lang.String",
2283
+ "dbName": "id",
2284
+ "dbLength": 255,
2285
+ "dbPrecision": "",
2286
+ "dbScale": "",
2287
+ "dbDefaultValue": "UUID.randomUUID().toString().toUpperCase()",
2288
+ "label": "{{\u0027Id\u0027 | translate}}",
2289
+ "mask": "",
2290
+ "isPrimaryKey": true,
2291
+ "isUniqueKey": false,
2292
+ "isNullable": false,
2293
+ "pkType": "None",
2294
+ "multitenantContext": "",
2295
+ "jsonIgnore": false,
2296
+ "isTransient": false,
2297
+ "isInsertable": true,
2298
+ "isUpdatable": true,
2299
+ "isEncryption": false,
2300
+ "referencedColumnName": "",
2301
+ "isSearchable": false,
2302
+ "sequence": "",
2303
+ "isCascade": false,
2304
+ "isVersion": false,
2305
+ "storageId": "",
2306
+ "storageKey": "",
2307
+ "storageType": "",
2308
+ "storageSecret": "",
2309
+ "foreignKeyName": ""
2310
+ },
2311
+ {
2312
+ "name": "accessFailedCount",
2313
+ "type": "java.lang.Integer",
2314
+ "dbName": "access_failed_count",
2315
+ "dbLength": "",
2316
+ "dbPrecision": "",
2317
+ "dbScale": "",
2318
+ "dbDefaultValue": "0",
2319
+ "label": "{{\u0027AccessFailedCount\u0027 | translate}}",
2320
+ "mask": "",
2321
+ "isPrimaryKey": false,
2322
+ "isUniqueKey": false,
2323
+ "isNullable": false,
2324
+ "pkType": "",
2325
+ "multitenantContext": "",
2326
+ "jsonIgnore": false,
2327
+ "isTransient": false,
2328
+ "isInsertable": true,
2329
+ "isUpdatable": true,
2330
+ "isEncryption": false,
2331
+ "referencedColumnName": "",
2332
+ "isSearchable": false,
2333
+ "sequence": "",
2334
+ "isCascade": false,
2335
+ "isVersion": false,
2336
+ "storageId": "",
2337
+ "storageKey": "",
2338
+ "storageType": "",
2339
+ "storageSecret": "",
2340
+ "foreignKeyName": ""
2341
+ },
2342
+ {
2343
+ "name": "email",
2344
+ "type": "java.lang.String",
2345
+ "dbName": "email",
2346
+ "dbLength": 255,
2347
+ "dbPrecision": "",
2348
+ "dbScale": "",
2349
+ "dbDefaultValue": "",
2350
+ "label": "{{\u0027Email\u0027 | translate}}",
2351
+ "mask": "",
2352
+ "isPrimaryKey": false,
2353
+ "isUniqueKey": false,
2354
+ "isNullable": false,
2355
+ "pkType": "",
2356
+ "multitenantContext": "",
2357
+ "jsonIgnore": false,
2358
+ "isTransient": false,
2359
+ "isInsertable": true,
2360
+ "isUpdatable": true,
2361
+ "isEncryption": false,
2362
+ "referencedColumnName": "",
2363
+ "isSearchable": false,
2364
+ "sequence": "",
2365
+ "isCascade": false,
2366
+ "isVersion": false,
2367
+ "storageId": "",
2368
+ "storageKey": "",
2369
+ "storageType": "",
2370
+ "storageSecret": "",
2371
+ "foreignKeyName": ""
2372
+ },
2373
+ {
2374
+ "name": "emailConfirmed",
2375
+ "type": "java.lang.Boolean",
2376
+ "dbName": "email_confirmed",
2377
+ "dbLength": "",
2378
+ "dbPrecision": "",
2379
+ "dbScale": "",
2380
+ "dbDefaultValue": "true",
2381
+ "label": "{{\u0027EmailConfirmed\u0027 | translate}}",
2382
+ "mask": "",
2383
+ "isPrimaryKey": false,
2384
+ "isUniqueKey": false,
2385
+ "isNullable": false,
2386
+ "pkType": "",
2387
+ "multitenantContext": "",
2388
+ "jsonIgnore": false,
2389
+ "isTransient": false,
2390
+ "isInsertable": true,
2391
+ "isUpdatable": true,
2392
+ "isEncryption": false,
2393
+ "referencedColumnName": "",
2394
+ "isSearchable": false,
2395
+ "sequence": "",
2396
+ "isCascade": false,
2397
+ "isVersion": false,
2398
+ "storageId": "",
2399
+ "storageKey": "",
2400
+ "storageType": "",
2401
+ "storageSecret": "",
2402
+ "foreignKeyName": ""
2403
+ },
2404
+ {
2405
+ "name": "lockoutEnabled",
2406
+ "type": "java.lang.Boolean",
2407
+ "dbName": "lockout_enabled",
2408
+ "dbLength": "",
2409
+ "dbPrecision": "",
2410
+ "dbScale": "",
2411
+ "dbDefaultValue": "false",
2412
+ "label": "{{\u0027LockoutEnabled\u0027 | translate}}",
2413
+ "mask": "",
2414
+ "isPrimaryKey": false,
2415
+ "isUniqueKey": false,
2416
+ "isNullable": false,
2417
+ "pkType": "",
2418
+ "multitenantContext": "",
2419
+ "jsonIgnore": false,
2420
+ "isTransient": false,
2421
+ "isInsertable": true,
2422
+ "isUpdatable": true,
2423
+ "isEncryption": false,
2424
+ "referencedColumnName": "",
2425
+ "isSearchable": false,
2426
+ "sequence": "",
2427
+ "isCascade": false,
2428
+ "isVersion": false,
2429
+ "storageId": "",
2430
+ "storageKey": "",
2431
+ "storageType": "",
2432
+ "storageSecret": "",
2433
+ "foreignKeyName": ""
2434
+ },
2435
+ {
2436
+ "name": "lockoutEnd",
2437
+ "type": "java.sql.Date",
2438
+ "dbName": "lockout_end",
2439
+ "dbLength": "",
2440
+ "dbPrecision": "",
2441
+ "dbScale": "",
2442
+ "dbDefaultValue": "",
2443
+ "label": "{{\u0027LockoutEnd\u0027 | translate}}",
2444
+ "mask": "",
2445
+ "isPrimaryKey": false,
2446
+ "isUniqueKey": false,
2447
+ "isNullable": true,
2448
+ "pkType": "",
2449
+ "multitenantContext": "",
2450
+ "jsonIgnore": false,
2451
+ "isTransient": false,
2452
+ "isInsertable": true,
2453
+ "isUpdatable": true,
2454
+ "isEncryption": false,
2455
+ "referencedColumnName": "",
2456
+ "isSearchable": false,
2457
+ "sequence": "",
2458
+ "isCascade": false,
2459
+ "isVersion": false,
2460
+ "storageId": "",
2461
+ "storageKey": "",
2462
+ "storageType": "",
2463
+ "storageSecret": "",
2464
+ "foreignKeyName": ""
2465
+ },
2466
+ {
2467
+ "name": "name",
2468
+ "type": "java.lang.String",
2469
+ "dbName": "name",
2470
+ "dbLength": 255,
2471
+ "dbPrecision": "",
2472
+ "dbScale": "",
2473
+ "dbDefaultValue": "",
2474
+ "label": "{{\u0027Name\u0027 | translate}}",
2475
+ "mask": "",
2476
+ "isPrimaryKey": false,
2477
+ "isUniqueKey": false,
2478
+ "isNullable": false,
2479
+ "pkType": "",
2480
+ "multitenantContext": "",
2481
+ "jsonIgnore": false,
2482
+ "isTransient": false,
2483
+ "isInsertable": true,
2484
+ "isUpdatable": true,
2485
+ "isEncryption": false,
2486
+ "referencedColumnName": "",
2487
+ "isSearchable": false,
2488
+ "sequence": "",
2489
+ "isCascade": false,
2490
+ "isVersion": false,
2491
+ "storageId": "",
2492
+ "storageKey": "",
2493
+ "storageType": "",
2494
+ "storageSecret": "",
2495
+ "foreignKeyName": ""
2496
+ },
2497
+ {
2498
+ "name": "normalizedEmail",
2499
+ "type": "java.lang.String",
2500
+ "dbName": "normalized_email",
2501
+ "dbLength": 255,
2502
+ "dbPrecision": "",
2503
+ "dbScale": "",
2504
+ "dbDefaultValue": "\"\"",
2505
+ "label": "{{\u0027NormalizedEmail\u0027 | translate}}",
2506
+ "mask": "",
2507
+ "isPrimaryKey": false,
2508
+ "isUniqueKey": true,
2509
+ "isNullable": false,
2510
+ "pkType": "",
2511
+ "multitenantContext": "",
2512
+ "jsonIgnore": false,
2513
+ "isTransient": false,
2514
+ "isInsertable": true,
2515
+ "isUpdatable": true,
2516
+ "isEncryption": false,
2517
+ "referencedColumnName": "",
2518
+ "isSearchable": false,
2519
+ "sequence": "",
2520
+ "isCascade": false,
2521
+ "isVersion": false,
2522
+ "storageId": "",
2523
+ "storageKey": "",
2524
+ "storageType": "",
2525
+ "storageSecret": "",
2526
+ "foreignKeyName": ""
2527
+ },
2528
+ {
2529
+ "name": "normalizedUserName",
2530
+ "type": "java.lang.String",
2531
+ "dbName": "normalized_user_name",
2532
+ "dbLength": 255,
2533
+ "dbPrecision": "",
2534
+ "dbScale": "",
2535
+ "dbDefaultValue": "\"\"",
2536
+ "label": "{{\u0027NormalizedUserName\u0027 | translate}}",
2537
+ "mask": "",
2538
+ "isPrimaryKey": false,
2539
+ "isUniqueKey": true,
2540
+ "isNullable": false,
2541
+ "pkType": "",
2542
+ "multitenantContext": "",
2543
+ "jsonIgnore": false,
2544
+ "isTransient": false,
2545
+ "isInsertable": true,
2546
+ "isUpdatable": true,
2547
+ "isEncryption": false,
2548
+ "referencedColumnName": "",
2549
+ "isSearchable": false,
2550
+ "sequence": "",
2551
+ "isCascade": false,
2552
+ "isVersion": false,
2553
+ "storageId": "",
2554
+ "storageKey": "",
2555
+ "storageType": "",
2556
+ "storageSecret": "",
2557
+ "foreignKeyName": ""
2558
+ },
2559
+ {
2560
+ "name": "password",
2561
+ "type": "java.lang.String",
2562
+ "dbName": "password",
2563
+ "dbLength": 255,
2564
+ "dbPrecision": "",
2565
+ "dbScale": "",
2566
+ "dbDefaultValue": "",
2567
+ "label": "{{\u0027Password\u0027 | translate}}",
2568
+ "mask": "",
2569
+ "isPrimaryKey": false,
2570
+ "isUniqueKey": false,
2571
+ "isNullable": false,
2572
+ "pkType": "",
2573
+ "multitenantContext": "",
2574
+ "jsonIgnore": false,
2575
+ "isTransient": false,
2576
+ "isInsertable": true,
2577
+ "isUpdatable": true,
2578
+ "isEncryption": true,
2579
+ "referencedColumnName": "",
2580
+ "isSearchable": false,
2581
+ "sequence": "",
2582
+ "isCascade": false,
2583
+ "isVersion": false,
2584
+ "storageId": "",
2585
+ "storageKey": "",
2586
+ "storageType": "",
2587
+ "storageSecret": "",
2588
+ "foreignKeyName": ""
2589
+ },
2590
+ {
2591
+ "name": "phoneNumber",
2592
+ "type": "java.lang.String",
2593
+ "dbName": "phone_number",
2594
+ "dbLength": 255,
2595
+ "dbPrecision": "",
2596
+ "dbScale": "",
2597
+ "dbDefaultValue": "",
2598
+ "label": "{{\u0027PhoneNumber\u0027 | translate}}",
2599
+ "mask": "",
2600
+ "isPrimaryKey": false,
2601
+ "isUniqueKey": false,
2602
+ "isNullable": true,
2603
+ "pkType": "",
2604
+ "multitenantContext": "",
2605
+ "jsonIgnore": false,
2606
+ "isTransient": false,
2607
+ "isInsertable": true,
2608
+ "isUpdatable": true,
2609
+ "isEncryption": false,
2610
+ "referencedColumnName": "",
2611
+ "isSearchable": false,
2612
+ "sequence": "",
2613
+ "isCascade": false,
2614
+ "isVersion": false,
2615
+ "storageId": "",
2616
+ "storageKey": "",
2617
+ "storageType": "",
2618
+ "storageSecret": "",
2619
+ "foreignKeyName": ""
2620
+ },
2621
+ {
2622
+ "name": "phoneNumberConfirmed",
2623
+ "type": "java.lang.Boolean",
2624
+ "dbName": "phone_number_confirmed",
2625
+ "dbLength": "",
2626
+ "dbPrecision": "",
2627
+ "dbScale": "",
2628
+ "dbDefaultValue": "true",
2629
+ "label": "{{\u0027PhoneNumberConfirmed\u0027 | translate}}",
2630
+ "mask": "",
2631
+ "isPrimaryKey": false,
2632
+ "isUniqueKey": false,
2633
+ "isNullable": false,
2634
+ "pkType": "",
2635
+ "multitenantContext": "",
2636
+ "jsonIgnore": false,
2637
+ "isTransient": false,
2638
+ "isInsertable": true,
2639
+ "isUpdatable": true,
2640
+ "isEncryption": false,
2641
+ "referencedColumnName": "",
2642
+ "isSearchable": false,
2643
+ "sequence": "",
2644
+ "isCascade": false,
2645
+ "isVersion": false,
2646
+ "storageId": "",
2647
+ "storageKey": "",
2648
+ "storageType": "",
2649
+ "storageSecret": "",
2650
+ "foreignKeyName": ""
2651
+ },
2652
+ {
2653
+ "name": "securityStamp",
2654
+ "type": "java.lang.String",
2655
+ "dbName": "security_stamp",
2656
+ "dbLength": 255,
2657
+ "dbPrecision": "",
2658
+ "dbScale": "",
2659
+ "dbDefaultValue": "UUID.randomUUID().toString().toUpperCase()",
2660
+ "label": "{{\u0027SecurityStamp\u0027 | translate}}",
2661
+ "mask": "",
2662
+ "isPrimaryKey": false,
2663
+ "isUniqueKey": false,
2664
+ "isNullable": false,
2665
+ "pkType": "",
2666
+ "multitenantContext": "",
2667
+ "jsonIgnore": false,
2668
+ "isTransient": false,
2669
+ "isInsertable": true,
2670
+ "isUpdatable": true,
2671
+ "isEncryption": false,
2672
+ "referencedColumnName": "",
2673
+ "isSearchable": false,
2674
+ "sequence": "",
2675
+ "isCascade": false,
2676
+ "isVersion": false,
2677
+ "storageId": "",
2678
+ "storageKey": "",
2679
+ "storageType": "",
2680
+ "storageSecret": "",
2681
+ "foreignKeyName": ""
2682
+ },
2683
+ {
2684
+ "name": "twoFactorEnabled",
2685
+ "type": "java.lang.Boolean",
2686
+ "dbName": "two_factor_enabled",
2687
+ "dbLength": "",
2688
+ "dbPrecision": "",
2689
+ "dbScale": "",
2690
+ "dbDefaultValue": "false",
2691
+ "label": "{{\u0027TwoFactorEnabled\u0027 | translate}}",
2692
+ "mask": "",
2693
+ "isPrimaryKey": false,
2694
+ "isUniqueKey": false,
2695
+ "isNullable": false,
2696
+ "pkType": "",
2697
+ "multitenantContext": "",
2698
+ "jsonIgnore": false,
2699
+ "isTransient": false,
2700
+ "isInsertable": true,
2701
+ "isUpdatable": true,
2702
+ "isEncryption": false,
2703
+ "referencedColumnName": "",
2704
+ "isSearchable": false,
2705
+ "sequence": "",
2706
+ "isCascade": false,
2707
+ "isVersion": false,
2708
+ "storageId": "",
2709
+ "storageKey": "",
2710
+ "storageType": "",
2711
+ "storageSecret": "",
2712
+ "foreignKeyName": ""
2713
+ },
2714
+ {
2715
+ "name": "userName",
2716
+ "type": "java.lang.String",
2717
+ "dbName": "user_name",
2718
+ "dbLength": 255,
2719
+ "dbPrecision": "",
2720
+ "dbScale": "",
2721
+ "dbDefaultValue": "",
2722
+ "label": "{{\u0027UserName\u0027 | translate}}",
2723
+ "mask": "",
2724
+ "isPrimaryKey": false,
2725
+ "isUniqueKey": false,
2726
+ "isNullable": false,
2727
+ "pkType": "",
2728
+ "multitenantContext": "",
2729
+ "jsonIgnore": false,
2730
+ "isTransient": false,
2731
+ "isInsertable": true,
2732
+ "isUpdatable": true,
2733
+ "isEncryption": false,
2734
+ "referencedColumnName": "",
2735
+ "isSearchable": false,
2736
+ "sequence": "",
2737
+ "isCascade": false,
2738
+ "isVersion": false,
2739
+ "storageId": "",
2740
+ "storageKey": "",
2741
+ "storageType": "",
2742
+ "storageSecret": "",
2743
+ "foreignKeyName": ""
2744
+ },
2745
+ {
2746
+ "name": "theme",
2747
+ "type": "java.lang.String",
2748
+ "dbName": "theme",
2749
+ "dbLength": 255,
2750
+ "dbPrecision": "",
2751
+ "dbScale": "",
2752
+ "dbDefaultValue": "",
2753
+ "label": "{{\u0027Theme\u0027 | translate}}",
2754
+ "mask": "",
2755
+ "isPrimaryKey": false,
2756
+ "isUniqueKey": false,
2757
+ "isNullable": true,
2758
+ "pkType": "",
2759
+ "multitenantContext": "",
2760
+ "jsonIgnore": false,
2761
+ "isTransient": false,
2762
+ "isInsertable": true,
2763
+ "isUpdatable": true,
2764
+ "isEncryption": false,
2765
+ "referencedColumnName": "",
2766
+ "isSearchable": false,
2767
+ "sequence": "",
2768
+ "isCascade": false,
2769
+ "isVersion": false,
2770
+ "storageId": "",
2771
+ "storageKey": "",
2772
+ "storageType": "",
2773
+ "storageSecret": "",
2774
+ "foreignKeyName": ""
2775
+ },
2776
+ {
2777
+ "name": "picture",
2778
+ "type": "Image Upload (to Database)",
2779
+ "dbName": "picture",
2780
+ "dbLength": 255,
2781
+ "dbPrecision": "",
2782
+ "dbScale": "",
2783
+ "dbDefaultValue": "",
2784
+ "label": "{{\u0027Picture\u0027 | translate}}",
2785
+ "mask": "",
2786
+ "isPrimaryKey": false,
2787
+ "isUniqueKey": false,
2788
+ "isNullable": true,
2789
+ "pkType": "",
2790
+ "multitenantContext": "",
2791
+ "jsonIgnore": false,
2792
+ "isTransient": false,
2793
+ "isInsertable": true,
2794
+ "isUpdatable": true,
2795
+ "isEncryption": false,
2796
+ "referencedColumnName": "",
2797
+ "isSearchable": false,
2798
+ "sequence": "",
2799
+ "isCascade": false,
2800
+ "isVersion": false,
2801
+ "storageId": "",
2802
+ "storageKey": "",
2803
+ "storageType": "",
2804
+ "storageSecret": "",
2805
+ "foreignKeyName": ""
2806
+ }
2807
+ ],
2808
+ "id": "fbe4a477-8332-4235-a9a2-5db4a56fa3d0",
2809
+ "isRest": "true",
2810
+ "keyTypes": [
2811
+ "None",
2812
+ "None",
2813
+ "None",
2814
+ "None",
2815
+ "None",
2816
+ "None",
2817
+ "None",
2818
+ "None",
2819
+ "None",
2820
+ "None",
2821
+ "None",
2822
+ "None",
2823
+ "None",
2824
+ "None",
2825
+ "None"
2826
+ ],
2827
+ "labels": [
2828
+ "Id",
2829
+ "Access Failed Count",
2830
+ "Email",
2831
+ "Email Confirmed",
2832
+ "Lockout Enabled",
2833
+ "Lockout End",
2834
+ "Name",
2835
+ "Normalized Email",
2836
+ "Normalized User Name",
2837
+ "Password",
2838
+ "Phone Number",
2839
+ "Phone Number Confirmed",
2840
+ "Security Stamp",
2841
+ "Two Factor Enabled",
2842
+ "User Name"
2843
+ ],
2844
+ "methods": [],
2845
+ "modelType": "Table",
2846
+ "name": "User",
2847
+ "nullables": [
2848
+ "id",
2849
+ "accessFailedCount",
2850
+ "email",
2851
+ "emailConfirmed",
2852
+ "lockoutEnabled",
2853
+ "name",
2854
+ "normalizedEmail",
2855
+ "normalizedUserName",
2856
+ "password",
2857
+ "phoneNumber",
2858
+ "phoneNumberConfirmed",
2859
+ "securityStamp",
2860
+ "twoFactorEnabled",
2861
+ "userName"
2862
+ ],
2863
+ "position": {
2864
+ "x": 984,
2865
+ "y": 38
2866
+ },
2867
+ "primaryKeys": [
2868
+ "id"
2869
+ ],
2870
+ "queries": [],
2871
+ "requireds": [],
2872
+ "restSecurity": {
2873
+ "delete": "Administrators",
2874
+ "get": "Administrators",
2875
+ "post": "Administrators",
2876
+ "put": "Administrators"
2877
+ },
2878
+ "role": "Class",
2879
+ "runtimeClass": "cronos.widgets.joint.uml.Class",
2880
+ "sequences": [
2881
+ "",
2882
+ "",
2883
+ "",
2884
+ "",
2885
+ "",
2886
+ "",
2887
+ "",
2888
+ "",
2889
+ "",
2890
+ "",
2891
+ "",
2892
+ "",
2893
+ "",
2894
+ "",
2895
+ ""
2896
+ ],
2897
+ "size": {
2898
+ "height": 270,
2899
+ "width": 231
2900
+ },
2901
+ "tableName": "USER",
2902
+ "type": "uml.Class",
2903
+ "uniqueKeys": [],
2904
+ "z": 2
2905
+ },
2906
+ {
2907
+ "angle": 0,
2908
+ "attributes": [
2909
+ "id:java.lang.String",
2910
+ "role:Role",
2911
+ "user:User"
2912
+ ],
2913
+ "attrs": {
2914
+ ".uml-class-attrs-rect": {
2915
+ "fill": "#fffec0",
2916
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
2917
+ "height": 80,
2918
+ "stroke": "#C2C2C2",
2919
+ "transform": "translate(0,40)"
2920
+ },
2921
+ ".uml-class-attrs-text": {
2922
+ "fill": "#000",
2923
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
2924
+ "font-size": 11,
2925
+ "text": "* id\nrole\nuser\n"
2926
+ },
2927
+ ".uml-class-attrs-value": {
2928
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
2929
+ "font-size": 11,
2930
+ "ref-x": 156,
2931
+ "text": "Texto\nRole\nUser\n"
2932
+ },
2933
+ ".uml-class-methods-rect": {
2934
+ "fill": "#fffec0",
2935
+ "height": 20,
2936
+ "stroke": "#C2C2C2",
2937
+ "stroke-width": 1,
2938
+ "transform": "translate(0,120)"
2939
+ },
2940
+ ".uml-class-methods-text": {
2941
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
2942
+ "font-size": 11,
2943
+ "text": ""
2944
+ },
2945
+ ".uml-class-name-rect": {
2946
+ "fill": "#fffec0",
2947
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
2948
+ "height": 40,
2949
+ "stroke": "#C2C2C2",
2950
+ "transform": "translate(0,0)"
2951
+ },
2952
+ ".uml-class-name-text": {
2953
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
2954
+ "text": "UserRole"
2955
+ },
2956
+ "rect": {
2957
+ "stroke": "yellow",
2958
+ "stroke-width": 2
2959
+ }
2960
+ },
2961
+ "audit": false,
2962
+ "dbFieldNames": [
2963
+ "id",
2964
+ "role_id",
2965
+ "user_id"
2966
+ ],
2967
+ "dbLengths": [
2968
+ 255,
2969
+ 255,
2970
+ 255
2971
+ ],
2972
+ "dbPrecisions": [
2973
+ "",
2974
+ "",
2975
+ ""
2976
+ ],
2977
+ "dbScales": [
2978
+ "",
2979
+ "",
2980
+ ""
2981
+ ],
2982
+ "fields": [
2983
+ {
2984
+ "name": "id",
2985
+ "type": "java.lang.String",
2986
+ "dbName": "id",
2987
+ "dbLength": 255,
2988
+ "dbPrecision": "",
2989
+ "dbScale": "",
2990
+ "dbDefaultValue": "UUID.randomUUID().toString().toUpperCase()",
2991
+ "label": "Id",
2992
+ "mask": "",
2993
+ "isPrimaryKey": true,
2994
+ "isUniqueKey": false,
2995
+ "isNullable": false,
2996
+ "pkType": "None",
2997
+ "multitenantContext": "",
2998
+ "jsonIgnore": false,
2999
+ "isTransient": false,
3000
+ "isInsertable": true,
3001
+ "isUpdatable": true,
3002
+ "isEncryption": false,
3003
+ "referencedColumnName": "",
3004
+ "isSearchable": false,
3005
+ "sequence": "",
3006
+ "isCascade": false,
3007
+ "isVersion": false
3008
+ },
3009
+ {
3010
+ "name": "role",
3011
+ "type": "Role",
3012
+ "dbName": "role_id",
3013
+ "dbLength": 255,
3014
+ "dbPrecision": "",
3015
+ "dbScale": "",
3016
+ "dbDefaultValue": "",
3017
+ "label": "Role",
3018
+ "mask": "",
3019
+ "isPrimaryKey": false,
3020
+ "isUniqueKey": false,
3021
+ "isNullable": false,
3022
+ "pkType": "",
3023
+ "multitenantContext": "",
3024
+ "jsonIgnore": false,
3025
+ "isTransient": false,
3026
+ "isInsertable": true,
3027
+ "isUpdatable": true,
3028
+ "isEncryption": false,
3029
+ "referencedColumnName": "",
3030
+ "isSearchable": false,
3031
+ "sequence": "",
3032
+ "isCascade": true,
3033
+ "isVersion": false
3034
+ },
3035
+ {
3036
+ "name": "user",
3037
+ "type": "User",
3038
+ "dbName": "user_id",
3039
+ "dbLength": 255,
3040
+ "dbPrecision": "",
3041
+ "dbScale": "",
3042
+ "dbDefaultValue": "",
3043
+ "label": "User",
3044
+ "mask": "",
3045
+ "isPrimaryKey": false,
3046
+ "isUniqueKey": false,
3047
+ "isNullable": false,
3048
+ "pkType": "",
3049
+ "multitenantContext": "",
3050
+ "jsonIgnore": false,
3051
+ "isTransient": false,
3052
+ "isInsertable": true,
3053
+ "isUpdatable": true,
3054
+ "isEncryption": false,
3055
+ "referencedColumnName": "",
3056
+ "isSearchable": false,
3057
+ "sequence": "",
3058
+ "isCascade": true,
3059
+ "isVersion": false
3060
+ }
3061
+ ],
3062
+ "id": "36b875ac-204a-4346-82e4-aabbd2c6b202",
3063
+ "isRest": "true",
3064
+ "keyTypes": [
3065
+ "None",
3066
+ "None",
3067
+ "None"
3068
+ ],
3069
+ "labels": [
3070
+ "Id",
3071
+ "Role",
3072
+ "User"
3073
+ ],
3074
+ "methods": [],
3075
+ "modelType": "Table",
3076
+ "name": "UserRole",
3077
+ "nullables": [
3078
+ "id",
3079
+ "role",
3080
+ "user"
3081
+ ],
3082
+ "position": {
3083
+ "x": 940,
3084
+ "y": 594
3085
+ },
3086
+ "primaryKeys": [
3087
+ "id"
3088
+ ],
3089
+ "queries": [],
3090
+ "requireds": [],
3091
+ "restSecurity": {
3092
+ "delete": "Administrators",
3093
+ "get": "Administrators",
3094
+ "post": "Administrators",
3095
+ "put": "Administrators"
3096
+ },
3097
+ "role": "AssociationClass",
3098
+ "runtimeClass": "cronos.widgets.joint.uml.Class",
3099
+ "sequences": [
3100
+ "",
3101
+ "",
3102
+ ""
3103
+ ],
3104
+ "size": {
3105
+ "height": 130,
3106
+ "width": 195
3107
+ },
3108
+ "tableName": "USER_ROLE",
3109
+ "type": "uml.Class",
3110
+ "uniqueKeys": [],
3111
+ "z": 2
3112
+ },
3113
+ {
3114
+ "angle": 0,
3115
+ "attributes": [
3116
+ "id:java.lang.String",
3117
+ "securable:Securable",
3118
+ "user:User"
3119
+ ],
3120
+ "attrs": {
3121
+ ".uml-class-attrs-rect": {
3122
+ "fill": "#fffec0",
3123
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
3124
+ "height": 80,
3125
+ "stroke": "#C2C2C2",
3126
+ "transform": "translate(0,40)"
3127
+ },
3128
+ ".uml-class-attrs-text": {
3129
+ "fill": "#000",
3130
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
3131
+ "font-size": 11,
3132
+ "text": "* id\nsecurable\nuser\n"
3133
+ },
3134
+ ".uml-class-attrs-value": {
3135
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
3136
+ "font-size": 11,
3137
+ "ref-x": 142,
3138
+ "text": "Texto\nSecurable\nUser\n"
3139
+ },
3140
+ ".uml-class-methods-rect": {
3141
+ "fill": "#fffec0",
3142
+ "height": 20,
3143
+ "stroke": "#C2C2C2",
3144
+ "stroke-width": 1,
3145
+ "transform": "translate(0,120)"
3146
+ },
3147
+ ".uml-class-methods-text": {
3148
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
3149
+ "font-size": 11,
3150
+ "text": ""
3151
+ },
3152
+ ".uml-class-name-rect": {
3153
+ "fill": "#fffec0",
3154
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
3155
+ "height": 40,
3156
+ "stroke": "#C2C2C2",
3157
+ "transform": "translate(0,0)"
3158
+ },
3159
+ ".uml-class-name-text": {
3160
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
3161
+ "text": "UserSecurable"
3162
+ },
3163
+ "rect": {
3164
+ "stroke": "yellow",
3165
+ "stroke-width": 2
3166
+ }
3167
+ },
3168
+ "audit": false,
3169
+ "dbFieldNames": [
3170
+ "id",
3171
+ "securable_id",
3172
+ "user_id"
3173
+ ],
3174
+ "dbLengths": [
3175
+ 255,
3176
+ 255,
3177
+ 255
3178
+ ],
3179
+ "dbPrecisions": [
3180
+ "",
3181
+ "",
3182
+ ""
3183
+ ],
3184
+ "dbScales": [
3185
+ "",
3186
+ "",
3187
+ ""
3188
+ ],
3189
+ "fields": [
3190
+ {
3191
+ "name": "id",
3192
+ "type": "java.lang.String",
3193
+ "dbName": "id",
3194
+ "dbLength": 255,
3195
+ "dbPrecision": "",
3196
+ "dbScale": "",
3197
+ "dbDefaultValue": "UUID.randomUUID().toString().toUpperCase()",
3198
+ "label": "Id",
3199
+ "mask": "",
3200
+ "isPrimaryKey": true,
3201
+ "isUniqueKey": false,
3202
+ "isNullable": false,
3203
+ "pkType": "None",
3204
+ "multitenantContext": "",
3205
+ "jsonIgnore": false,
3206
+ "isTransient": false,
3207
+ "isInsertable": true,
3208
+ "isUpdatable": true,
3209
+ "isEncryption": false,
3210
+ "referencedColumnName": "",
3211
+ "isSearchable": false,
3212
+ "sequence": "",
3213
+ "isCascade": false,
3214
+ "isVersion": false
3215
+ },
3216
+ {
3217
+ "name": "securable",
3218
+ "type": "Securable",
3219
+ "dbName": "securable_id",
3220
+ "dbLength": 255,
3221
+ "dbPrecision": "",
3222
+ "dbScale": "",
3223
+ "dbDefaultValue": "",
3224
+ "label": "Securable",
3225
+ "mask": "",
3226
+ "isPrimaryKey": false,
3227
+ "isUniqueKey": false,
3228
+ "isNullable": false,
3229
+ "pkType": "",
3230
+ "multitenantContext": "",
3231
+ "jsonIgnore": false,
3232
+ "isTransient": false,
3233
+ "isInsertable": true,
3234
+ "isUpdatable": true,
3235
+ "isEncryption": false,
3236
+ "referencedColumnName": "",
3237
+ "isSearchable": false,
3238
+ "sequence": "",
3239
+ "isCascade": true,
3240
+ "isVersion": false
3241
+ },
3242
+ {
3243
+ "name": "user",
3244
+ "type": "User",
3245
+ "dbName": "user_id",
3246
+ "dbLength": 255,
3247
+ "dbPrecision": "",
3248
+ "dbScale": "",
3249
+ "dbDefaultValue": "",
3250
+ "label": "User",
3251
+ "mask": "",
3252
+ "isPrimaryKey": false,
3253
+ "isUniqueKey": false,
3254
+ "isNullable": false,
3255
+ "pkType": "",
3256
+ "multitenantContext": "",
3257
+ "jsonIgnore": false,
3258
+ "isTransient": false,
3259
+ "isInsertable": true,
3260
+ "isUpdatable": true,
3261
+ "isEncryption": false,
3262
+ "referencedColumnName": "",
3263
+ "isSearchable": false,
3264
+ "sequence": "",
3265
+ "isCascade": true,
3266
+ "isVersion": false
3267
+ }
3268
+ ],
3269
+ "id": "e35a650f-29ee-4683-8c1c-5cc61a955ddf",
3270
+ "isRest": "true",
3271
+ "keyTypes": [
3272
+ "None",
3273
+ "None",
3274
+ "None"
3275
+ ],
3276
+ "labels": [
3277
+ "Id",
3278
+ "Securable",
3279
+ "User"
3280
+ ],
3281
+ "methods": [],
3282
+ "modelType": "Table",
3283
+ "name": "UserSecurable",
3284
+ "nullables": [
3285
+ "id",
3286
+ "securable",
3287
+ "user"
3288
+ ],
3289
+ "position": {
3290
+ "x": 668,
3291
+ "y": 594
3292
+ },
3293
+ "primaryKeys": [
3294
+ "id"
3295
+ ],
3296
+ "queries": [],
3297
+ "requireds": [],
3298
+ "restSecurity": {
3299
+ "delete": "Administrators",
3300
+ "get": "Administrators",
3301
+ "post": "Administrators",
3302
+ "put": "Administrators"
3303
+ },
3304
+ "role": "AssociationClass",
3305
+ "runtimeClass": "cronos.widgets.joint.uml.Class",
3306
+ "sequences": [
3307
+ "",
3308
+ "",
3309
+ ""
3310
+ ],
3311
+ "size": {
3312
+ "height": 130,
3313
+ "width": 207
3314
+ },
3315
+ "tableName": "USER_SECURABLE",
3316
+ "type": "uml.Class",
3317
+ "uniqueKeys": [],
3318
+ "z": 2
3319
+ },
3320
+ {
3321
+ "angle": 0,
3322
+ "attributes": [
3323
+ "id:java.lang.String",
3324
+ "securable:Securable",
3325
+ "pattern:java.lang.String",
3326
+ "getMethodAllowed:java.lang.Boolean",
3327
+ "headMethodAllowed:java.lang.Boolean",
3328
+ "putMethodAllowed:java.lang.Boolean",
3329
+ "postMethodAllowed:java.lang.Boolean",
3330
+ "patchMethodAllowed:java.lang.Boolean",
3331
+ "deleteMethodAllowed:java.lang.Boolean",
3332
+ "optionsMethodAllowed:java.lang.Boolean",
3333
+ "traceMethodAllowed:java.lang.Boolean",
3334
+ "application:Application"
3335
+ ],
3336
+ "attrs": {
3337
+ ".uml-class-attrs-rect": {
3338
+ "fill": "#fffec0",
3339
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
3340
+ "height": 260,
3341
+ "stroke": "#C2C2C2",
3342
+ "transform": "translate(0,40)"
3343
+ },
3344
+ ".uml-class-attrs-text": {
3345
+ "fill": "#000",
3346
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
3347
+ "font-size": 11,
3348
+ "text": "* id\nsecurable\npattern\ngetMethodAllowed\nheadMethodAllowed\nputMethodAllowed\npostMethodAllowed\npatchMethodAllowed\ndeleteMethodAllowed\noptionsMethodAllowed\ntraceMethodAllowed\napplication\n"
3349
+ },
3350
+ ".uml-class-attrs-value": {
3351
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
3352
+ "font-size": 11,
3353
+ "ref-x": 162,
3354
+ "text": "Texto\nSecurable\nTexto\nLógico\nLógico\nLógico\nLógico\nLógico\nLógico\nLógico\nLógico\nApplication\n"
3355
+ },
3356
+ ".uml-class-methods-rect": {
3357
+ "fill": "#fffec0",
3358
+ "height": 20,
3359
+ "stroke": "#C2C2C2",
3360
+ "stroke-width": 1,
3361
+ "transform": "translate(0,300)"
3362
+ },
3363
+ ".uml-class-methods-text": {
3364
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
3365
+ "font-size": 11,
3366
+ "text": ""
3367
+ },
3368
+ ".uml-class-name-rect": {
3369
+ "fill": "#fffec0",
3370
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
3371
+ "height": 40,
3372
+ "stroke": "#C2C2C2",
3373
+ "transform": "translate(0,0)"
3374
+ },
3375
+ ".uml-class-name-text": {
3376
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
3377
+ "text": "View"
3378
+ },
3379
+ "rect": {
3380
+ "stroke": "yellow",
3381
+ "stroke-width": 2
3382
+ }
3383
+ },
3384
+ "audit": false,
3385
+ "fields": [
3386
+ {
3387
+ "name": "id",
3388
+ "type": "java.lang.String",
3389
+ "dbName": "id",
3390
+ "dbLength": "",
3391
+ "dbPrecision": "",
3392
+ "dbScale": "",
3393
+ "dbDefaultValue": "UUID.randomUUID().toString().toUpperCase()",
3394
+ "label": "Id",
3395
+ "mask": "",
3396
+ "isPrimaryKey": true,
3397
+ "isUniqueKey": false,
3398
+ "isNullable": false,
3399
+ "pkType": "UUID",
3400
+ "multitenantContext": "",
3401
+ "jsonIgnore": false,
3402
+ "isTransient": false,
3403
+ "isInsertable": true,
3404
+ "isUpdatable": true,
3405
+ "isEncryption": false,
3406
+ "referencedColumnName": "",
3407
+ "isSearchable": false,
3408
+ "sequence": "",
3409
+ "isCascade": false,
3410
+ "isVersion": false,
3411
+ "storageId": "",
3412
+ "storageKey": "",
3413
+ "storageType": "",
3414
+ "storageSecret": "",
3415
+ "foreignKeyName": ""
3416
+ },
3417
+ {
3418
+ "name": "securable",
3419
+ "type": "Securable",
3420
+ "dbName": "securable_id",
3421
+ "dbLength": "",
3422
+ "dbPrecision": "",
3423
+ "dbScale": "",
3424
+ "dbDefaultValue": "",
3425
+ "label": "Securable",
3426
+ "mask": "",
3427
+ "isPrimaryKey": false,
3428
+ "isUniqueKey": false,
3429
+ "isNullable": false,
3430
+ "pkType": "",
3431
+ "multitenantContext": "",
3432
+ "jsonIgnore": false,
3433
+ "isTransient": false,
3434
+ "isInsertable": true,
3435
+ "isUpdatable": true,
3436
+ "isEncryption": false,
3437
+ "referencedColumnName": "",
3438
+ "isSearchable": false,
3439
+ "sequence": "",
3440
+ "isCascade": false,
3441
+ "isVersion": false,
3442
+ "storageId": "",
3443
+ "storageKey": "",
3444
+ "storageType": "",
3445
+ "storageSecret": "",
3446
+ "foreignKeyName": ""
3447
+ },
3448
+ {
3449
+ "name": "pattern",
3450
+ "type": "java.lang.String",
3451
+ "dbName": "pattern",
3452
+ "dbLength": "",
3453
+ "dbPrecision": "",
3454
+ "dbScale": "",
3455
+ "dbDefaultValue": "",
3456
+ "label": "Pattern",
3457
+ "mask": "",
3458
+ "isPrimaryKey": false,
3459
+ "isUniqueKey": false,
3460
+ "isNullable": false,
3461
+ "pkType": "",
3462
+ "multitenantContext": "",
3463
+ "jsonIgnore": false,
3464
+ "isTransient": false,
3465
+ "isInsertable": true,
3466
+ "isUpdatable": true,
3467
+ "isEncryption": false,
3468
+ "referencedColumnName": "",
3469
+ "isSearchable": false,
3470
+ "sequence": "",
3471
+ "isCascade": false,
3472
+ "isVersion": false,
3473
+ "storageId": "",
3474
+ "storageKey": "",
3475
+ "storageType": "",
3476
+ "storageSecret": "",
3477
+ "foreignKeyName": ""
3478
+ },
3479
+ {
3480
+ "name": "getMethodAllowed",
3481
+ "type": "java.lang.Boolean",
3482
+ "dbName": "getMethodAllowed",
3483
+ "dbLength": "",
3484
+ "dbPrecision": "",
3485
+ "dbScale": "",
3486
+ "dbDefaultValue": "",
3487
+ "label": "Get Method Allowed",
3488
+ "mask": "",
3489
+ "isPrimaryKey": false,
3490
+ "isUniqueKey": false,
3491
+ "isNullable": false,
3492
+ "pkType": "",
3493
+ "multitenantContext": "",
3494
+ "jsonIgnore": false,
3495
+ "isTransient": false,
3496
+ "isInsertable": true,
3497
+ "isUpdatable": true,
3498
+ "isEncryption": false,
3499
+ "referencedColumnName": "",
3500
+ "isSearchable": false,
3501
+ "sequence": "",
3502
+ "isCascade": false,
3503
+ "isVersion": false,
3504
+ "storageId": "",
3505
+ "storageKey": "",
3506
+ "storageType": "",
3507
+ "storageSecret": "",
3508
+ "foreignKeyName": ""
3509
+ },
3510
+ {
3511
+ "name": "headMethodAllowed",
3512
+ "type": "java.lang.Boolean",
3513
+ "dbName": "headMethodAllowed",
3514
+ "dbLength": "",
3515
+ "dbPrecision": "",
3516
+ "dbScale": "",
3517
+ "dbDefaultValue": "",
3518
+ "label": "Head Method Allowed",
3519
+ "mask": "",
3520
+ "isPrimaryKey": false,
3521
+ "isUniqueKey": false,
3522
+ "isNullable": false,
3523
+ "pkType": "",
3524
+ "multitenantContext": "",
3525
+ "jsonIgnore": false,
3526
+ "isTransient": false,
3527
+ "isInsertable": true,
3528
+ "isUpdatable": true,
3529
+ "isEncryption": false,
3530
+ "referencedColumnName": "",
3531
+ "isSearchable": false,
3532
+ "sequence": "",
3533
+ "isCascade": false,
3534
+ "isVersion": false,
3535
+ "storageId": "",
3536
+ "storageKey": "",
3537
+ "storageType": "",
3538
+ "storageSecret": "",
3539
+ "foreignKeyName": ""
3540
+ },
3541
+ {
3542
+ "name": "putMethodAllowed",
3543
+ "type": "java.lang.Boolean",
3544
+ "dbName": "putMethodAllowed",
3545
+ "dbLength": "",
3546
+ "dbPrecision": "",
3547
+ "dbScale": "",
3548
+ "dbDefaultValue": "",
3549
+ "label": "Put Method Allowed",
3550
+ "mask": "",
3551
+ "isPrimaryKey": false,
3552
+ "isUniqueKey": false,
3553
+ "isNullable": false,
3554
+ "pkType": "",
3555
+ "multitenantContext": "",
3556
+ "jsonIgnore": false,
3557
+ "isTransient": false,
3558
+ "isInsertable": true,
3559
+ "isUpdatable": true,
3560
+ "isEncryption": false,
3561
+ "referencedColumnName": "",
3562
+ "isSearchable": false,
3563
+ "sequence": "",
3564
+ "isCascade": false,
3565
+ "isVersion": false,
3566
+ "storageId": "",
3567
+ "storageKey": "",
3568
+ "storageType": "",
3569
+ "storageSecret": "",
3570
+ "foreignKeyName": ""
3571
+ },
3572
+ {
3573
+ "name": "postMethodAllowed",
3574
+ "type": "java.lang.Boolean",
3575
+ "dbName": "postMethodAllowed",
3576
+ "dbLength": "",
3577
+ "dbPrecision": "",
3578
+ "dbScale": "",
3579
+ "dbDefaultValue": "",
3580
+ "label": "Post Method Allowed",
3581
+ "mask": "",
3582
+ "isPrimaryKey": false,
3583
+ "isUniqueKey": false,
3584
+ "isNullable": false,
3585
+ "pkType": "",
3586
+ "multitenantContext": "",
3587
+ "jsonIgnore": false,
3588
+ "isTransient": false,
3589
+ "isInsertable": true,
3590
+ "isUpdatable": true,
3591
+ "isEncryption": false,
3592
+ "referencedColumnName": "",
3593
+ "isSearchable": false,
3594
+ "sequence": "",
3595
+ "isCascade": false,
3596
+ "isVersion": false,
3597
+ "storageId": "",
3598
+ "storageKey": "",
3599
+ "storageType": "",
3600
+ "storageSecret": "",
3601
+ "foreignKeyName": ""
3602
+ },
3603
+ {
3604
+ "name": "patchMethodAllowed",
3605
+ "type": "java.lang.Boolean",
3606
+ "dbName": "patchMethodAllowed",
3607
+ "dbLength": "",
3608
+ "dbPrecision": "",
3609
+ "dbScale": "",
3610
+ "dbDefaultValue": "",
3611
+ "label": "Patch Method Allowed",
3612
+ "mask": "",
3613
+ "isPrimaryKey": false,
3614
+ "isUniqueKey": false,
3615
+ "isNullable": false,
3616
+ "pkType": "",
3617
+ "multitenantContext": "",
3618
+ "jsonIgnore": false,
3619
+ "isTransient": false,
3620
+ "isInsertable": true,
3621
+ "isUpdatable": true,
3622
+ "isEncryption": false,
3623
+ "referencedColumnName": "",
3624
+ "isSearchable": false,
3625
+ "sequence": "",
3626
+ "isCascade": false,
3627
+ "isVersion": false,
3628
+ "storageId": "",
3629
+ "storageKey": "",
3630
+ "storageType": "",
3631
+ "storageSecret": "",
3632
+ "foreignKeyName": ""
3633
+ },
3634
+ {
3635
+ "name": "deleteMethodAllowed",
3636
+ "type": "java.lang.Boolean",
3637
+ "dbName": "deleteMethodAllowed",
3638
+ "dbLength": "",
3639
+ "dbPrecision": "",
3640
+ "dbScale": "",
3641
+ "dbDefaultValue": "",
3642
+ "label": "Delete Method Allowed",
3643
+ "mask": "",
3644
+ "isPrimaryKey": false,
3645
+ "isUniqueKey": false,
3646
+ "isNullable": false,
3647
+ "pkType": "",
3648
+ "multitenantContext": "",
3649
+ "jsonIgnore": false,
3650
+ "isTransient": false,
3651
+ "isInsertable": true,
3652
+ "isUpdatable": true,
3653
+ "isEncryption": false,
3654
+ "referencedColumnName": "",
3655
+ "isSearchable": false,
3656
+ "sequence": "",
3657
+ "isCascade": false,
3658
+ "isVersion": false,
3659
+ "storageId": "",
3660
+ "storageKey": "",
3661
+ "storageType": "",
3662
+ "storageSecret": "",
3663
+ "foreignKeyName": ""
3664
+ },
3665
+ {
3666
+ "name": "optionsMethodAllowed",
3667
+ "type": "java.lang.Boolean",
3668
+ "dbName": "optionsMethodAllowed",
3669
+ "dbLength": "",
3670
+ "dbPrecision": "",
3671
+ "dbScale": "",
3672
+ "dbDefaultValue": "",
3673
+ "label": "Options Method Allowed",
3674
+ "mask": "",
3675
+ "isPrimaryKey": false,
3676
+ "isUniqueKey": false,
3677
+ "isNullable": false,
3678
+ "pkType": "",
3679
+ "multitenantContext": "",
3680
+ "jsonIgnore": false,
3681
+ "isTransient": false,
3682
+ "isInsertable": true,
3683
+ "isUpdatable": true,
3684
+ "isEncryption": false,
3685
+ "referencedColumnName": "",
3686
+ "isSearchable": false,
3687
+ "sequence": "",
3688
+ "isCascade": false,
3689
+ "isVersion": false,
3690
+ "storageId": "",
3691
+ "storageKey": "",
3692
+ "storageType": "",
3693
+ "storageSecret": "",
3694
+ "foreignKeyName": ""
3695
+ },
3696
+ {
3697
+ "name": "traceMethodAllowed",
3698
+ "type": "java.lang.Boolean",
3699
+ "dbName": "traceMethodAllowed",
3700
+ "dbLength": "",
3701
+ "dbPrecision": "",
3702
+ "dbScale": "",
3703
+ "dbDefaultValue": "",
3704
+ "label": "Trace Method Allowed",
3705
+ "mask": "",
3706
+ "isPrimaryKey": false,
3707
+ "isUniqueKey": false,
3708
+ "isNullable": false,
3709
+ "pkType": "",
3710
+ "multitenantContext": "",
3711
+ "jsonIgnore": false,
3712
+ "isTransient": false,
3713
+ "isInsertable": true,
3714
+ "isUpdatable": true,
3715
+ "isEncryption": false,
3716
+ "referencedColumnName": "",
3717
+ "isSearchable": false,
3718
+ "sequence": "",
3719
+ "isCascade": false,
3720
+ "isVersion": false,
3721
+ "storageId": "",
3722
+ "storageKey": "",
3723
+ "storageType": "",
3724
+ "storageSecret": "",
3725
+ "foreignKeyName": ""
3726
+ },
3727
+ {
3728
+ "name": "application",
3729
+ "type": "Application",
3730
+ "dbName": "application_id",
3731
+ "dbLength": "",
3732
+ "dbPrecision": "",
3733
+ "dbScale": "",
3734
+ "dbDefaultValue": "",
3735
+ "label": "Application",
3736
+ "mask": "",
3737
+ "isPrimaryKey": false,
3738
+ "isUniqueKey": false,
3739
+ "isNullable": true,
3740
+ "pkType": "",
3741
+ "multitenantContext": "",
3742
+ "jsonIgnore": false,
3743
+ "isTransient": false,
3744
+ "isInsertable": true,
3745
+ "isUpdatable": true,
3746
+ "isEncryption": false,
3747
+ "referencedColumnName": "",
3748
+ "isSearchable": false,
3749
+ "sequence": "",
3750
+ "isCascade": false,
3751
+ "isVersion": false,
3752
+ "storageId": "",
3753
+ "storageKey": "",
3754
+ "storageType": "",
3755
+ "storageSecret": "",
3756
+ "foreignKeyName": ""
3757
+ }
3758
+ ],
3759
+ "generateView": "Auto",
3760
+ "id": "2b76b50a-bb57-4354-a653-b71b1450ebff",
3761
+ "isRest": "true",
3762
+ "methods": [],
3763
+ "modelType": "Table",
3764
+ "name": "View",
3765
+ "position": {
3766
+ "x": 144,
3767
+ "y": 530
3768
+ },
3769
+ "queries": [],
3770
+ "realName": "",
3771
+ "restSecurity": {
3772
+ "delete": "Administrators",
3773
+ "get": "Administrators",
3774
+ "post": "Administrators",
3775
+ "put": "Administrators"
3776
+ },
3777
+ "role": "AssociationClass",
3778
+ "runtimeClass": "cronos.widgets.joint.uml.Class",
3779
+ "size": {
3780
+ "height": 220,
3781
+ "width": 231
3782
+ },
3783
+ "tableName": "VIEW",
3784
+ "tableScheme": null,
3785
+ "type": "uml.Class",
3786
+ "z": 15
3787
+ },
3788
+ {
3789
+ "associationType": "Association",
3790
+ "attrs": {
3791
+ ".marker-source": {
3792
+ "d": "M 40 10 L 20 20 L 0 10 L 20 0 z",
3793
+ "fill": "#cecece"
3794
+ },
3795
+ ".marker-target": {
3796
+ "d": "",
3797
+ "fill": ""
3798
+ }
3799
+ },
3800
+ "id": "214aabad-80ed-40a7-baa3-e54c027655c4",
3801
+ "labels": [
3802
+ {
3803
+ "position": 0.9,
3804
+ "attrs": {
3805
+ "rect": {
3806
+ "fill": "transparent"
3807
+ },
3808
+ "text": {
3809
+ "text": "*",
3810
+ "font-family": "Arial",
3811
+ "font-size": "12px",
3812
+ "fill": "#cecece"
3813
+ }
3814
+ }
3815
+ }
3816
+ ],
3817
+ "name": null,
3818
+ "queries": [],
3819
+ "relationFields": [
3820
+ "user:target"
3821
+ ],
3822
+ "runtimeClass": "cronos.widgets.joint.arrow.OneToMany",
3823
+ "source": {
3824
+ "id": "fbe4a477-8332-4235-a9a2-5db4a56fa3d0"
3825
+ },
3826
+ "target": {
3827
+ "id": "56d9e678-741d-41e6-9b24-bccc58de1598"
3828
+ },
3829
+ "type": "uml.Composition",
3830
+ "vertices": [],
3831
+ "z": 23
3832
+ },
3833
+ {
3834
+ "attrs": {
3835
+ ".marker-source": {
3836
+ "d": "M 40 10 L 20 20 L 0 10 L 20 0 z",
3837
+ "fill": "#cecece"
3838
+ },
3839
+ ".marker-target": {
3840
+ "d": "",
3841
+ "fill": ""
3842
+ }
3843
+ },
3844
+ "id": "359a1300-b12d-4b93-8f56-f647690695cd",
3845
+ "labels": [
3846
+ {
3847
+ "position": 0.9,
3848
+ "attrs": {
3849
+ "rect": {
3850
+ "fill": "transparent"
3851
+ },
3852
+ "text": {
3853
+ "text": "*",
3854
+ "font-family": "Arial",
3855
+ "font-size": "12px",
3856
+ "fill": "#cecece"
3857
+ }
3858
+ }
3859
+ }
3860
+ ],
3861
+ "queries": [],
3862
+ "relationFields": [
3863
+ "role:target"
3864
+ ],
3865
+ "runtimeClass": "cronos.widgets.joint.arrow.OneToMany",
3866
+ "source": {
3867
+ "id": "dcc00b32-aa33-47bd-bc4d-91da88f25cbc"
3868
+ },
3869
+ "target": {
3870
+ "id": "36b875ac-204a-4346-82e4-aabbd2c6b202"
3871
+ },
3872
+ "type": "uml.Composition",
3873
+ "vertices": [],
3874
+ "z": "4"
3875
+ },
3876
+ {
3877
+ "attrs": {
3878
+ ".marker-source": {
3879
+ "d": "M 40 10 L 20 20 L 0 10 L 20 0 z",
3880
+ "fill": "#cecece"
3881
+ },
3882
+ ".marker-target": {
3883
+ "d": "",
3884
+ "fill": ""
3885
+ }
3886
+ },
3887
+ "id": "5f46464c-aa08-42a5-b9e9-d4cfddb1dbaa",
3888
+ "labels": [
3889
+ {
3890
+ "position": 0.9,
3891
+ "attrs": {
3892
+ "rect": {
3893
+ "fill": "transparent"
3894
+ },
3895
+ "text": {
3896
+ "text": "*",
3897
+ "font-family": "Arial",
3898
+ "font-size": "12px",
3899
+ "fill": "#cecece"
3900
+ }
3901
+ }
3902
+ }
3903
+ ],
3904
+ "queries": [],
3905
+ "relationFields": [
3906
+ "securable:target"
3907
+ ],
3908
+ "runtimeClass": "cronos.widgets.joint.arrow.OneToMany",
3909
+ "source": {
3910
+ "id": "4cbe47fe-4f4b-43e9-960b-4b5cc2633aef"
3911
+ },
3912
+ "target": {
3913
+ "id": "53b97115-f8a3-4221-9ce6-bad2672b8bd5"
3914
+ },
3915
+ "type": "uml.Composition",
3916
+ "vertices": [],
3917
+ "z": "4"
3918
+ },
3919
+ {
3920
+ "associationType": "Association",
3921
+ "attrs": {
3922
+ ".marker-source": {
3923
+ "d": "M 40 10 L 20 20 L 0 10 L 20 0 z",
3924
+ "fill": "#cecece"
3925
+ },
3926
+ ".marker-target": {
3927
+ "d": "",
3928
+ "fill": ""
3929
+ },
3930
+ "rect": {
3931
+ "stroke": "yellow",
3932
+ "stroke-width": 2
3933
+ }
3934
+ },
3935
+ "id": "61af5e53-efc8-4d21-8035-27a708d0c73e",
3936
+ "labels": [
3937
+ {
3938
+ "position": 0.9,
3939
+ "attrs": {
3940
+ "rect": {
3941
+ "fill": "transparent"
3942
+ },
3943
+ "text": {
3944
+ "text": "*",
3945
+ "font-family": "Arial",
3946
+ "font-size": "12px",
3947
+ "fill": "#cecece"
3948
+ }
3949
+ }
3950
+ }
3951
+ ],
3952
+ "name": null,
3953
+ "previous_source": {
3954
+ "id": "4cbe47fe-4f4b-43e9-960b-4b5cc2633aef"
3955
+ },
3956
+ "previous_target": {
3957
+ "id": "2b76b50a-bb57-4354-a653-b71b1450ebff"
3958
+ },
3959
+ "queries": [],
3960
+ "relationFields": [
3961
+ "securable:target"
3962
+ ],
3963
+ "runtimeClass": "cronos.widgets.joint.arrow.OneToMany",
3964
+ "source": {
3965
+ "id": "4cbe47fe-4f4b-43e9-960b-4b5cc2633aef"
3966
+ },
3967
+ "target": {
3968
+ "id": "2b76b50a-bb57-4354-a653-b71b1450ebff"
3969
+ },
3970
+ "type": "uml.Composition",
3971
+ "vertices": [],
3972
+ "z": 16
3973
+ },
3974
+ {
3975
+ "attrs": {
3976
+ ".marker-source": {
3977
+ "d": "M 40 10 L 20 20 L 0 10 L 20 0 z",
3978
+ "fill": "#cecece"
3979
+ },
3980
+ ".marker-target": {
3981
+ "d": "",
3982
+ "fill": ""
3983
+ },
3984
+ "rect": {
3985
+ "stroke": "yellow",
3986
+ "stroke-width": 2
3987
+ }
3988
+ },
3989
+ "id": "64cb7f66-644c-42b3-b23b-133028df61e3",
3990
+ "labels": [
3991
+ {
3992
+ "position": 0.9,
3993
+ "attrs": {
3994
+ "rect": {
3995
+ "fill": "transparent"
3996
+ },
3997
+ "text": {
3998
+ "text": "*",
3999
+ "font-family": "Arial",
4000
+ "font-size": "12px",
4001
+ "fill": "#cecece"
4002
+ }
4003
+ }
4004
+ }
4005
+ ],
4006
+ "previous_source": {
4007
+ "id": "fbe4a477-8332-4235-a9a2-5db4a56fa3d0"
4008
+ },
4009
+ "previous_target": {
4010
+ "id": "36b875ac-204a-4346-82e4-aabbd2c6b202"
4011
+ },
4012
+ "queries": [],
4013
+ "relationFields": [
4014
+ "user:target"
4015
+ ],
4016
+ "runtimeClass": "cronos.widgets.joint.arrow.OneToMany",
4017
+ "source": {
4018
+ "id": "fbe4a477-8332-4235-a9a2-5db4a56fa3d0"
4019
+ },
4020
+ "target": {
4021
+ "id": "36b875ac-204a-4346-82e4-aabbd2c6b202"
4022
+ },
4023
+ "type": "uml.Composition",
4024
+ "vertices": [],
4025
+ "z": "4"
4026
+ },
4027
+ {
4028
+ "associationType": "Association",
4029
+ "attrs": {
4030
+ ".marker-source": {
4031
+ "d": "M 40 10 L 20 20 L 0 10 L 20 0 z",
4032
+ "fill": "#cecece"
4033
+ },
4034
+ ".marker-target": {
4035
+ "d": "",
4036
+ "fill": ""
4037
+ }
4038
+ },
4039
+ "id": "7fd62440-9f77-418a-bcd5-b837938abd88",
4040
+ "labels": [
4041
+ {
4042
+ "position": 0.9,
4043
+ "attrs": {
4044
+ "rect": {
4045
+ "fill": "transparent"
4046
+ },
4047
+ "text": {
4048
+ "text": "*",
4049
+ "font-family": "Arial",
4050
+ "font-size": "12px",
4051
+ "fill": "#cecece"
4052
+ }
4053
+ }
4054
+ }
4055
+ ],
4056
+ "name": null,
4057
+ "queries": [],
4058
+ "relationFields": [
4059
+ "application:target"
4060
+ ],
4061
+ "runtimeClass": "cronos.widgets.joint.arrow.OneToMany",
4062
+ "source": {
4063
+ "id": "fabe0aea-c05d-44a4-a87c-2e2c0a97e994"
4064
+ },
4065
+ "target": {
4066
+ "id": "2b76b50a-bb57-4354-a653-b71b1450ebff"
4067
+ },
4068
+ "type": "uml.Composition",
4069
+ "vertices": [],
4070
+ "z": 18
4071
+ },
4072
+ {
4073
+ "associationType": "Association",
4074
+ "attrs": {
4075
+ ".marker-source": {
4076
+ "d": "M 40 10 L 20 20 L 0 10 L 20 0 z",
4077
+ "fill": "#cecece"
4078
+ },
4079
+ ".marker-target": {
4080
+ "d": "",
4081
+ "fill": ""
4082
+ }
4083
+ },
4084
+ "id": "826775fd-e933-4d1e-a42b-338c5daac1c2",
4085
+ "labels": [
4086
+ {
4087
+ "position": 0.9,
4088
+ "attrs": {
4089
+ "rect": {
4090
+ "fill": "transparent"
4091
+ },
4092
+ "text": {
4093
+ "text": "*",
4094
+ "font-family": "Arial",
4095
+ "font-size": "12px",
4096
+ "fill": "#cecece"
4097
+ }
4098
+ }
4099
+ }
4100
+ ],
4101
+ "name": null,
4102
+ "queries": [],
4103
+ "relationFields": [
4104
+ "application:target"
4105
+ ],
4106
+ "runtimeClass": "cronos.widgets.joint.arrow.OneToMany",
4107
+ "source": {
4108
+ "id": "fabe0aea-c05d-44a4-a87c-2e2c0a97e994"
4109
+ },
4110
+ "target": {
4111
+ "id": "4cbe47fe-4f4b-43e9-960b-4b5cc2633aef"
4112
+ },
4113
+ "type": "uml.Composition",
4114
+ "vertices": [],
4115
+ "z": 19
4116
+ },
4117
+ {
4118
+ "attrs": {
4119
+ ".marker-source": {
4120
+ "d": "M 40 10 L 20 20 L 0 10 L 20 0 z",
4121
+ "fill": "#cecece"
4122
+ },
4123
+ ".marker-target": {
4124
+ "d": "",
4125
+ "fill": ""
4126
+ }
4127
+ },
4128
+ "id": "83e8f8ff-5e03-4c37-9238-331c700d1d7a",
4129
+ "labels": [
4130
+ {
4131
+ "position": 0.9,
4132
+ "attrs": {
4133
+ "rect": {
4134
+ "fill": "transparent"
4135
+ },
4136
+ "text": {
4137
+ "text": "*",
4138
+ "font-family": "Arial",
4139
+ "font-size": "12px",
4140
+ "fill": "#cecece"
4141
+ }
4142
+ }
4143
+ }
4144
+ ],
4145
+ "queries": [],
4146
+ "relationFields": [
4147
+ "user:target"
4148
+ ],
4149
+ "runtimeClass": "cronos.widgets.joint.arrow.OneToMany",
4150
+ "source": {
4151
+ "id": "fbe4a477-8332-4235-a9a2-5db4a56fa3d0"
4152
+ },
4153
+ "target": {
4154
+ "id": "e35a650f-29ee-4683-8c1c-5cc61a955ddf"
4155
+ },
4156
+ "type": "uml.Composition",
4157
+ "vertices": [],
4158
+ "z": "4"
4159
+ },
4160
+ {
4161
+ "associationType": "Association",
4162
+ "attrs": {
4163
+ ".marker-source": {
4164
+ "d": "M 40 10 L 20 20 L 0 10 L 20 0 z",
4165
+ "fill": "#cecece"
4166
+ },
4167
+ ".marker-target": {
4168
+ "d": "",
4169
+ "fill": ""
4170
+ }
4171
+ },
4172
+ "id": "8de1434b-d295-4631-aedb-ed0f8c09a357",
4173
+ "labels": [
4174
+ {
4175
+ "position": 0.9,
4176
+ "attrs": {
4177
+ "rect": {
4178
+ "fill": "transparent"
4179
+ },
4180
+ "text": {
4181
+ "text": "*",
4182
+ "font-family": "Arial",
4183
+ "font-size": "12px",
4184
+ "fill": "#cecece"
4185
+ }
4186
+ }
4187
+ }
4188
+ ],
4189
+ "name": null,
4190
+ "queries": [],
4191
+ "relationFields": [
4192
+ "application:target"
4193
+ ],
4194
+ "runtimeClass": "cronos.widgets.joint.arrow.OneToMany",
4195
+ "source": {
4196
+ "id": "fabe0aea-c05d-44a4-a87c-2e2c0a97e994"
4197
+ },
4198
+ "target": {
4199
+ "id": "dcc00b32-aa33-47bd-bc4d-91da88f25cbc"
4200
+ },
4201
+ "type": "uml.Composition",
4202
+ "vertices": [],
4203
+ "z": 20
4204
+ },
4205
+ {
4206
+ "attrs": {
4207
+ ".marker-source": {
4208
+ "d": "M 40 10 L 20 20 L 0 10 L 20 0 z",
4209
+ "fill": "#cecece"
4210
+ },
4211
+ ".marker-target": {
4212
+ "d": "",
4213
+ "fill": ""
4214
+ }
4215
+ },
4216
+ "id": "a7142710-abbc-4ff8-8fe7-4dc114a1d35f",
4217
+ "labels": [
4218
+ {
4219
+ "position": 0.9,
4220
+ "attrs": {
4221
+ "rect": {
4222
+ "fill": "transparent"
4223
+ },
4224
+ "text": {
4225
+ "text": "*",
4226
+ "font-family": "Arial",
4227
+ "font-size": "12px",
4228
+ "fill": "#cecece"
4229
+ }
4230
+ }
4231
+ }
4232
+ ],
4233
+ "queries": [],
4234
+ "relationFields": [
4235
+ "securable:target"
4236
+ ],
4237
+ "runtimeClass": "cronos.widgets.joint.arrow.OneToMany",
4238
+ "source": {
4239
+ "id": "4cbe47fe-4f4b-43e9-960b-4b5cc2633aef"
4240
+ },
4241
+ "target": {
4242
+ "id": "e35a650f-29ee-4683-8c1c-5cc61a955ddf"
4243
+ },
4244
+ "type": "uml.Composition",
4245
+ "vertices": [],
4246
+ "z": "4"
4247
+ },
4248
+ {
4249
+ "attrs": {
4250
+ ".marker-source": {
4251
+ "d": "M 40 10 L 20 20 L 0 10 L 20 0 z",
4252
+ "fill": "#cecece"
4253
+ },
4254
+ ".marker-target": {
4255
+ "d": "",
4256
+ "fill": ""
4257
+ }
4258
+ },
4259
+ "id": "e52d1830-4fcf-4b57-8940-c8d5b44c2a74",
4260
+ "labels": [
4261
+ {
4262
+ "position": 0.9,
4263
+ "attrs": {
4264
+ "rect": {
4265
+ "fill": "transparent"
4266
+ },
4267
+ "text": {
4268
+ "text": "*",
4269
+ "font-family": "Arial",
4270
+ "font-size": "12px",
4271
+ "fill": "#cecece"
4272
+ }
4273
+ }
4274
+ }
4275
+ ],
4276
+ "queries": [],
4277
+ "relationFields": [
4278
+ "user:target"
4279
+ ],
4280
+ "runtimeClass": "cronos.widgets.joint.arrow.OneToMany",
4281
+ "source": {
4282
+ "id": "fbe4a477-8332-4235-a9a2-5db4a56fa3d0"
4283
+ },
4284
+ "target": {
4285
+ "id": "2016ad54-a0f9-4337-ad10-694a48f0435c"
4286
+ },
4287
+ "type": "uml.Composition",
4288
+ "vertices": [],
4289
+ "z": "4"
4290
+ },
4291
+ {
4292
+ "associationType": "Association",
4293
+ "attrs": {
4294
+ ".marker-source": {
4295
+ "d": "M 40 10 L 20 20 L 0 10 L 20 0 z",
4296
+ "fill": "#cecece"
4297
+ },
4298
+ ".marker-target": {
4299
+ "d": "",
4300
+ "fill": ""
4301
+ }
4302
+ },
4303
+ "id": "f6c31428-85fd-4359-93a3-53b41b498d68",
4304
+ "labels": [
4305
+ {
4306
+ "position": 0.9,
4307
+ "attrs": {
4308
+ "rect": {
4309
+ "fill": "transparent"
4310
+ },
4311
+ "text": {
4312
+ "text": "*",
4313
+ "font-family": "Arial",
4314
+ "font-size": "12px",
4315
+ "fill": "#cecece"
4316
+ }
4317
+ }
4318
+ }
4319
+ ],
4320
+ "name": null,
4321
+ "queries": [],
4322
+ "relationFields": [
4323
+ "application:target"
4324
+ ],
4325
+ "runtimeClass": "cronos.widgets.joint.arrow.OneToMany",
4326
+ "source": {
4327
+ "id": "fabe0aea-c05d-44a4-a87c-2e2c0a97e994"
4328
+ },
4329
+ "target": {
4330
+ "id": "56d9e678-741d-41e6-9b24-bccc58de1598"
4331
+ },
4332
+ "type": "uml.Composition",
4333
+ "vertices": [],
4334
+ "z": 22
4335
+ },
4336
+ {
4337
+ "attrs": {
4338
+ ".marker-source": {
4339
+ "d": "M 40 10 L 20 20 L 0 10 L 20 0 z",
4340
+ "fill": "#cecece"
4341
+ },
4342
+ ".marker-target": {
4343
+ "d": "",
4344
+ "fill": ""
4345
+ }
4346
+ },
4347
+ "id": "fa6bcc71-c00d-4821-ba97-b98edaa6a1f7",
4348
+ "labels": [
4349
+ {
4350
+ "position": 0.9,
4351
+ "attrs": {
4352
+ "rect": {
4353
+ "fill": "transparent"
4354
+ },
4355
+ "text": {
4356
+ "text": "*",
4357
+ "font-family": "Arial",
4358
+ "font-size": "12px",
4359
+ "fill": "#cecece"
4360
+ }
4361
+ }
4362
+ }
4363
+ ],
4364
+ "queries": [],
4365
+ "relationFields": [
4366
+ "role:target"
4367
+ ],
4368
+ "runtimeClass": "cronos.widgets.joint.arrow.OneToMany",
4369
+ "source": {
4370
+ "id": "dcc00b32-aa33-47bd-bc4d-91da88f25cbc"
4371
+ },
4372
+ "target": {
4373
+ "id": "53b97115-f8a3-4221-9ce6-bad2672b8bd5"
4374
+ },
4375
+ "type": "uml.Composition",
4376
+ "vertices": [],
4377
+ "z": "4"
4378
+ }
4379
+ ],
4380
+ "selectedGroup": "1d7f906f-a526-482d-aaf4-08d227ae8c18",
4381
+ "groups": [
4382
+ {
4383
+ "name": "Security",
4384
+ "id": "841bf2db-1dee-49fa-b19d-991b2ed50e4f",
4385
+ "cells": [],
4386
+ "groupPositions": []
4387
+ },
4388
+ {
4389
+ "name": "",
4390
+ "id": "1d7f906f-a526-482d-aaf4-08d227ae8c18",
4391
+ "cells": [
4392
+ "56d9e678-741d-41e6-9b24-bccc58de1598",
4393
+ "2b76b50a-bb57-4354-a653-b71b1450ebff",
4394
+ "36b875ac-204a-4346-82e4-aabbd2c6b202",
4395
+ "2016ad54-a0f9-4337-ad10-694a48f0435c",
4396
+ "dcc00b32-aa33-47bd-bc4d-91da88f25cbc",
4397
+ "4cbe47fe-4f4b-43e9-960b-4b5cc2633aef",
4398
+ "53b97115-f8a3-4221-9ce6-bad2672b8bd5",
4399
+ "b194a533-61d6-4661-b9da-ff80ce2835f9",
4400
+ "d92238a3-a37d-4cc6-a543-d0687dc207cd",
4401
+ "fbe4a477-8332-4235-a9a2-5db4a56fa3d0",
4402
+ "e35a650f-29ee-4683-8c1c-5cc61a955ddf",
4403
+ "fabe0aea-c05d-44a4-a87c-2e2c0a97e994"
4404
+ ],
4405
+ "groupPositions": [
4406
+ {
4407
+ "idCell": "e35a650f-29ee-4683-8c1c-5cc61a955ddf",
4408
+ "position": {
4409
+ "x": 668,
4410
+ "y": 594
4411
+ }
4412
+ },
4413
+ {
4414
+ "idCell": "36b875ac-204a-4346-82e4-aabbd2c6b202",
4415
+ "position": {
4416
+ "x": 940,
4417
+ "y": 594
4418
+ }
4419
+ },
4420
+ {
4421
+ "idCell": "53b97115-f8a3-4221-9ce6-bad2672b8bd5",
4422
+ "position": {
4423
+ "x": 418,
4424
+ "y": 594
4425
+ }
4426
+ },
4427
+ {
4428
+ "idCell": "b194a533-61d6-4661-b9da-ff80ce2835f9",
4429
+ "position": {
4430
+ "x": 70,
4431
+ "y": 240
4432
+ }
4433
+ },
4434
+ {
4435
+ "idCell": "fbe4a477-8332-4235-a9a2-5db4a56fa3d0",
4436
+ "position": {
4437
+ "x": 984,
4438
+ "y": 38
4439
+ }
4440
+ },
4441
+ {
4442
+ "idCell": "dcc00b32-aa33-47bd-bc4d-91da88f25cbc",
4443
+ "position": {
4444
+ "x": 656,
4445
+ "y": 312
4446
+ }
4447
+ },
4448
+ {
4449
+ "idCell": "56d9e678-741d-41e6-9b24-bccc58de1598",
4450
+ "position": {
4451
+ "x": 1106,
4452
+ "y": 406
4453
+ }
4454
+ },
4455
+ {
4456
+ "idCell": "fabe0aea-c05d-44a4-a87c-2e2c0a97e994",
4457
+ "position": {
4458
+ "x": 382,
4459
+ "y": 36
4460
+ }
4461
+ },
4462
+ {
4463
+ "idCell": "d92238a3-a37d-4cc6-a543-d0687dc207cd",
4464
+ "position": {
4465
+ "x": 100,
4466
+ "y": 34
4467
+ }
4468
+ },
4469
+ {
4470
+ "idCell": "4cbe47fe-4f4b-43e9-960b-4b5cc2633aef",
4471
+ "position": {
4472
+ "x": 404,
4473
+ "y": 342
4474
+ }
4475
+ },
4476
+ {
4477
+ "idCell": "2b76b50a-bb57-4354-a653-b71b1450ebff",
4478
+ "position": {
4479
+ "x": 144,
4480
+ "y": 530
4481
+ }
4482
+ },
4483
+ {
4484
+ "idCell": "2016ad54-a0f9-4337-ad10-694a48f0435c",
4485
+ "position": {
4486
+ "x": 684,
4487
+ "y": 26
4488
+ }
4489
+ }
4490
+ ]
4491
+ }
4492
+ ]
4493
+ }