Uses of Interface
org.nuxeo.ecm.platform.relations.api.Statement
-
-
Uses of Statement in org.nuxeo.ecm.automation.core.operations.services
Methods in org.nuxeo.ecm.automation.core.operations.services that return types with arguments of type Statement Modifier and Type Method Description protected List<Statement>GetRelations. getIncomingStatements(QNameResource res, Resource predicate)protected List<Statement>GetRelations. getOutgoingStatements(QNameResource res, Resource predicate) -
Uses of Statement in org.nuxeo.ecm.platform.comment.impl
Methods in org.nuxeo.ecm.platform.comment.impl with parameters of type Statement Modifier and Type Method Description protected voidCommentsMigrator. migrateCommentsFromRelationToProperty(CoreSession session, RelationManager relationManager, CommentServiceConfig config, Statement statement) -
Uses of Statement in org.nuxeo.ecm.platform.relations
Fields in org.nuxeo.ecm.platform.relations declared as Statement Modifier and Type Field Description protected static StatementCoreGraph. ALLprotected StatementCoreGraph.StatementFinder. statementFields in org.nuxeo.ecm.platform.relations with type parameters of type Statement Modifier and Type Field Description protected static List<Statement>CoreGraph. EMPTY_STATEMENTSprotected List<Statement>CoreGraph.StatementAdder. statementsprotected List<Statement>CoreGraph.StatementFinder. statementsprotected List<Statement>CoreGraph.StatementRemover. statementsMethods in org.nuxeo.ecm.platform.relations that return types with arguments of type Statement Modifier and Type Method Description List<Statement>CoreGraph. getStatements()List<Statement>CoreGraph. getStatements(Node subject, Node predicate, Node object)List<Statement>CoreGraph. getStatements(Statement statement)Methods in org.nuxeo.ecm.platform.relations with parameters of type Statement Modifier and Type Method Description voidCoreGraph. add(Statement statement)protected voidCoreGraph.StatementAdder. add(Statement statement)protected static StringCoreGraph. getAuthor(Statement statement)protected static StringCoreGraph. getComment(Statement statement)protected static DateCoreGraph. getCreationDate(Statement statement)protected static DateCoreGraph. getDateProperty(Statement statement, Resource prop)protected static DateCoreGraph. getModificationDate(Statement statement)List<Statement>CoreGraph. getStatements(Statement statement)protected static StringCoreGraph. getStringProperty(Statement statement, Resource prop)booleanCoreGraph. hasStatement(Statement statement)voidCoreGraph. remove(Statement statement)protected voidCoreGraph.StatementRemover. remove(Statement statement)protected static voidCoreGraph. setAuthor(Statement statement, String author)protected static voidCoreGraph. setComment(Statement statement, String comment)protected static voidCoreGraph. setCreationDate(Statement statement, Calendar created)protected static voidCoreGraph. setDateProperty(Statement statement, Resource prop, Calendar date)protected static voidCoreGraph. setModificationDate(Statement statement, Calendar modified)protected DocumentModelCoreGraph.StatementAdder. setRelationProperties(DocumentModel rel, Statement statement)protected static voidCoreGraph. setStringProperty(Statement statement, Resource prop, String string)protected StringCoreGraph. whereBuilder(String query, Statement statement)Method parameters in org.nuxeo.ecm.platform.relations with type arguments of type Statement Modifier and Type Method Description voidCoreGraph. add(List<Statement> statements)voidCoreGraph. remove(List<Statement> statements)Constructors in org.nuxeo.ecm.platform.relations with parameters of type Statement Constructor Description StatementFinder(Statement statement)StatementFinder(Statement statement, CoreSession session)Constructor parameters in org.nuxeo.ecm.platform.relations with type arguments of type Statement Constructor Description StatementAdder(List<Statement> statements)StatementAdder(List<Statement> statements, CoreSession session)StatementRemover(List<Statement> statements)StatementRemover(List<Statement> statements, CoreSession session) -
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 Modifier and Type Method Description List<Statement>Graph. getStatements()Returns all statements in the graph.List<Statement>Graph. getStatements(Node subject, Node predicate, Node object)Returns all statements in the graph matching the pattern.List<Statement>Graph. getStatements(Statement statement)Returns all statements in the graph matching the pattern.Methods in org.nuxeo.ecm.platform.relations.api with parameters of type Statement Modifier and Type Method Description voidGraph. add(Statement statement)Adds the statement object to the graph.voidDocumentRelationManager. deleteRelation(CoreSession session, Statement statement)voidDocumentRelationManager. deleteRelation(CoreSession session, Statement stmt, boolean includeStatementsInEvents)List<Statement>Graph. getStatements(Statement statement)Returns all statements in the graph matching the pattern.booleanGraph. hasStatement(Statement statement)Returns true if given statement pattern is in the graph.voidGraph. remove(Statement statement)Removes the statement object from the graph.Method parameters in org.nuxeo.ecm.platform.relations.api with type arguments of type Statement Modifier and Type Method Description voidGraph. add(List<Statement> statements)Adds given list of Statement objects to the graph.voidGraph. remove(List<Statement> statements)Removes given list of Statement objects from the graph. -
Uses of Statement in org.nuxeo.ecm.platform.relations.api.impl
Classes in org.nuxeo.ecm.platform.relations.api.impl that implement Statement Modifier and Type Class Description classStatementImplStatement with subject, predicate and object.Methods in org.nuxeo.ecm.platform.relations.api.impl with parameters of type Statement Modifier and Type Method Description intStatementImpl. 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 Modifier and Type Method Description static List<Statement>RelationHelper. getStatements(String graphName, DocumentModel subjectDoc, Resource predicat)static List<Statement>RelationHelper. getStatements(DocumentModel subjectDoc, Resource predicat) -
Uses of Statement in org.nuxeo.ecm.platform.relations.core.listener
Methods in org.nuxeo.ecm.platform.relations.core.listener with parameters of type Statement Modifier and Type Method Description protected booleanPublishRelationsListener. isCopyFromSource(Statement stmt, Resource sourceResource) -
Uses of Statement in org.nuxeo.ecm.platform.relations.io
Fields in org.nuxeo.ecm.platform.relations.io with type parameters of type Statement Modifier and Type Field Description protected List<Statement>IORelationGraphHelper. statementsMethods in org.nuxeo.ecm.platform.relations.io that return Statement Modifier and Type Method Description protected StatementIORelationAdapter. getFilteredStatement(Statement statement)protected static StatementIORelationAdapter. updateDate(Statement statement, Literal newDate, List<Resource> properties)Methods in org.nuxeo.ecm.platform.relations.io that return types with arguments of type Statement Modifier and Type Method Description protected List<Statement>IORelationAdapter. filterMatchingStatements(List<Statement> statements)protected List<Statement>IORelationAdapter. getMatchingStatements(Graph graph, Resource resource)List<Statement>IORelationGraphHelper. getStatements()List<Statement>IORelationResources. getStatements()Methods in org.nuxeo.ecm.platform.relations.io with parameters of type Statement Modifier and Type Method Description protected StatementIORelationAdapter. getFilteredStatement(Statement statement)protected static StatementIORelationAdapter. updateDate(Statement statement, Literal newDate, List<Resource> properties)Method parameters in org.nuxeo.ecm.platform.relations.io with type arguments of type Statement Modifier and Type Method Description protected List<Statement>IORelationAdapter. filterMatchingStatements(List<Statement> statements)Constructor parameters in org.nuxeo.ecm.platform.relations.io with type arguments of type Statement Constructor Description 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 Modifier and Type Method Description List<Statement>JenaGraph. getStatements()List<Statement>JenaGraph. getStatements(Node subject, Node predicate, Node object)List<Statement>JenaGraph. getStatements(Statement statement)Methods in org.nuxeo.ecm.platform.relations.jena with parameters of type Statement Modifier and Type Method Description voidJenaGraph. add(Statement statement)List<Statement>JenaGraph. getStatements(Statement statement)booleanJenaGraph. hasStatement(Statement statement)voidJenaGraph. remove(Statement statement)Method parameters in org.nuxeo.ecm.platform.relations.jena with type arguments of type Statement Modifier and Type Method Description voidJenaGraph. add(List<Statement> statements)voidJenaGraph. remove(List<Statement> statements) -
Uses of Statement in org.nuxeo.ecm.platform.relations.services
Methods in org.nuxeo.ecm.platform.relations.services with parameters of type Statement Modifier and Type Method Description voidDocumentRelationService. deleteRelation(CoreSession session, Statement stmt)voidDocumentRelationService. deleteRelation(CoreSession session, Statement stmt, boolean includeStatementsInEvents)
-