Nuxeo Enterprise Platform 5.4

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

Packages that use Statement
org.nuxeo.ecm.platform.annotations.api   
org.nuxeo.ecm.platform.relation.ejb   
org.nuxeo.ecm.platform.relations.api   
org.nuxeo.ecm.platform.relations.api.impl   
org.nuxeo.ecm.platform.relations.api.util   
org.nuxeo.ecm.platform.relations.io   
org.nuxeo.ecm.platform.relations.jena   
org.nuxeo.ecm.platform.relations.services   
org.nuxeo.ecm.platform.relations.web   
 

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

Methods in org.nuxeo.ecm.platform.annotations.api that return types with arguments of type Statement
 java.util.List<Statement> AnnotationImpl.getStatements()
           
 java.util.List<Statement> Annotation.getStatements()
           
 

Methods in org.nuxeo.ecm.platform.annotations.api with parameters of type Statement
 void AnnotationImpl.setAnnotates(Statement statement)
           
 void Annotation.setAnnotates(Statement statement)
           
 void AnnotationImpl.setBody(Statement body)
           
 void Annotation.setBody(Statement body)
           
 void AnnotationImpl.setContext(Statement context)
           
 void Annotation.setContext(Statement statement)
           
 

Method parameters in org.nuxeo.ecm.platform.annotations.api with type arguments of type Statement
 Annotation AnnotationManager.getAnnotation(java.util.List<Statement> statements)
           
 void AnnotationImpl.setStatements(java.util.List<Statement> statements)
           
 void Annotation.setStatements(java.util.List<Statement> annotationStatements)
           
 

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

Methods in org.nuxeo.ecm.platform.relation.ejb that return types with arguments of type Statement
 java.util.List<Statement> RelationManagerBean.getStatements(java.lang.String graphName)
           
 java.util.List<Statement> RelationManagerBean.getStatements(java.lang.String graphName, Statement statement)
           
 

Methods in org.nuxeo.ecm.platform.relation.ejb with parameters of type Statement
 java.util.List<Statement> RelationManagerBean.getStatements(java.lang.String graphName, Statement statement)
           
 boolean RelationManagerBean.hasStatement(java.lang.String graphName, Statement statement)
           
 

Method parameters in org.nuxeo.ecm.platform.relation.ejb with type arguments of type Statement
 void RelationManagerBean.add(java.lang.String graphName, java.util.List<Statement> statements)
           
 void RelationManagerBean.remove(java.lang.String graphName, java.util.List<Statement> statements)
           
 

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

Methods in org.nuxeo.ecm.platform.relations.api that return types with arguments of type Statement
 java.util.List<Statement> Graph.getStatements()
          Returns all statements in the graph.
 java.util.List<Statement> Graph.getStatements(Statement statement)
          Returns all statements in the graph matching the pattern.
 java.util.List<Statement> RelationManager.getStatements(java.lang.String graphName)
           
 java.util.List<Statement> RelationManager.getStatements(java.lang.String graphName, Statement statement)
           
 

Methods in org.nuxeo.ecm.platform.relations.api with parameters of type Statement
 java.util.List<Statement> Graph.getStatements(Statement statement)
          Returns all statements in the graph matching the pattern.
 java.util.List<Statement> RelationManager.getStatements(java.lang.String graphName, Statement statement)
           
 boolean Graph.hasStatement(Statement statement)
          Returns true if given statement pattern is in the graph.
 boolean RelationManager.hasStatement(java.lang.String graphName, Statement statement)
           
 

Method parameters in org.nuxeo.ecm.platform.relations.api with type arguments of type Statement
 void Graph.add(java.util.List<Statement> statements)
          Adds given list of Statement objects to the graph.
 void RelationManager.add(java.lang.String graphName, java.util.List<Statement> statements)
           
 void Graph.remove(java.util.List<Statement> statements)
          Removes given list of Statement objects from the graph.
 void RelationManager.remove(java.lang.String graphName, java.util.List<Statement> statements)
           
 

Uses of Statement in org.nuxeo.ecm.platform.relations.api.impl
 

Classes in org.nuxeo.ecm.platform.relations.api.impl that implement Statement
 class StatementImpl
          Statement with subject, predicate and object.
 

Methods in org.nuxeo.ecm.platform.relations.api.impl with parameters of type Statement
 int StatementImpl.compareTo(Statement o)
           
 

Uses of Statement in org.nuxeo.ecm.platform.relations.api.util
 

Methods in org.nuxeo.ecm.platform.relations.api.util that return types with arguments of type Statement
static java.util.List<Statement> RelationHelper.getStatements(DocumentModel subjectDoc, Resource predicat)
           
static java.util.List<Statement> RelationHelper.getStatements(java.lang.String graphName, DocumentModel subjectDoc, Resource predicat)
           
 

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

Methods in org.nuxeo.ecm.platform.relations.io that return types with arguments of type Statement
 java.util.List<Statement> IORelationResources.getStatements()
           
 java.util.List<Statement> IORelationGraphHelper.getStatements()
           
 

Constructor parameters in org.nuxeo.ecm.platform.relations.io with type arguments of type Statement
IORelationGraphHelper(java.util.Map<java.lang.String,java.lang.String> namespaces, java.util.List<Statement> statements)
           
IORelationResources(java.util.Map<java.lang.String,java.lang.String> namespaces, java.util.Map<DocumentRef,java.util.Set<Resource>> documentResources, java.util.List<Statement> statements)
           
 

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

Methods in org.nuxeo.ecm.platform.relations.jena that return types with arguments of type Statement
 java.util.List<Statement> JenaGraph.getStatements()
           
 java.util.List<Statement> JenaGraph.getStatements(Statement statement)
           
 

Methods in org.nuxeo.ecm.platform.relations.jena with parameters of type Statement
 java.util.List<Statement> JenaGraph.getStatements(Statement statement)
           
 boolean JenaGraph.hasStatement(Statement statement)
           
 

Method parameters in org.nuxeo.ecm.platform.relations.jena with type arguments of type Statement
 void JenaGraph.add(java.util.List<Statement> statements)
           
 void JenaGraph.remove(java.util.List<Statement> statements)
           
 

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

Methods in org.nuxeo.ecm.platform.relations.services that return types with arguments of type Statement
 java.util.List<Statement> RelationService.getStatements(java.lang.String graphName)
           
 java.util.List<Statement> RelationService.getStatements(java.lang.String graphName, Statement statement)
           
 

Methods in org.nuxeo.ecm.platform.relations.services with parameters of type Statement
 java.util.List<Statement> RelationService.getStatements(java.lang.String graphName, Statement statement)
           
 boolean RelationService.hasStatement(java.lang.String graphName, Statement statement)
           
 

Method parameters in org.nuxeo.ecm.platform.relations.services with type arguments of type Statement
 void RelationService.add(java.lang.String graphName, java.util.List<Statement> statements)
           
 void RelationService.remove(java.lang.String graphName, java.util.List<Statement> statements)
           
 

Uses of Statement in org.nuxeo.ecm.platform.relations.web
 

Methods in org.nuxeo.ecm.platform.relations.web that return Statement
 Statement StatementInfoImpl.getStatement()
           
 Statement StatementInfo.getStatement()
           
 

Constructors in org.nuxeo.ecm.platform.relations.web with parameters of type Statement
StatementInfoImpl(Statement statement)
           
StatementInfoImpl(Statement statement, NodeInfo subjectRepresentation, NodeInfo predicateRepresentation, NodeInfo objectRepresentation)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.