[ 
https://jira.nuxeo.com/browse/NXP-7963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Florent Guillaume updated NXP-7963:
-----------------------------------

      Impact type: [ Configuration format change]
    Upgrade notes: 
When registering a new graph type (which user code will never do), instead of 
just doing:
  <graphtype name="mytype" class="org.example.graph.MyGraph" />
You can also do:
  <graphtype name="mytype" class="org.example.graph.MyGraphFactory" />
where the factory implements org.nuxeo.ecm.platform.relations.api.GraphFactory.


> Factories for relation graph types
> ----------------------------------
>
>                 Key: NXP-7963
>                 URL: https://jira.nuxeo.com/browse/NXP-7963
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Sub-task
>          Components: Relations
>            Reporter: Florent Guillaume
>            Assignee: Florent Guillaume
>             Fix For: 5.5
>
>
> Today relation graph types are configured using the class of the graph itself.
> It should be possible to use a factory in order to have more logic to decide 
> what graph to instantiate.

--
This message is automatically generated by JIRA.
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