@cronapp/templates 1.0.0

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