@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,1150 @@
1
+ {
2
+ "cells": [
3
+ {
4
+ "angle": 0,
5
+ "apiPath": "src/main/webapp/raml/app/api.raml",
6
+ "attrs": {},
7
+ "chkApi": false,
8
+ "dataSource": "jdbc/main",
9
+ "disableCache": false,
10
+ "id": "paperCell",
11
+ "namespace": "app",
12
+ "position": {
13
+ "x": 0,
14
+ "y": 113.93783569335938
15
+ },
16
+ "queries": [],
17
+ "restPath": "/api/rest",
18
+ "restSecurity": {
19
+ "delete": "authenticated",
20
+ "get": "authenticated",
21
+ "post": "authenticated",
22
+ "put": "authenticated"
23
+ },
24
+ "runtimeClass": "cronos.widgets.joint.uml.Paper",
25
+ "size": {
26
+ "height": 0,
27
+ "width": 0
28
+ },
29
+ "type": "basic.Rect",
30
+ "visionLikePackage": false,
31
+ "z": 1
32
+ },
33
+ {
34
+ "angle": 0,
35
+ "attributes": [
36
+ "id:java.lang.Integer",
37
+ "type:java.lang.String",
38
+ "command:java.lang.String",
39
+ "date:java.sql.Timestamp",
40
+ "objectData:java.lang.StringBuffer",
41
+ "user:java.lang.String",
42
+ "host:java.lang.String",
43
+ "agent:java.lang.String",
44
+ "server:java.lang.String",
45
+ "affectedFields:java.lang.String",
46
+ "category:java.lang.String",
47
+ "application:java.lang.String",
48
+ "error:java.lang.String"
49
+ ],
50
+ "attrs": {
51
+ ".uml-class-attrs-rect": {
52
+ "fill": "#F0F0F0",
53
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
54
+ "height": 280,
55
+ "stroke": "#C2C2C2",
56
+ "transform": "translate(0,40)"
57
+ },
58
+ ".uml-class-attrs-text": {
59
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
60
+ "font-size": 11,
61
+ "text": "* id\ntype\ncommand\ndate\nobjectData\nuser\nhost\nagent\nserver\naffectedFields\ncategory\napplication\nerror\n"
62
+ },
63
+ ".uml-class-attrs-value": {
64
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
65
+ "font-size": 11,
66
+ "ref-x": 96,
67
+ "text": "Inteiro\nTexto\nTexto\nData e Hora com Fuso\nTexto Longo\nTexto\nTexto\nTexto\nTexto\nTexto\nTexto\nTexto\nTexto\n"
68
+ },
69
+ ".uml-class-methods-rect": {
70
+ "fill": "#F0F0F0",
71
+ "height": 20,
72
+ "stroke": "#C2C2C2",
73
+ "stroke-width": 1,
74
+ "transform": "translate(0,320)"
75
+ },
76
+ ".uml-class-methods-text": {
77
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
78
+ "font-size": 11,
79
+ "text": ""
80
+ },
81
+ ".uml-class-name-rect": {
82
+ "fill": "#F0F0F0",
83
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
84
+ "height": 40,
85
+ "stroke": "#C2C2C2",
86
+ "transform": "translate(0,0)"
87
+ },
88
+ ".uml-class-name-text": {
89
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
90
+ "text": "AuditLog"
91
+ },
92
+ "rect": {
93
+ "stroke": "yellow",
94
+ "stroke-width": 2
95
+ }
96
+ },
97
+ "audit": false,
98
+ "embeds": "",
99
+ "fields": [
100
+ {
101
+ "name": "id",
102
+ "type": "java.lang.Integer",
103
+ "dbName": "id",
104
+ "dbLength": "",
105
+ "dbPrecision": "",
106
+ "dbScale": "",
107
+ "dbDefaultValue": "",
108
+ "label": "Id",
109
+ "mask": "",
110
+ "isPrimaryKey": true,
111
+ "isUniqueKey": false,
112
+ "isNullable": false,
113
+ "pkType": "Identity",
114
+ "multitenantContext": "",
115
+ "jsonIgnore": false,
116
+ "isTransient": false,
117
+ "isInsertable": true,
118
+ "isUpdatable": true,
119
+ "isEncryption": false,
120
+ "referencedColumnName": "",
121
+ "isSearchable": false,
122
+ "sequence": "",
123
+ "isCascade": false,
124
+ "isVersion": false
125
+ },
126
+ {
127
+ "name": "type",
128
+ "type": "java.lang.String",
129
+ "dbName": "type",
130
+ "dbLength": "",
131
+ "dbPrecision": "",
132
+ "dbScale": "",
133
+ "dbDefaultValue": "",
134
+ "label": "{{\u0027Type\u0027 | translate}}",
135
+ "mask": "",
136
+ "isPrimaryKey": false,
137
+ "isUniqueKey": false,
138
+ "isNullable": false,
139
+ "pkType": "",
140
+ "multitenantContext": "",
141
+ "jsonIgnore": false,
142
+ "isTransient": false,
143
+ "isInsertable": true,
144
+ "isUpdatable": true,
145
+ "isEncryption": false,
146
+ "referencedColumnName": "",
147
+ "isSearchable": false,
148
+ "sequence": "",
149
+ "isCascade": false,
150
+ "isVersion": false
151
+ },
152
+ {
153
+ "name": "command",
154
+ "type": "java.lang.String",
155
+ "dbName": "command",
156
+ "dbLength": "",
157
+ "dbPrecision": "",
158
+ "dbScale": "",
159
+ "dbDefaultValue": "",
160
+ "label": "{{\u0027Command\u0027 | translate}}",
161
+ "mask": "",
162
+ "isPrimaryKey": false,
163
+ "isUniqueKey": false,
164
+ "isNullable": false,
165
+ "pkType": "",
166
+ "multitenantContext": "",
167
+ "jsonIgnore": false,
168
+ "isTransient": false,
169
+ "isInsertable": true,
170
+ "isUpdatable": true,
171
+ "isEncryption": false,
172
+ "referencedColumnName": "",
173
+ "isSearchable": false,
174
+ "sequence": "",
175
+ "isCascade": false,
176
+ "isVersion": false
177
+ },
178
+ {
179
+ "name": "date",
180
+ "type": "java.sql.Date",
181
+ "dbName": "dateCreated",
182
+ "dbLength": "",
183
+ "dbPrecision": "",
184
+ "dbScale": "",
185
+ "dbDefaultValue": "",
186
+ "label": "{{\u0027Date\u0027 | translate}}",
187
+ "mask": "",
188
+ "isPrimaryKey": false,
189
+ "isUniqueKey": false,
190
+ "isNullable": false,
191
+ "pkType": "",
192
+ "multitenantContext": "",
193
+ "jsonIgnore": false,
194
+ "isTransient": false,
195
+ "isInsertable": true,
196
+ "isUpdatable": true,
197
+ "isEncryption": false,
198
+ "referencedColumnName": "",
199
+ "isSearchable": false,
200
+ "sequence": "",
201
+ "isCascade": false,
202
+ "isVersion": false
203
+ },
204
+ {
205
+ "name": "objectData",
206
+ "type": "java.lang.StringBuffer",
207
+ "dbName": "objectData",
208
+ "dbLength": "",
209
+ "dbPrecision": "",
210
+ "dbScale": "",
211
+ "dbDefaultValue": "",
212
+ "label": "{{\u0027ObjectData\u0027 | translate}}",
213
+ "mask": "",
214
+ "isPrimaryKey": false,
215
+ "isUniqueKey": false,
216
+ "isNullable": true,
217
+ "pkType": "",
218
+ "multitenantContext": "",
219
+ "jsonIgnore": false,
220
+ "isTransient": false,
221
+ "isInsertable": true,
222
+ "isUpdatable": true,
223
+ "isEncryption": false,
224
+ "referencedColumnName": "",
225
+ "isSearchable": false,
226
+ "sequence": "",
227
+ "isCascade": false,
228
+ "isVersion": false
229
+ },
230
+ {
231
+ "name": "user",
232
+ "type": "java.lang.String",
233
+ "dbName": "userName",
234
+ "dbLength": "",
235
+ "dbPrecision": "",
236
+ "dbScale": "",
237
+ "dbDefaultValue": "",
238
+ "label": "{{\u0027User\u0027 | translate}}",
239
+ "mask": "",
240
+ "isPrimaryKey": false,
241
+ "isUniqueKey": false,
242
+ "isNullable": true,
243
+ "pkType": "",
244
+ "multitenantContext": "",
245
+ "jsonIgnore": false,
246
+ "isTransient": false,
247
+ "isInsertable": true,
248
+ "isUpdatable": true,
249
+ "isEncryption": false,
250
+ "referencedColumnName": "",
251
+ "isSearchable": false,
252
+ "sequence": "",
253
+ "isCascade": false,
254
+ "isVersion": false
255
+ },
256
+ {
257
+ "name": "host",
258
+ "type": "java.lang.String",
259
+ "dbName": "host",
260
+ "dbLength": "",
261
+ "dbPrecision": "",
262
+ "dbScale": "",
263
+ "dbDefaultValue": "",
264
+ "label": "Host",
265
+ "mask": "",
266
+ "isPrimaryKey": false,
267
+ "isUniqueKey": false,
268
+ "isNullable": true,
269
+ "pkType": "",
270
+ "multitenantContext": "",
271
+ "jsonIgnore": false,
272
+ "isTransient": false,
273
+ "isInsertable": true,
274
+ "isUpdatable": true,
275
+ "isEncryption": false,
276
+ "referencedColumnName": "",
277
+ "isSearchable": false,
278
+ "sequence": "",
279
+ "isCascade": false,
280
+ "isVersion": false
281
+ },
282
+ {
283
+ "name": "agent",
284
+ "type": "java.lang.String",
285
+ "dbName": "agent",
286
+ "dbLength": "",
287
+ "dbPrecision": "",
288
+ "dbScale": "",
289
+ "dbDefaultValue": "",
290
+ "label": "{{\u0027Agent\u0027 | translate}}",
291
+ "mask": "",
292
+ "isPrimaryKey": false,
293
+ "isUniqueKey": false,
294
+ "isNullable": true,
295
+ "pkType": "",
296
+ "multitenantContext": "",
297
+ "jsonIgnore": false,
298
+ "isTransient": false,
299
+ "isInsertable": true,
300
+ "isUpdatable": true,
301
+ "isEncryption": false,
302
+ "referencedColumnName": "",
303
+ "isSearchable": false,
304
+ "sequence": "",
305
+ "isCascade": false,
306
+ "isVersion": false
307
+ },
308
+ {
309
+ "name": "server",
310
+ "type": "java.lang.String",
311
+ "dbName": "server",
312
+ "dbLength": "",
313
+ "dbPrecision": "",
314
+ "dbScale": "",
315
+ "dbDefaultValue": "",
316
+ "label": "{{\u0027Server\u0027 | translate}}",
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
+ },
334
+ {
335
+ "name": "affectedFields",
336
+ "type": "java.lang.String",
337
+ "dbName": "affectedFields",
338
+ "dbLength": "",
339
+ "dbPrecision": "",
340
+ "dbScale": "",
341
+ "dbDefaultValue": "",
342
+ "label": "{{\u0027AffectedFields\u0027 | translate}}",
343
+ "mask": "",
344
+ "isPrimaryKey": false,
345
+ "isUniqueKey": false,
346
+ "isNullable": true,
347
+ "pkType": "",
348
+ "multitenantContext": "",
349
+ "jsonIgnore": false,
350
+ "isTransient": false,
351
+ "isInsertable": true,
352
+ "isUpdatable": true,
353
+ "isEncryption": false,
354
+ "referencedColumnName": "",
355
+ "isSearchable": false,
356
+ "sequence": "",
357
+ "isCascade": false,
358
+ "isVersion": false
359
+ },
360
+ {
361
+ "name": "category",
362
+ "type": "java.lang.String",
363
+ "dbName": "category",
364
+ "dbLength": "",
365
+ "dbPrecision": "",
366
+ "dbScale": "",
367
+ "dbDefaultValue": "",
368
+ "label": "{{\u0027Category\u0027 | translate}}",
369
+ "mask": "",
370
+ "isPrimaryKey": false,
371
+ "isUniqueKey": false,
372
+ "isNullable": true,
373
+ "pkType": "",
374
+ "multitenantContext": "",
375
+ "jsonIgnore": false,
376
+ "isTransient": false,
377
+ "isInsertable": true,
378
+ "isUpdatable": true,
379
+ "isEncryption": false,
380
+ "referencedColumnName": "",
381
+ "isSearchable": false,
382
+ "sequence": "",
383
+ "isCascade": false,
384
+ "isVersion": false
385
+ },
386
+ {
387
+ "name": "application",
388
+ "type": "java.lang.String",
389
+ "dbName": "application",
390
+ "dbLength": "",
391
+ "dbPrecision": "",
392
+ "dbScale": "",
393
+ "dbDefaultValue": "",
394
+ "label": "{{\u0027Application\u0027 | translate}}",
395
+ "mask": "",
396
+ "isPrimaryKey": false,
397
+ "isUniqueKey": false,
398
+ "isNullable": true,
399
+ "pkType": "",
400
+ "multitenantContext": "",
401
+ "jsonIgnore": false,
402
+ "isTransient": false,
403
+ "isInsertable": true,
404
+ "isUpdatable": true,
405
+ "isEncryption": false,
406
+ "referencedColumnName": "",
407
+ "isSearchable": false,
408
+ "sequence": "",
409
+ "isCascade": false,
410
+ "isVersion": false
411
+ },
412
+ {
413
+ "name": "error",
414
+ "type": "java.lang.String",
415
+ "dbName": "error",
416
+ "dbLength": "",
417
+ "dbPrecision": "",
418
+ "dbScale": "",
419
+ "dbDefaultValue": "",
420
+ "label": "{{\u0027Error\u0027 | translate}}",
421
+ "mask": "",
422
+ "isPrimaryKey": false,
423
+ "isUniqueKey": false,
424
+ "isNullable": true,
425
+ "pkType": "",
426
+ "multitenantContext": "",
427
+ "jsonIgnore": false,
428
+ "isTransient": false,
429
+ "isInsertable": true,
430
+ "isUpdatable": true,
431
+ "isEncryption": false,
432
+ "referencedColumnName": "",
433
+ "isSearchable": false,
434
+ "sequence": "",
435
+ "isCascade": false,
436
+ "isVersion": false
437
+ }
438
+ ],
439
+ "generateView": "Auto",
440
+ "id": "b194a533-61d6-4661-b9da-ff80ce2835f9",
441
+ "isRest": "true",
442
+ "methods": [],
443
+ "modelType": "Table",
444
+ "name": "AuditLog",
445
+ "position": {
446
+ "x": 296,
447
+ "y": 30
448
+ },
449
+ "queries": [],
450
+ "realName": "",
451
+ "restSecurity": {
452
+ "delete": "Administrators",
453
+ "get": "Administrators",
454
+ "post": "Administrators",
455
+ "put": "Administrators"
456
+ },
457
+ "role": "Class",
458
+ "runtimeClass": "cronos.widgets.joint.uml.Class",
459
+ "size": {
460
+ "height": 230,
461
+ "width": 225
462
+ },
463
+ "tableName": "AUDIT_LOG",
464
+ "type": "uml.Class",
465
+ "z": 14
466
+ },
467
+ {
468
+ "angle": 0,
469
+ "attributes": [
470
+ "id:java.lang.String",
471
+ "token:java.lang.String",
472
+ "platform:java.lang.String",
473
+ "model:java.lang.String",
474
+ "platformVersion:java.lang.String",
475
+ "appName:java.lang.String",
476
+ "appVersion:java.lang.String"
477
+ ],
478
+ "attrs": {
479
+ ".uml-class-attrs-rect": {
480
+ "height": 170,
481
+ "transform": "translate(0,50)"
482
+ },
483
+ ".uml-class-attrs-text": {
484
+ "font-size": 11,
485
+ "text": "id\ntoken\nplatform\nmodel\nplatformVersion\nappName\nappVersion\n"
486
+ },
487
+ ".uml-class-attrs-value": {
488
+ "font-size": 11,
489
+ "ref-x": 113,
490
+ "text": "Texto\nTexto\nTexto\nTexto\nTexto\nTexto\nTexto\n"
491
+ },
492
+ ".uml-class-methods-rect": {
493
+ "height": 30,
494
+ "transform": "translate(0,220)"
495
+ },
496
+ ".uml-class-methods-text": {
497
+ "fill": "#0066FF",
498
+ "font-size": 11,
499
+ "text": ""
500
+ },
501
+ ".uml-class-name-rect": {
502
+ "height": 50,
503
+ "transform": "translate(0,0)"
504
+ },
505
+ ".uml-class-name-text": {
506
+ "fill": "#000",
507
+ "font-size": 12,
508
+ "font-weight": "bold",
509
+ "text": "Device"
510
+ },
511
+ "rect": {
512
+ "stroke": "yellow",
513
+ "stroke-width": 2
514
+ }
515
+ },
516
+ "audit": false,
517
+ "fields": [
518
+ {
519
+ "name": "id",
520
+ "type": "java.lang.String",
521
+ "dbName": "id",
522
+ "dbLength": "",
523
+ "dbPrecision": "",
524
+ "dbScale": "",
525
+ "dbDefaultValue": "UUID.randomUUID().toString().toUpperCase()",
526
+ "label": "Id",
527
+ "mask": "",
528
+ "isPrimaryKey": true,
529
+ "isUniqueKey": false,
530
+ "isNullable": false,
531
+ "pkType": "UUID",
532
+ "multitenantContext": "",
533
+ "jsonIgnore": false,
534
+ "isTransient": false,
535
+ "isInsertable": true,
536
+ "isUpdatable": true,
537
+ "isEncryption": false,
538
+ "referencedColumnName": "",
539
+ "isSearchable": false,
540
+ "sequence": "",
541
+ "isCascade": false,
542
+ "isVersion": false
543
+ },
544
+ {
545
+ "name": "token",
546
+ "type": "java.lang.String",
547
+ "dbName": "token",
548
+ "dbLength": "",
549
+ "dbPrecision": "",
550
+ "dbScale": "",
551
+ "dbDefaultValue": "",
552
+ "label": "Token",
553
+ "mask": "",
554
+ "isPrimaryKey": false,
555
+ "isUniqueKey": false,
556
+ "isNullable": true,
557
+ "pkType": "",
558
+ "multitenantContext": "",
559
+ "jsonIgnore": false,
560
+ "isTransient": false,
561
+ "isInsertable": true,
562
+ "isUpdatable": true,
563
+ "isEncryption": false,
564
+ "referencedColumnName": "",
565
+ "isSearchable": false,
566
+ "sequence": "",
567
+ "isCascade": false,
568
+ "isVersion": false
569
+ },
570
+ {
571
+ "name": "platform",
572
+ "type": "java.lang.String",
573
+ "dbName": "platform",
574
+ "dbLength": "",
575
+ "dbPrecision": "",
576
+ "dbScale": "",
577
+ "dbDefaultValue": "",
578
+ "label": "Platform",
579
+ "mask": "",
580
+ "isPrimaryKey": false,
581
+ "isUniqueKey": false,
582
+ "isNullable": true,
583
+ "pkType": "",
584
+ "multitenantContext": "",
585
+ "jsonIgnore": false,
586
+ "isTransient": false,
587
+ "isInsertable": true,
588
+ "isUpdatable": true,
589
+ "isEncryption": false,
590
+ "referencedColumnName": "",
591
+ "isSearchable": false,
592
+ "sequence": "",
593
+ "isCascade": false,
594
+ "isVersion": false
595
+ },
596
+ {
597
+ "name": "model",
598
+ "type": "java.lang.String",
599
+ "dbName": "model",
600
+ "dbLength": "",
601
+ "dbPrecision": "",
602
+ "dbScale": "",
603
+ "dbDefaultValue": "",
604
+ "label": "Model",
605
+ "mask": "",
606
+ "isPrimaryKey": false,
607
+ "isUniqueKey": false,
608
+ "isNullable": true,
609
+ "pkType": "",
610
+ "multitenantContext": "",
611
+ "jsonIgnore": false,
612
+ "isTransient": false,
613
+ "isInsertable": true,
614
+ "isUpdatable": true,
615
+ "isEncryption": false,
616
+ "referencedColumnName": "",
617
+ "isSearchable": false,
618
+ "sequence": "",
619
+ "isCascade": false,
620
+ "isVersion": false
621
+ },
622
+ {
623
+ "name": "platformVersion",
624
+ "type": "java.lang.String",
625
+ "dbName": "platformVersion",
626
+ "dbLength": "",
627
+ "dbPrecision": "",
628
+ "dbScale": "",
629
+ "dbDefaultValue": "",
630
+ "label": "Platform Version",
631
+ "mask": "",
632
+ "isPrimaryKey": false,
633
+ "isUniqueKey": false,
634
+ "isNullable": true,
635
+ "pkType": "",
636
+ "multitenantContext": "",
637
+ "jsonIgnore": false,
638
+ "isTransient": false,
639
+ "isInsertable": true,
640
+ "isUpdatable": true,
641
+ "isEncryption": false,
642
+ "referencedColumnName": "",
643
+ "isSearchable": false,
644
+ "sequence": "",
645
+ "isCascade": false,
646
+ "isVersion": false
647
+ },
648
+ {
649
+ "name": "appName",
650
+ "type": "java.lang.String",
651
+ "dbName": "appName",
652
+ "dbLength": "",
653
+ "dbPrecision": "",
654
+ "dbScale": "",
655
+ "dbDefaultValue": "",
656
+ "label": "App Name",
657
+ "mask": "",
658
+ "isPrimaryKey": false,
659
+ "isUniqueKey": false,
660
+ "isNullable": true,
661
+ "pkType": "",
662
+ "multitenantContext": "",
663
+ "jsonIgnore": false,
664
+ "isTransient": false,
665
+ "isInsertable": true,
666
+ "isUpdatable": true,
667
+ "isEncryption": false,
668
+ "referencedColumnName": "",
669
+ "isSearchable": false,
670
+ "sequence": "",
671
+ "isCascade": false,
672
+ "isVersion": false
673
+ },
674
+ {
675
+ "name": "appVersion",
676
+ "type": "java.lang.String",
677
+ "dbName": "appVersion",
678
+ "dbLength": "",
679
+ "dbPrecision": "",
680
+ "dbScale": "",
681
+ "dbDefaultValue": "",
682
+ "label": "App Version",
683
+ "mask": "",
684
+ "isPrimaryKey": false,
685
+ "isUniqueKey": false,
686
+ "isNullable": true,
687
+ "pkType": "",
688
+ "multitenantContext": "",
689
+ "jsonIgnore": false,
690
+ "isTransient": false,
691
+ "isInsertable": true,
692
+ "isUpdatable": true,
693
+ "isEncryption": false,
694
+ "referencedColumnName": "",
695
+ "isSearchable": false,
696
+ "sequence": "",
697
+ "isCascade": false,
698
+ "isVersion": false
699
+ }
700
+ ],
701
+ "id": "d92238a3-a37d-4cc6-a543-d0687dc207cd",
702
+ "isRest": "true",
703
+ "methods": [],
704
+ "multitenantContext": "",
705
+ "multitenantContextIgnoreEntities": "",
706
+ "multitenantContextJsonIgnore": "false",
707
+ "name": "Device",
708
+ "position": {
709
+ "x": 50,
710
+ "y": 32.837833404541016
711
+ },
712
+ "queries": [],
713
+ "restPath": "",
714
+ "restSecurity": null,
715
+ "role": "Class",
716
+ "runtimeClass": "cronos.widgets.joint.uml.Class",
717
+ "size": {
718
+ "height": 162.20000457763672,
719
+ "width": 159
720
+ },
721
+ "tableName": "DEVICE",
722
+ "tableScheme": null,
723
+ "type": "uml.Class",
724
+ "z": 13
725
+ },
726
+ {
727
+ "angle": 0,
728
+ "attributes": [
729
+ "id:java.lang.String",
730
+ "expirationDate:java.sql.Timestamp"
731
+ ],
732
+ "attrs": {
733
+ ".uml-class-attrs-rect": {
734
+ "fill": "#F0F0F0",
735
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
736
+ "height": 60,
737
+ "stroke": "#C2C2C2",
738
+ "transform": "translate(0,40)"
739
+ },
740
+ ".uml-class-attrs-text": {
741
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
742
+ "font-size": 11,
743
+ "text": "* id\nexpirationDate\n"
744
+ },
745
+ ".uml-class-attrs-value": {
746
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
747
+ "font-size": 11,
748
+ "ref-x": 121,
749
+ "text": "Texto\nCarimbo de Data e Hora\n"
750
+ },
751
+ ".uml-class-methods-rect": {
752
+ "fill": "#F0F0F0",
753
+ "height": 20,
754
+ "stroke": "#C2C2C2",
755
+ "stroke-width": 1,
756
+ "transform": "translate(0,100)"
757
+ },
758
+ ".uml-class-methods-text": {
759
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
760
+ "font-size": 11,
761
+ "text": ""
762
+ },
763
+ ".uml-class-name-rect": {
764
+ "fill": "#F0F0F0",
765
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
766
+ "height": 40,
767
+ "stroke": "#C2C2C2",
768
+ "transform": "translate(0,0)"
769
+ },
770
+ ".uml-class-name-text": {
771
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
772
+ "text": "InvalidatedToken"
773
+ }
774
+ },
775
+ "audit": false,
776
+ "fields": [
777
+ {
778
+ "name": "id",
779
+ "type": "java.lang.String",
780
+ "dbName": "id",
781
+ "dbLength": "",
782
+ "dbPrecision": "",
783
+ "dbScale": "",
784
+ "dbDefaultValue": "UUID.randomUUID().toString().toUpperCase()",
785
+ "label": "{{\u0027Id\u0027 | translate}}",
786
+ "mask": "",
787
+ "isPrimaryKey": true,
788
+ "isUniqueKey": false,
789
+ "isNullable": false,
790
+ "pkType": "UUID",
791
+ "multitenantContext": "",
792
+ "jsonIgnore": false,
793
+ "isTransient": false,
794
+ "isInsertable": true,
795
+ "isUpdatable": true,
796
+ "isEncryption": false,
797
+ "passwordPolicy": "none",
798
+ "referencedColumnName": "",
799
+ "isSearchable": false,
800
+ "sequence": "",
801
+ "isCascade": false,
802
+ "isVersion": false,
803
+ "storageId": "",
804
+ "storageKey": "",
805
+ "storageType": "",
806
+ "storageSecret": "",
807
+ "foreignKeyName": "",
808
+ "joins": "",
809
+ "isIndex": false,
810
+ "useOuterJoin": false,
811
+ "regionAWS": ""
812
+ },
813
+ {
814
+ "name": "expirationDate",
815
+ "type": "java.sql.Timestamp",
816
+ "dbName": "expiration_date",
817
+ "dbLength": "",
818
+ "dbPrecision": "",
819
+ "dbScale": "",
820
+ "dbDefaultValue": "",
821
+ "label": "{{\u0027ExpirationDate\u0027 | translate}}",
822
+ "mask": "",
823
+ "isPrimaryKey": false,
824
+ "isUniqueKey": false,
825
+ "isNullable": true,
826
+ "pkType": "",
827
+ "multitenantContext": "",
828
+ "jsonIgnore": false,
829
+ "isTransient": false,
830
+ "isInsertable": true,
831
+ "isUpdatable": true,
832
+ "isEncryption": false,
833
+ "passwordPolicy": "none",
834
+ "referencedColumnName": "",
835
+ "isSearchable": false,
836
+ "sequence": "",
837
+ "isCascade": false,
838
+ "isVersion": false,
839
+ "storageId": "",
840
+ "storageKey": "",
841
+ "storageType": "",
842
+ "storageSecret": "",
843
+ "foreignKeyName": "",
844
+ "joins": "",
845
+ "isIndex": false,
846
+ "useOuterJoin": false,
847
+ "regionAWS": ""
848
+ }
849
+ ],
850
+ "generateView": "Auto",
851
+ "id": "79a9aae4-09b4-4f9a-8712-b78ad5a08e3e",
852
+ "isRest": "true",
853
+ "methods": [],
854
+ "modelType": "Table",
855
+ "name": "InvalidatedToken",
856
+ "position": {
857
+ "x": 1150,
858
+ "y": 566
859
+ },
860
+ "queries": [],
861
+ "realName": "",
862
+ "restSecurity": null,
863
+ "role": "Class",
864
+ "runtimeClass": "cronos.widgets.joint.uml.Class",
865
+ "size": {
866
+ "height": 120,
867
+ "width": 261
868
+ },
869
+ "swagger": false,
870
+ "tableName": "INVALIDATED_TOKEN",
871
+ "tableScheme": null,
872
+ "type": "uml.Class",
873
+ "usePhysicalNames": false,
874
+ "z": 24
875
+ },
876
+ {
877
+ "angle": 0,
878
+ "attributes": [
879
+ "id:java.lang.String",
880
+ "loginProvider:java.lang.String",
881
+ "providerDisplayName:java.lang.String",
882
+ "providerKey:java.lang.String"
883
+ ],
884
+ "attrs": {
885
+ ".uml-class-attrs-rect": {
886
+ "fill": "#F0F0F0",
887
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
888
+ "height": 100,
889
+ "stroke": "#C2C2C2",
890
+ "transform": "translate(0,40)"
891
+ },
892
+ ".uml-class-attrs-text": {
893
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
894
+ "font-size": 11,
895
+ "text": "* id\nloginProvider\nproviderDisplayName\nproviderKey\n"
896
+ },
897
+ ".uml-class-attrs-value": {
898
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
899
+ "font-size": 11,
900
+ "ref-x": 186,
901
+ "text": "Texto\nTexto\nTexto\nTexto\n"
902
+ },
903
+ ".uml-class-methods-rect": {
904
+ "fill": "#F0F0F0",
905
+ "height": 20,
906
+ "stroke": "#C2C2C2",
907
+ "stroke-width": 1,
908
+ "transform": "translate(0,140)"
909
+ },
910
+ ".uml-class-methods-text": {
911
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
912
+ "font-size": 11,
913
+ "text": ""
914
+ },
915
+ ".uml-class-name-rect": {
916
+ "fill": "#F0F0F0",
917
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
918
+ "height": 40,
919
+ "stroke": "#C2C2C2",
920
+ "transform": "translate(0,0)"
921
+ },
922
+ ".uml-class-name-text": {
923
+ "font-family": "\u0027Fira Sans\u0027, sans-serif",
924
+ "text": "Login"
925
+ },
926
+ "rect": {
927
+ "stroke": "yellow",
928
+ "stroke-width": 2
929
+ }
930
+ },
931
+ "audit": false,
932
+ "dbFieldNames": [
933
+ "id",
934
+ "login_provider",
935
+ "provider_display_name",
936
+ "provider_key",
937
+ "user_id"
938
+ ],
939
+ "dbLengths": [
940
+ 255,
941
+ 255,
942
+ 255,
943
+ 255,
944
+ 255
945
+ ],
946
+ "dbPrecisions": [
947
+ "",
948
+ "",
949
+ "",
950
+ "",
951
+ ""
952
+ ],
953
+ "dbScales": [
954
+ "",
955
+ "",
956
+ "",
957
+ "",
958
+ ""
959
+ ],
960
+ "fields": [
961
+ {
962
+ "name": "id",
963
+ "type": "java.lang.String",
964
+ "dbName": "id",
965
+ "dbLength": 255,
966
+ "dbPrecision": "",
967
+ "dbScale": "",
968
+ "dbDefaultValue": "",
969
+ "label": "{{\u0027Id\u0027 | translate}}",
970
+ "mask": "",
971
+ "isPrimaryKey": true,
972
+ "isUniqueKey": false,
973
+ "isNullable": false,
974
+ "pkType": "None",
975
+ "multitenantContext": "",
976
+ "jsonIgnore": false,
977
+ "isTransient": false,
978
+ "isInsertable": true,
979
+ "isUpdatable": true,
980
+ "isEncryption": false,
981
+ "referencedColumnName": "",
982
+ "isSearchable": false,
983
+ "sequence": "",
984
+ "isCascade": false
985
+ },
986
+ {
987
+ "name": "loginProvider",
988
+ "type": "java.lang.String",
989
+ "dbName": "login_provider",
990
+ "dbLength": 255,
991
+ "dbPrecision": "",
992
+ "dbScale": "",
993
+ "dbDefaultValue": "",
994
+ "label": "{{\u0027LoginProvider\u0027 | translate}}",
995
+ "mask": "",
996
+ "isPrimaryKey": false,
997
+ "isUniqueKey": false,
998
+ "isNullable": false,
999
+ "pkType": "",
1000
+ "multitenantContext": "",
1001
+ "jsonIgnore": false,
1002
+ "isTransient": false,
1003
+ "isInsertable": true,
1004
+ "isUpdatable": true,
1005
+ "isEncryption": false,
1006
+ "referencedColumnName": "",
1007
+ "isSearchable": false,
1008
+ "sequence": "",
1009
+ "isCascade": false
1010
+ },
1011
+ {
1012
+ "name": "providerDisplayName",
1013
+ "type": "java.lang.String",
1014
+ "dbName": "provider_display_name",
1015
+ "dbLength": 255,
1016
+ "dbPrecision": "",
1017
+ "dbScale": "",
1018
+ "dbDefaultValue": "",
1019
+ "label": "{{\u0027ProviderDisplayName\u0027 | translate}}",
1020
+ "mask": "",
1021
+ "isPrimaryKey": false,
1022
+ "isUniqueKey": false,
1023
+ "isNullable": false,
1024
+ "pkType": "",
1025
+ "multitenantContext": "",
1026
+ "jsonIgnore": false,
1027
+ "isTransient": false,
1028
+ "isInsertable": true,
1029
+ "isUpdatable": true,
1030
+ "isEncryption": false,
1031
+ "referencedColumnName": "",
1032
+ "isSearchable": false,
1033
+ "sequence": "",
1034
+ "isCascade": false
1035
+ },
1036
+ {
1037
+ "name": "providerKey",
1038
+ "type": "java.lang.String",
1039
+ "dbName": "provider_key",
1040
+ "dbLength": 255,
1041
+ "dbPrecision": "",
1042
+ "dbScale": "",
1043
+ "dbDefaultValue": "",
1044
+ "label": "{{\u0027ProviderKey\u0027 | translate}}",
1045
+ "mask": "",
1046
+ "isPrimaryKey": false,
1047
+ "isUniqueKey": false,
1048
+ "isNullable": false,
1049
+ "pkType": "",
1050
+ "multitenantContext": "",
1051
+ "jsonIgnore": false,
1052
+ "isTransient": false,
1053
+ "isInsertable": true,
1054
+ "isUpdatable": true,
1055
+ "isEncryption": false,
1056
+ "referencedColumnName": "",
1057
+ "isSearchable": false,
1058
+ "sequence": "",
1059
+ "isCascade": false
1060
+ }
1061
+ ],
1062
+ "id": "2016ad54-a0f9-4337-ad10-694a48f0435c",
1063
+ "isRest": "true",
1064
+ "keyTypes": [
1065
+ "None",
1066
+ "None",
1067
+ "None",
1068
+ "None",
1069
+ "None"
1070
+ ],
1071
+ "labels": [
1072
+ "Id",
1073
+ "Login Provider",
1074
+ "Provider Display Name",
1075
+ "Provider Key",
1076
+ "User"
1077
+ ],
1078
+ "methods": [],
1079
+ "modelType": "Table",
1080
+ "name": "Login",
1081
+ "nullables": [
1082
+ "id",
1083
+ "loginProvider",
1084
+ "providerDisplayName",
1085
+ "providerKey",
1086
+ "user"
1087
+ ],
1088
+ "position": {
1089
+ "x": 560,
1090
+ "y": 28
1091
+ },
1092
+ "primaryKeys": [
1093
+ "id"
1094
+ ],
1095
+ "queries": [],
1096
+ "requireds": [],
1097
+ "restSecurity": {
1098
+ "delete": "Administrators",
1099
+ "get": "Administrators",
1100
+ "post": "Administrators",
1101
+ "put": "Administrators"
1102
+ },
1103
+ "role": "Class",
1104
+ "runtimeClass": "cronos.widgets.joint.uml.Class",
1105
+ "sequences": [
1106
+ "",
1107
+ "",
1108
+ "",
1109
+ "",
1110
+ ""
1111
+ ],
1112
+ "size": {
1113
+ "height": 140,
1114
+ "width": 225
1115
+ },
1116
+ "tableName": "LOGIN",
1117
+ "type": "uml.Class",
1118
+ "uniqueKeys": [],
1119
+ "z": 2
1120
+ }
1121
+ ],
1122
+ "selectedGroup": "1d7f906f-a526-482d-aaf4-08d227ae8c18",
1123
+ "groups": [
1124
+ {
1125
+ "name": "",
1126
+ "id": "1d7f906f-a526-482d-aaf4-08d227ae8c18",
1127
+ "cells": [
1128
+ "2016ad54-a0f9-4337-ad10-694a48f0435c",
1129
+ "b194a533-61d6-4661-b9da-ff80ce2835f9",
1130
+ "d92238a3-a37d-4cc6-a543-d0687dc207cd"
1131
+ ],
1132
+ "groupPositions": [
1133
+ {
1134
+ "idCell": "b194a533-61d6-4661-b9da-ff80ce2835f9",
1135
+ "position": {
1136
+ "x": 296,
1137
+ "y": 30
1138
+ }
1139
+ },
1140
+ {
1141
+ "idCell": "2016ad54-a0f9-4337-ad10-694a48f0435c",
1142
+ "position": {
1143
+ "x": 560,
1144
+ "y": 28
1145
+ }
1146
+ }
1147
+ ]
1148
+ }
1149
+ ]
1150
+ }