Uses of Interface
org.nuxeo.ecm.platform.relations.api.Graph
-
-
Uses of Graph in org.nuxeo.ecm.platform.relations
Classes in org.nuxeo.ecm.platform.relations that implement Graph Modifier and Type Class Description class
CoreGraph
Relation graph implementation delegating to the core.Methods in org.nuxeo.ecm.platform.relations that return Graph Modifier and Type Method Description Graph
CoreGraphFactory. createGraph(GraphDescription graphDescription, CoreSession session)
-
Uses of Graph in org.nuxeo.ecm.platform.relations.api
Methods in org.nuxeo.ecm.platform.relations.api that return Graph Modifier and Type Method Description Graph
GraphFactory. createGraph(GraphDescription graphDescription, CoreSession session)
Creates an instance of the graph.Graph
RelationManager. getGraph(String name, CoreSession session)
Gets a registered graph by name.Graph
RelationManager. getGraphByName(String name)
Gets a registered graph by name.Graph
RelationManager. getTransientGraph(String type)
Gets a transient graph. -
Uses of Graph in org.nuxeo.ecm.platform.relations.io
Methods in org.nuxeo.ecm.platform.relations.io that return Graph Modifier and Type Method Description protected Graph
IORelationGraphHelper. createMemoryGraph()
Graph
IORelationGraphHelper. getGraph()
Methods in org.nuxeo.ecm.platform.relations.io with parameters of type Graph Modifier and Type Method Description protected List<Statement>
IORelationAdapter. getMatchingStatements(Graph graph, Resource resource)
-
Uses of Graph in org.nuxeo.ecm.platform.relations.jena
Classes in org.nuxeo.ecm.platform.relations.jena that implement Graph Modifier and Type Class Description class
JenaGraph
Jena plugin for NXRelations.Methods in org.nuxeo.ecm.platform.relations.jena that return Graph Modifier and Type Method Description Graph
JenaOrCoreGraphFactory. createGraph(GraphDescription graphDescription, CoreSession session)
-
Uses of Graph in org.nuxeo.ecm.platform.relations.services
Fields in org.nuxeo.ecm.platform.relations.services with type parameters of type Graph Modifier and Type Field Description Map<String,Graph>
RelationService. graphRegistry
Graph name -> graph instance.Methods in org.nuxeo.ecm.platform.relations.services that return Graph Modifier and Type Method Description Graph
RelationService. getGraph(String name, CoreSession session)
Graph
RelationService. getGraphByName(String name)
protected Graph
RelationService. getGraphFromRegistries(GraphDescription graphDescription, CoreSession session)
Gets the graph from the registries.Graph
RelationService. getTransientGraph(String type)
protected Graph
RelationService. newGraph(String className)
-