Uses of Interface
org.nuxeo.ecm.platform.relations.api.GraphDescription
Packages that use GraphDescription
Package
Description
-
Uses of GraphDescription in org.nuxeo.ecm.platform.relations
Methods in org.nuxeo.ecm.platform.relations with parameters of type GraphDescriptionModifier and TypeMethodDescriptionCoreGraphFactory.createGraph
(GraphDescription graphDescription, CoreSession session) void
CoreGraph.setDescription
(GraphDescription graphDescription) -
Uses of GraphDescription in org.nuxeo.ecm.platform.relations.api
Methods in org.nuxeo.ecm.platform.relations.api with parameters of type GraphDescriptionModifier 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
Classes in org.nuxeo.ecm.platform.relations.descriptors that implement GraphDescription -
Uses of GraphDescription in org.nuxeo.ecm.platform.relations.jena
Methods in org.nuxeo.ecm.platform.relations.jena with parameters of type GraphDescriptionModifier and TypeMethodDescriptionJenaOrCoreGraphFactory.createGraph
(GraphDescription graphDescription, CoreSession session) void
JenaGraph.setDescription
(GraphDescription graphDescription) -
Uses of GraphDescription in org.nuxeo.ecm.platform.relations.services
Fields in org.nuxeo.ecm.platform.relations.services with type parameters of type GraphDescriptionModifier and TypeFieldDescriptionprotected final Map<String,
GraphDescription> RelationService.graphDescriptions
Graph name -> descriptionMethods in org.nuxeo.ecm.platform.relations.services with parameters of type GraphDescriptionModifier and TypeMethodDescriptionprotected Graph
RelationService.getGraphFromRegistries
(GraphDescription graphDescription, CoreSession session) Gets the graph from the registries.