Commit Graph

110 Commits

Author SHA1 Message Date
Luca Frosini 836d66bec4 Fixed tests root class 2022-07-25 11:21:27 +02:00
Luca Frosini 85ed707f44 Removed force URL in factory 2022-07-25 11:07:32 +02:00
Luca Frosini d3d92cbbf7 Added missing @Override annotations 2022-07-21 17:04:00 +02:00
Luca Frosini c63dc4c4c8 The parameters hierarchicalMode and includeContextsInHeader are now
instance based
2022-07-21 16:55:22 +02:00
Luca Frosini 3b06356a26 Reorganized query and path parameters constants 2022-07-20 12:09:20 +02:00
Luca Frosini f115e9b4b9 Removed uneeded parameters 2022-07-19 14:04:26 +02:00
Luca Frosini ec50b30abc Removed uneeded parameters 2022-07-18 16:34:56 +02:00
Luca Frosini b3c254161c ignored ini file 2022-07-18 15:48:48 +02:00
Luca Frosini 5744607834 Set log to trace 2022-07-15 10:26:00 +02:00
Luca Frosini 9a856a68f8 Using the right query parameter 2022-07-14 15:51:24 +02:00
Luca Frosini 8a4a70673c Added example used in wiki in tests 2022-02-09 15:15:00 +01:00
Luca Frosini 4d2f87e83c Added missing APIs and aligned API names 2022-02-09 13:20:48 +01:00
Luca Frosini 8ead38f561 Refactoring due to package renaming in resource-regsitry-api 2022-02-01 16:46:03 +01:00
Luca Frosini e907c029f9 Added support for context names included in header among UUIDs refs
#22090
2021-10-28 11:19:50 +02:00
Luca Frosini 57d0a5dbc4 Fixed import due to packages renaming 2021-10-25 11:38:58 +02:00
Luca Frosini 5914112a5f Fixed import due to package renaming 2021-10-25 10:59:44 +02:00
Luca Frosini 11a79f3724 Moved Direction in ISModel 2021-10-15 17:29:30 +02:00
Luca Frosini 1c40bf3515 Aligned APIs refs #22011 2021-09-15 11:45:05 +02:00
Luca Frosini f9a2a599d9 Aligned APIs with the rr-publisher APIs 2021-09-14 16:34:20 +02:00
Luca Frosini ac1f23c36e Added the examples of the wiki page
https://gcube.wiki.gcube-system.org/gcube/Resource_Registry_Service_-_Query_&_Access
2021-07-07 19:39:33 +02:00
Luca Frosini 9909a87644 Improving client 2021-07-07 17:35:49 +02:00
Luca Frosini 4cb760f4c3 Added a _ prefix for query parameters to avoid constraint clashes 2021-07-07 11:24:40 +02:00
Luca Frosini 79f4fe330b Reordered methods 2021-07-05 17:32:29 +02:00
Luca Frosini 58b1c9881a fixed javadoc 2020-12-23 14:39:03 +01:00
Luca Frosini e0de1dfabb Fixed factory 2020-11-24 19:07:18 +01:00
Luca Frosini fa0e18b580 Added getInstanceContexts() 2020-11-11 14:18:12 +01:00
Luca Frosini d822121adf Added support to request contexts uuids in instances header #20012 2020-11-09 15:47:59 +01:00
Luca Frosini 3aff1841fb Improved test 2020-11-04 19:26:15 +01:00
Luca Frosini 9ae0a2a522 Added contexts tests 2020-11-04 19:15:49 +01:00
Luca Frosini 5477715aa1 Upgraded version 2020-11-04 17:38:09 +01:00
Luca Frosini d651f8251e Using ContextCache to get context representation 2020-11-04 16:23:06 +01:00
Luca Frosini 3ea46fbac1 Rationalised code 2020-11-03 16:29:44 +01:00
Luca Frosini 7dc12a9d3c Added the possibility to specify Hierarchical Mode 2020-10-29 16:54:24 +01:00
Luca Frosini 740212fbb7 Set Enum values uppercase 2020-10-01 14:40:36 +02:00
Luca Frosini de6612ceeb Switching to gcube-jackson 2020-07-07 17:04:40 +02:00
Luca Frosini ee6da1b057 Fixing tests 2020-02-05 16:16:38 +01:00
Luca Frosini c4e47f7430 Fixed tests 2020-02-04 10:54:23 +01:00
Luca Frosini 29f19acae8 Ignored files 2020-02-04 10:52:27 +01:00
Luca Frosini ae8f97d6b2 TypeBinder has been renamed to TypeMapper 2020-02-04 09:31:11 +01:00
Luca Frosini 6099342f0c Fixed imports and class name due to IS Model refactoring 2020-02-03 10:52:24 +01:00
Luca Frosini 8ec403f47d 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:04:34 +01:00
Luca Frosini 7cbe6bf198 Fixed import due to Header package refactor 2020-01-20 10:30:37 +01:00
Luca Frosini 1146efbc14 Fixed imports and code to comply with IsIdentifiedBy relation which has
been moved from IS Model to gCube Model
2019-12-05 12:13:45 +01:00
Luca Frosini 99ab60916f Aligned APIs with IS model refactoring 2019-11-05 18:46:52 +01:00
Luca Frosini 43eb9df53a Fixing client due to model redesign 2019-10-30 09:58:03 +01:00
Luca Frosini 8a1c8170cb Fixing imports and code to be aligned with model reorganization 2019-10-25 17:45:39 +02:00
Luca Frosini fc898763a7 Fixing tests
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-client@177106 82a268e6-3cf1-43bd-a215-b396298e98cf
2019-02-13 11:29:22 +00:00
Luca Frosini 2f72bf1a1f Fixed request headers
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-client@177011 82a268e6-3cf1-43bd-a215-b396298e98cf
2019-02-06 11:03:35 +00:00
Luca Frosini 469ba11541 Reorganized gCube Model packages
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-client@177008 82a268e6-3cf1-43bd-a215-b396298e98cf
2019-02-06 09:18:06 +00:00
Luca Frosini 550d32cb10 Refactored due to IS Model Packages Reorganization
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-client@177007 82a268e6-3cf1-43bd-a215-b396298e98cf
2019-02-06 09:14:05 +00:00