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 classCoreGraphRelation graph implementation delegating to the core.Methods in org.nuxeo.ecm.platform.relations that return Graph Modifier and Type Method Description GraphCoreGraphFactory. 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 GraphGraphFactory. createGraph(GraphDescription graphDescription, CoreSession session)Creates an instance of the graph.GraphRelationManager. getGraph(String name, CoreSession session)Gets a registered graph by name.GraphRelationManager. getGraphByName(String name)Gets a registered graph by name.GraphRelationManager. 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 GraphIORelationGraphHelper. createMemoryGraph()GraphIORelationGraphHelper. 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 classJenaGraphJena plugin for NXRelations.Methods in org.nuxeo.ecm.platform.relations.jena that return Graph Modifier and Type Method Description GraphJenaOrCoreGraphFactory. 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. graphRegistryGraph name -> graph instance.Methods in org.nuxeo.ecm.platform.relations.services that return Graph Modifier and Type Method Description GraphRelationService. getGraph(String name, CoreSession session)GraphRelationService. getGraphByName(String name)protected GraphRelationService. getGraphFromRegistries(GraphDescription graphDescription, CoreSession session)Gets the graph from the registries.GraphRelationService. getTransientGraph(String type)protected GraphRelationService. newGraph(String className)
-