Package org.nuxeo.ecm.platform.relations
Class CoreGraphFactory
- java.lang.Object
-
- org.nuxeo.ecm.platform.relations.CoreGraphFactory
-
- All Implemented Interfaces:
GraphFactory
public class CoreGraphFactory extends Object implements GraphFactory
Factory for CoreGraph.
-
-
Constructor Summary
Constructors Constructor Description CoreGraphFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphcreateGraph(GraphDescription graphDescription, CoreSession session)Creates an instance of the graph.
-
-
-
Method Detail
-
createGraph
public Graph createGraph(GraphDescription graphDescription, CoreSession session)
Description copied from interface:GraphFactoryCreates an instance of the graph.- Specified by:
createGraphin interfaceGraphFactory
-
-