make input/output operation types being pluggable 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


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