Changes between Version 3 and Version 4 of MolgenisFile
- Timestamp:
- 2011-01-20T18:15:08+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MolgenisFile
v3 v4 58 58 59 59 Developers can extend upon the MolgenisFile definition and handlers to tailor projects their specific needs, while keeping the field + XREF construction for the end users. There does not have to be a conflict with the current implementation :) 60 61 > MS: I want to have a more backward compatible and flexible method. Proposal: make the 'complex' file build on top of the 'field' file: 62 63 {{{ 64 <entity name="MolgenisFile" abstract="false" implements="Nameable" decorator="decorators.MolgenisFileDecorator"> 65 <field name="Extension" nillable="false" length="8" /> 66 <field name="File" type="file"/> 67 </entity> 68 69 }}} 70 60 71 61 72 == Technical ==