Uses of Interface
org.nuxeo.ecm.platform.relations.api.GraphFactory
-
Packages that use GraphFactory Package Description org.nuxeo.ecm.platform.relations org.nuxeo.ecm.platform.relations.jena org.nuxeo.ecm.platform.relations.services -
-
Uses of GraphFactory in org.nuxeo.ecm.platform.relations
Classes in org.nuxeo.ecm.platform.relations that implement GraphFactory Modifier and Type Class Description class
CoreGraphFactory
Factory for CoreGraph. -
Uses of GraphFactory in org.nuxeo.ecm.platform.relations.jena
Classes in org.nuxeo.ecm.platform.relations.jena that implement GraphFactory Modifier and Type Class Description class
JenaOrCoreGraphFactory
A factory that detects if a Jena graph or a core graph should be used, and remembers it for future invocations. -
Uses of GraphFactory in org.nuxeo.ecm.platform.relations.services
Fields in org.nuxeo.ecm.platform.relations.services with type parameters of type GraphFactory Modifier and Type Field Description Map<String,GraphFactory>
RelationService. graphFactories
Graph name -> factory.
-