Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.relations.api.Graph

Packages that use Graph
org.nuxeo.ecm.platform.annotations.api   
org.nuxeo.ecm.platform.annotations.proxy   
org.nuxeo.ecm.platform.annotations.service   
org.nuxeo.ecm.platform.relations.api   
org.nuxeo.ecm.platform.relations.io   
org.nuxeo.ecm.platform.relations.jena   
org.nuxeo.ecm.platform.relations.services   
 

Uses of Graph in org.nuxeo.ecm.platform.annotations.api
 

Methods in org.nuxeo.ecm.platform.annotations.api that return Graph
 Graph AnnotationsService.getAnnotationGraph()
           
 Graph AnnotationImpl.getGraph()
           
 

Methods in org.nuxeo.ecm.platform.annotations.api with parameters of type Graph
 void AnnotationImpl.setGraph(Graph graph)
           
 

Uses of Graph in org.nuxeo.ecm.platform.annotations.proxy
 

Methods in org.nuxeo.ecm.platform.annotations.proxy that return Graph
 Graph AnnotationServiceProxy.getAnnotationGraph()
           
 

Uses of Graph in org.nuxeo.ecm.platform.annotations.service
 

Methods in org.nuxeo.ecm.platform.annotations.service that return Graph
 Graph AnnotationsServiceImpl.getAnnotationGraph()
           
 

Methods in org.nuxeo.ecm.platform.annotations.service with parameters of type Graph
 List<Annotation> AnnotationQuery.getAnnotationsForURIs(List<URI> uris, Graph graph)
           
 List<Annotation> AnnotationQuery.getAnnotationsForURIs(List<URI> uris, Graph graph, Map<String,String> filters)
           
 

Uses of Graph in org.nuxeo.ecm.platform.relations.api
 

Methods in org.nuxeo.ecm.platform.relations.api that return Graph
 Graph RelationManager.getGraphByName(String name)
          Gets a registered graph by name.
 Graph RelationManager.getTransientGraph(String type)
          Gets a transient graph.
 

Uses of Graph in org.nuxeo.ecm.platform.relations.io
 

Methods in org.nuxeo.ecm.platform.relations.io that return Graph
 Graph IORelationGraphHelper.getGraph()
           
 

Uses of Graph in org.nuxeo.ecm.platform.relations.jena
 

Classes in org.nuxeo.ecm.platform.relations.jena that implement Graph
 class JenaGraph
          Jena plugin for NXRelations.
 

Uses of Graph in org.nuxeo.ecm.platform.relations.services
 

Methods in org.nuxeo.ecm.platform.relations.services that return Graph
 Graph RelationService.getGraphByName(String name)
           
 Graph RelationService.getGraphByType(String graphType)
          Gets a graph given a name.
 Graph RelationService.getTransientGraph(String type)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.