Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use Statement
org.nuxeo.ecm.platform.annotations.api   
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
 List<Statement> AnnotationImpl.getStatements()
           
 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(List<Statement> statements)
           
 void AnnotationImpl.setStatements(List<Statement> statements)
           
 void Annotation.setStatements(List<Statement> annotationStatements)
           
 

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
 List<Statement> Graph.getStatements()
          Returns all statements in the graph.
 List<Statement> Graph.getStatements(Statement statement)
          Returns all statements in the graph matching the pattern.
 List<Statement> RelationManager.getStatements(String graphName)
           
 List<Statement> RelationManager.getStatements(String graphName, Statement statement)
           
 

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

Method parameters in org.nuxeo.ecm.platform.relations.api with type arguments of type Statement
 void Graph.add(List<Statement> statements)
          Adds given list of Statement objects to the graph.
 void RelationManager.add(String graphName, List<Statement> statements)
           
 void Graph.remove(List<Statement> statements)
          Removes given list of Statement objects from the graph.
 void RelationManager.remove(String graphName, 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 List<Statement> RelationHelper.getStatements(DocumentModel subjectDoc, Resource predicat)
           
static List<Statement> RelationHelper.getStatements(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
 List<Statement> IORelationGraphHelper.getStatements()
           
 List<Statement> IORelationResources.getStatements()
           
 

Constructor parameters in org.nuxeo.ecm.platform.relations.io with type arguments of type Statement
IORelationGraphHelper(Map<String,String> namespaces, List<Statement> statements)
           
IORelationResources(Map<String,String> namespaces, Map<DocumentRef,Set<Resource>> documentResources, 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
 List<Statement> JenaGraph.getStatements()
           
 List<Statement> JenaGraph.getStatements(Statement statement)
           
 

Methods in org.nuxeo.ecm.platform.relations.jena with parameters of type Statement
 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(List<Statement> statements)
           
 void JenaGraph.remove(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
 List<Statement> RelationService.getStatements(String graphName)
           
 List<Statement> RelationService.getStatements(String graphName, Statement statement)
           
 

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

Method parameters in org.nuxeo.ecm.platform.relations.services with type arguments of type Statement
 void RelationService.add(String graphName, List<Statement> statements)
           
 void RelationService.remove(String graphName, 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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.