-
Type: Sub-task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.7.2
-
Component/s: Automation
For people using Nuxeo Platform as a service, the logic may be to focus on Business Objects rather than on Documents.
Inside Nuxeo Platform, we have the Adapter system that allows to do a Mapping
DocumentModel => Business Object
From a remote client (ex: JS) using the services of Nuxeo Platform, it would make sense to be able to only manipulate the business objects :
- pull Business objects via Automation
- display / update the Business objects via a MVC framework
- push back modified object on the Nuxeo side
Ideally, we want to the automatically manage server side mapping :
pull : BusinessObject <----JSON---- DocumentModelAdapter <---- DocumentModel push : BusinessObject -----JSON---> DocumentModelAdapter ----> DocumentModel
- depends on
-
NXP-11942 Business objects operations should handle BO list in input
- Open
-
NXP-11809 Providing to Automation Client the access to SPI package in OSGi environment for adding marshaller
- Resolved
-
NXP-11816 Default constructor for business pojo is mandatory for jackson mapping
- Resolved
-
NXP-11817 Find another way to instantiate properly the document model adapter for business mapping
- Resolved
- is required by
-
NXP-20849 Fix BusinessCreateOperation document path
- Open