Extension point graphtypes
Documentation
The definition of new graph types. Example:
<graphtype class="org.example.graph.MyGraph" name="mytype"/>
The class can be an implementation of either org.nuxeo.ecm.platform.relations.api.Graph or org.nuxeo.ecm.platform.relations.api.GraphFactory.
The standard graph type "core" is defined by default.
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="graphtypes" target="org.nuxeo.ecm.platform.relations.services.RelationService"> <graphtype class="org.nuxeo.ecm.platform.relations.jena.JenaGraph" name="jena"/> <graphtype class="org.nuxeo.ecm.platform.relations.jena.JenaOrCoreGraphFactory" name="jena-or-core"/> </extension>
-
<extension point="graphtypes" target="org.nuxeo.ecm.platform.relations.services.RelationService"> <graphtype class="org.nuxeo.ecm.platform.relations.CoreGraphFactory" name="core"/> </extension>