Nuxeo Enterprise Platform 5.4

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.ejb   
org.nuxeo.ecm.platform.annotations.proxy   
org.nuxeo.ecm.platform.annotations.service   
org.nuxeo.ecm.platform.relation.ejb   
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.ejb
 

Methods in org.nuxeo.ecm.platform.annotations.ejb that return Graph
 Graph AnnotationServiceBean.getAnnotationGraph()
           
 

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
 java.util.List<Annotation> AnnotationQuery.getAnnotationsForURIs(java.util.List<java.net.URI> uris, Graph graph)
           
 java.util.List<Annotation> AnnotationQuery.getAnnotationsForURIs(java.util.List<java.net.URI> uris, Graph graph, java.util.Map<java.lang.String,java.lang.String> filters)
           
 

Uses of Graph in org.nuxeo.ecm.platform.relation.ejb
 

Methods in org.nuxeo.ecm.platform.relation.ejb that return Graph
 Graph RelationManagerBean.getGraphByName(java.lang.String name)
           
 Graph RelationManagerBean.getTransientGraph(java.lang.String type)
           
 

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

Methods in org.nuxeo.ecm.platform.relations.api that return Graph
 Graph RelationManager.getGraphByName(java.lang.String name)
          Gets a registered graph by name.
 Graph RelationManager.getTransientGraph(java.lang.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(java.lang.String name)
           
 Graph RelationService.getGraphByType(java.lang.String graphType)
          Gets a graph given a name.
 Graph RelationService.getTransientGraph(java.lang.String type)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.