[
https://jira.nuxeo.com/browse/NXP-7962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Florent Guillaume updated NXP-7962:
-----------------------------------
Impact type: [API added]
Upgrade notes:
To use the new graph type, define your graph like:
<extension target="org.nuxeo.ecm.platform.relations.services.RelationService"
point="graphs">
<graph name="myrelations" type="core">
<option name="doctype">DefaultRelation</option>
</graph>
</extension>
The doctype defines what is used to store the relation objects for this graph.
DefaultRelation is available by default.
Two graphs may use the same doctype, which means that they can see each other's
relations, so should probably filter on the predicate when searching them.
> Relation Graph based on VCS storage
> -----------------------------------
>
> Key: NXP-7962
> URL: https://jira.nuxeo.com/browse/NXP-7962
> Project: Nuxeo Enterprise Platform
> Issue Type: Sub-task
> Components: Core SQL Storage, Relations
> Reporter: Florent Guillaume
> Assignee: Florent Guillaume
> Priority: Major
> Fix For: 5.5
>
>
> This core graph stores relation in subtypes of the {{Relation}} doctype.
> The {{relation}} schema is extended with more info to allow for relations
> pointing to other things that doc ids:
> - predicate
> - sourceUri
> - targetUri
> - targetString
--
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