Uses of Interface
org.nuxeo.ecm.platform.relations.api.Graph
Package
Description
-
Uses of Graph in org.nuxeo.ecm.platform.relations
Modifier and TypeClassDescriptionclass
Relation graph implementation delegating to the core.Modifier and TypeMethodDescriptionCoreGraphFactory.createGraph
(GraphDescription graphDescription, CoreSession session) -
Uses of Graph in org.nuxeo.ecm.platform.relations.api
Modifier and TypeMethodDescriptionGraphFactory.createGraph
(GraphDescription graphDescription, CoreSession session) Creates an instance of the graph.RelationManager.getGraph
(String name, CoreSession session) Gets a registered graph by name.RelationManager.getGraphByName
(String name) Gets a registered graph by name.RelationManager.getTransientGraph
(String type) Gets a transient graph. -
Uses of Graph in org.nuxeo.ecm.platform.relations.io
Modifier and TypeMethodDescriptionprotected Graph
IORelationGraphHelper.createMemoryGraph()
IORelationGraphHelper.getGraph()
Modifier and TypeMethodDescriptionIORelationAdapter.getMatchingStatements
(Graph graph, Resource resource) -
Uses of Graph in org.nuxeo.ecm.platform.relations.jena
Modifier and TypeMethodDescriptionJenaOrCoreGraphFactory.createGraph
(GraphDescription graphDescription, CoreSession session) -
Uses of Graph in org.nuxeo.ecm.platform.relations.services
Modifier and TypeMethodDescriptionRelationService.getGraph
(String name, CoreSession session) RelationService.getGraphByName
(String name) protected Graph
RelationService.getGraphFromRegistries
(GraphDescription graphDescription, CoreSession session) Gets the graph from the registries.RelationService.getTransientGraph
(String type) protected Graph