[ 
https://jira.nuxeo.com/browse/NXP-6653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=91849#action_91849
 ] 

Stéphane Lacoin commented on NXP-6653:
--------------------------------------

http://hg.nuxeo.org/nuxeo/nuxeo-features/rev/8cc210a7e1a5

> make input/output operation types being plug-able in automation
> ---------------------------------------------------------------
>
>                 Key: NXP-6653
>                 URL: https://jira.nuxeo.com/browse/NXP-6653
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>          Components: Automation
>    Affects Versions: 5.4.1
>            Reporter: Stéphane Lacoin
>            Assignee: Stéphane Lacoin
>             Fix For: 5.4.2
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> In automation client and server, we need a way for plugging new types of 
> input/output. This will be achieved by contributing custom POJO marshallers 
> in client and server framework. 
> Marshallers will be referenced in json content by using a type name. A 
> typical input content will be :
> {"input":"myobject:{\"message\": \"hello world\"}","params":{},"context":{}}
> and output content :
> {
>   "entity-type": "myobject",
>   "message": "hello world"
> }
> Also, we want to be able to use references instead of inline content in input.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to