Uses of Interface
org.nuxeo.ecm.platform.relations.api.GraphDescription
-
-
Uses of GraphDescription in org.nuxeo.ecm.platform.relations
Methods in org.nuxeo.ecm.platform.relations with parameters of type GraphDescription Modifier and Type Method Description Graph
CoreGraphFactory. 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 GraphDescription Modifier and Type Method Description Graph
GraphFactory. 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 Modifier and Type Class Description class
GraphDescriptor
Graph descriptor. -
Uses of GraphDescription in org.nuxeo.ecm.platform.relations.jena
Methods in org.nuxeo.ecm.platform.relations.jena with parameters of type GraphDescription Modifier and Type Method Description Graph
JenaOrCoreGraphFactory. 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 GraphDescription Modifier and Type Field Description protected Map<String,GraphDescription>
RelationService. graphDescriptions
Graph name -> descriptionMethods in org.nuxeo.ecm.platform.relations.services with parameters of type GraphDescription Modifier and Type Method Description protected Graph
RelationService. getGraphFromRegistries(GraphDescription graphDescription, CoreSession session)
Gets the graph from the registries.
-