Commit Graph

251 Commits

Author SHA1 Message Date
Luca Frosini fe31ce5f25 Fixed Type Mapper Name 2020-02-04 09:30:19 +01:00
Luca Frosini 8c020591eb Fixed descriptions 2020-02-03 11:24:55 +01:00
Luca Frosini df060fd912 Removed uneeded interface 2020-02-03 10:57:41 +01:00
Luca Frosini 0709706ddc Fixing model 2020-02-03 10:51:29 +01:00
Luca Frosini 05d6f6796d Reorganized model as following
Element
 - EntityElement
   - Entity
     - Resource
     - Facet
   - Context
   - EntityType
     - ResourceType (3 lists of PropertyDefinition, LinkedFacet, LinkedResource)
     - FacetType (1 list of PropertyDefinition)
 - RelationElement
   - Relation
     - IsRelatedTo
     - ConsistsOf
   - IsParentOf
   - RelationType
     - IsRelatedTo (1 list of PropertyDefinition)
     - ConsistsOf (1 list of PropertyDefinition)
 - PropertyElement
   - Property
     - Header
     - PropagationConstraint
     - Encrypted
   - PropertyType (1 list of PropertyDefinition)
     - PropertyDefinition
     - LinkedEntity
       - LinkedFacet
       - LinkedResource
2020-01-30 11:01:36 +01:00
Luca Frosini 4bf95bc2ea Fixed compiling error 2020-01-29 16:33:51 +01:00
Luca Frosini 7899526d65 Ignored files 2020-01-28 10:40:46 +01:00
Luca Frosini 62fff336de Fixed tests 2020-01-28 10:38:36 +01:00
Luca Frosini c289601f6f Fixed type definition 2020-01-23 17:14:44 +01:00
Luca Frosini 1421a53b52 Moved Header in model 2020-01-20 10:24:55 +01:00
Luca Frosini 1e84cd6607 Adding support for Resource schema definition 2020-01-17 17:03:33 +01:00
Luca Frosini 6e73f54de5 Added default constructor, required for jackson 2020-01-16 16:56:03 +01:00
Luca Frosini 006cfb03e4 Added Specific class to define a Resource 2020-01-16 16:48:08 +01:00
Luca Frosini f5f69bc6a6 Added Resource to Resource schema definition 2020-01-16 14:00:34 +01:00
Luca Frosini 6162719723 Adding the possibility to define Resource Schema refs #18213 2020-01-15 17:01:00 +01:00
Luca Frosini 6a3688cc89 Adding the possibility to define the Resource Schema refs #18213 2020-01-15 11:55:39 +01:00
Luca Frosini eb62faa7a9 Removed restriction annotation which is not required with Open JDK 2019-12-13 10:18:52 +01:00
Luca Frosini d9205712bb Fixed ignore file and removed IDE files 2019-12-13 10:18:27 +01:00
Luca Frosini 451b4a3ac5 Removed and ignored eclipse project files 2019-12-10 11:24:17 +01:00
Luca Frosini 7883dfc162 Fixing compilation warning 2019-12-05 17:16:56 +01:00
Luca Frosini 9bfabbb5d0 Remvoed distro directory. Fixed pom 2019-12-05 16:51:00 +01:00
Luca Frosini 7e7a6d8687 Removed overriding of dependency version which is declared in bom 2019-12-05 12:00:15 +01:00
Luca Frosini 07c7d7e1a9 Fixing bom import order 2019-12-05 11:17:34 +01:00
Luca Frosini 3eb417a2a9 Added annotations to allow to define the Resource Schema refs #18213 2019-12-05 11:12:31 +01:00
Luca Frosini 8c34a8363a Fixing bom versions 2019-12-05 11:11:37 +01:00
Luca Frosini 1a641cc953 IsIdentifiedBy has been moved in gCube Model 2019-12-05 11:10:46 +01:00
Luca Frosini aefa8342f5 Adding support to specify a key for a Facet refs #18214 2019-12-05 11:09:18 +01:00
Luca Frosini 22abc6ebfc Fixed type definition 2019-11-08 18:15:42 +01:00
Luca Frosini a17e5f7b4b Fixing details 2019-11-08 12:29:05 +01:00
Luca Frosini f4276a67a5 Formatted code 2019-11-05 18:44:01 +01:00
Luca Frosini e6d16dd583 Fixed the implementation due to interface changes 2019-11-05 18:43:49 +01:00
Luca Frosini 9eda896937 Any type definition must have Header hence it extedns ER in place of
ISManageable
2019-11-05 18:43:04 +01:00
Luca Frosini 2c3fb5a55f Added test 2019-11-05 18:42:25 +01:00
Luca Frosini 714ec5dcae Added Header. It is the only property must have the Header so we can
monitor when the class has been created/modified and who did it
2019-11-05 18:42:02 +01:00
Luca Frosini 770155d5c5 Fixing model 2019-11-04 18:06:46 +01:00
Luca Frosini a58eec0cb3 Fixed model 2019-10-30 12:43:16 +01:00
Luca Frosini 6f15a1d7dc Fixing model redesign 2019-10-30 09:57:14 +01:00
Luca Frosini fe15bea3de Fixed constructor 2019-10-28 17:37:19 +01:00
Luca Frosini 45beeff1ef Fixing json serialization/deserialization issues 2019-10-28 17:36:09 +01:00
Luca Frosini d69f0435bc Fixing imports and code to be aligned with model reorganization 2019-10-25 17:46:13 +02:00
Luca Frosini d77456ad98 Fixing model redefintion 2019-10-24 19:50:43 +02:00
Luca Frosini 7760440f6b Removed uneeded import 2019-10-24 15:03:41 +02:00
Luca Frosini 6df4a0f5c4 Finalising reorganization 2019-10-24 15:03:14 +02:00
Luca Frosini 108046c4a1 Reorganizing packages 2019-10-24 11:57:21 +02:00
Luca Frosini a9a1ab83ce Reorganizing model 2019-10-24 11:26:49 +02:00
Luca Frosini fa2e3d5983 Creating TypeDefinition and PropertyDefinition as types which can be
managed in IS
2019-10-23 18:19:55 +02:00
Luca Frosini eaa4f82841 Context and ISParentOf cannot be subclassed 2019-10-23 16:57:40 +02:00
Luca Frosini 408cfb9686 Adding and additional level to allow to define TypeDefinition and
PropertyDefinition
2019-10-23 16:55:48 +02:00
Luca Frosini 7f8d784cae Trying to reorganize model to have a more clear view 2019-10-23 15:40:52 +02:00
Luca Frosini 63c7f60666 Renamed ENUM constant from old name EMBEDDED to the new one PROPERTY 2019-10-16 12:40:28 +02:00