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) voidCoreGraph.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.voidGraph.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.services
Fields in org.nuxeo.ecm.platform.relations.services with type parameters of type GraphDescriptionModifier and TypeFieldDescriptionprotected final Map<String, GraphDescription> RelationService.graphDescriptionsGraph name -> descriptionMethods in org.nuxeo.ecm.platform.relations.services with parameters of type GraphDescriptionModifier and TypeMethodDescriptionprotected GraphRelationService.getGraphFromRegistries(GraphDescription graphDescription, CoreSession session) Gets the graph from the registries.