Red Hat Bugzilla – Bug 1041397
Add primitive types support for data object properties
Last modified: 2014-08-06 16:02:10 EDT
It was defined that data modeller should support the use of primitive types to define/generate/read data object properties as well as the associated java.lang class. In order to implement this the list of available types for an object property will be augmented with the primitive types. The type selection list should look something like this: BigDecimal <-- First: Java base types. (idem now) BigInteger ... ... Short org.test.Pojo1 <-- Second: Objects defined in this model. (idem now) org.test.Pojo2 ext- org.test.externalClass1 <-- Third: Object that can be references due to dependencies (idem now) ext- org.test.externalClass2 ---- short <-- At the end, the list of primitive types will be included. int long float double byte boolean
This can be added for 6.0.1 to provide increased type support.
*** Bug 1064858 has been marked as a duplicate of this bug. ***
ACKing based on customer demand. This will require additional tests.
The following commits implements the primitive types suppport as scpecified above at datamodeller level: master URL: http://github.com/droolsjbpm/kie-wb-common/commit/3919f15da 6.0.x URL: http://github.com/droolsjbpm/kie-wb-common/commit/a0a4fe195
Implemented at the form modeller level in the following commits: master: http://github.com/droolsjbpm/jbpm-form-modeler/commit/14edd8777 6.0.x : http://github.com/droolsjbpm/jbpm-form-modeler/commit/d0789d79a