Uses of Interface
org.nuxeo.ecm.platform.relations.api.GraphDescription
Package
Description
-
Uses of GraphDescription in org.nuxeo.ecm.platform.relations
Modifier and TypeMethodDescriptionCoreGraphFactory.createGraph
(GraphDescription graphDescription, CoreSession session) void
CoreGraph.setDescription
(GraphDescription graphDescription) -
Uses of GraphDescription in org.nuxeo.ecm.platform.relations.api
Modifier and TypeMethodDescriptionGraphFactory.createGraph
(GraphDescription graphDescription, CoreSession session) Creates an instance of the graph.void
Graph.setDescription
(GraphDescription graphDescription) Sets the graph description. -
Uses of GraphDescription in org.nuxeo.ecm.platform.relations.descriptors
-
Uses of GraphDescription in org.nuxeo.ecm.platform.relations.jena
Modifier and TypeMethodDescriptionJenaOrCoreGraphFactory.createGraph
(GraphDescription graphDescription, CoreSession session) void
JenaGraph.setDescription
(GraphDescription graphDescription) -
Uses of GraphDescription in org.nuxeo.ecm.platform.relations.services
Modifier and TypeFieldDescriptionprotected final Map<String,
GraphDescription> RelationService.graphDescriptions
Graph name -> descriptionModifier and TypeMethodDescriptionprotected Graph
RelationService.getGraphFromRegistries
(GraphDescription graphDescription, CoreSession session) Gets the graph from the registries.