Uses of Interface
org.nuxeo.ecm.platform.relations.api.Statement
Package
Description
-
Uses of Statement in org.nuxeo.ecm.automation.core.operations.services
Modifier and TypeMethodDescriptionGetRelations.getIncomingStatements
(QNameResource res, Resource predicate) GetRelations.getOutgoingStatements
(QNameResource res, Resource predicate) -
Uses of Statement in org.nuxeo.ecm.platform.comment.impl
Modifier and TypeMethodDescriptionprotected void
CommentsMigrator.migrateCommentsFromRelationToProperty
(CoreSession session, RelationManager relationManager, CommentServiceConfig config, Statement statement) -
Uses of Statement in org.nuxeo.ecm.platform.relations
Modifier and TypeFieldDescriptionprotected static final Statement
CoreGraph.ALL
protected Statement
CoreGraph.StatementFinder.statement
Modifier and TypeFieldDescriptionCoreGraph.EMPTY_STATEMENTS
CoreGraph.StatementAdder.statements
CoreGraph.StatementFinder.statements
CoreGraph.StatementRemover.statements
Modifier and TypeMethodDescriptionCoreGraph.getStatements()
CoreGraph.getStatements
(Node subject, Node predicate, Node object) CoreGraph.getStatements
(Statement statement) Modifier and TypeMethodDescriptionvoid
protected void
protected static String
protected static String
CoreGraph.getComment
(Statement statement) protected static Date
CoreGraph.getCreationDate
(Statement statement) protected static Date
CoreGraph.getDateProperty
(Statement statement, Resource prop) protected static Date
CoreGraph.getModificationDate
(Statement statement) CoreGraph.getStatements
(Statement statement) protected static String
CoreGraph.getStringProperty
(Statement statement, Resource prop) boolean
CoreGraph.hasStatement
(Statement statement) void
protected void
protected static void
protected static void
CoreGraph.setComment
(Statement statement, String comment) protected static void
CoreGraph.setCreationDate
(Statement statement, Calendar created) protected static void
CoreGraph.setDateProperty
(Statement statement, Resource prop, Calendar date) protected static void
CoreGraph.setModificationDate
(Statement statement, Calendar modified) protected DocumentModel
CoreGraph.StatementAdder.setRelationProperties
(DocumentModel rel, Statement statement) protected static void
CoreGraph.setStringProperty
(Statement statement, Resource prop, String string) protected String
CoreGraph.whereBuilder
(String query, Statement statement) Modifier and TypeMethodDescriptionvoid
void
ModifierConstructorDescriptionprotected
StatementFinder
(Statement statement) protected
StatementFinder
(Statement statement, CoreSession session) ModifierConstructorDescriptionprotected
StatementAdder
(List<Statement> statements) protected
StatementAdder
(List<Statement> statements, CoreSession session) protected
StatementRemover
(List<Statement> statements) protected
StatementRemover
(List<Statement> statements, CoreSession session) -
Uses of Statement in org.nuxeo.ecm.platform.relations.api
Modifier and TypeMethodDescriptionGraph.getStatements()
Returns all statements in the graph.Graph.getStatements
(Node subject, Node predicate, Node object) Returns all statements in the graph matching the pattern.Graph.getStatements
(Statement statement) Returns all statements in the graph matching the pattern.Modifier and TypeMethodDescriptionvoid
Adds the statement object to the graph.void
DocumentRelationManager.deleteRelation
(CoreSession session, Statement statement) void
DocumentRelationManager.deleteRelation
(CoreSession session, Statement stmt, boolean includeStatementsInEvents) Graph.getStatements
(Statement statement) Returns all statements in the graph matching the pattern.boolean
Graph.hasStatement
(Statement statement) Returns true if given statement pattern is in the graph.void
Removes the statement object from the graph. -
Uses of Statement in org.nuxeo.ecm.platform.relations.api.impl
Modifier and TypeClassDescriptionclass
Statement with subject, predicate and object. -
Uses of Statement in org.nuxeo.ecm.platform.relations.api.util
Modifier and TypeMethodDescriptionRelationHelper.getStatements
(String graphName, DocumentModel subjectDoc, Resource predicat) RelationHelper.getStatements
(DocumentModel subjectDoc, Resource predicat) -
Uses of Statement in org.nuxeo.ecm.platform.relations.core.listener
Modifier and TypeMethodDescriptionprotected boolean
PublishRelationsListener.isCopyFromSource
(Statement stmt, Resource sourceResource) -
Uses of Statement in org.nuxeo.ecm.platform.relations.io
Modifier and TypeMethodDescriptionprotected Statement
IORelationAdapter.getFilteredStatement
(Statement statement) protected static Statement
IORelationAdapter.updateDate
(Statement statement, Literal newDate, List<Resource> properties) Modifier and TypeMethodDescriptionIORelationAdapter.filterMatchingStatements
(List<Statement> statements) IORelationAdapter.getMatchingStatements
(Graph graph, Resource resource) IORelationGraphHelper.getStatements()
IORelationResources.getStatements()
Modifier and TypeMethodDescriptionprotected Statement
IORelationAdapter.getFilteredStatement
(Statement statement) protected static Statement
IORelationAdapter.updateDate
(Statement statement, Literal newDate, List<Resource> properties) Modifier and TypeMethodDescriptionIORelationAdapter.filterMatchingStatements
(List<Statement> statements) -
Uses of Statement in org.nuxeo.ecm.platform.relations.jena
Modifier and TypeMethodDescriptionJenaGraph.getStatements()
JenaGraph.getStatements
(Node subject, Node predicate, Node object) JenaGraph.getStatements
(Statement statement) Modifier and TypeMethodDescriptionvoid
JenaGraph.getStatements
(Statement statement) boolean
JenaGraph.hasStatement
(Statement statement) void
-
Uses of Statement in org.nuxeo.ecm.platform.relations.services
Modifier and TypeMethodDescriptionvoid
DocumentRelationService.deleteRelation
(CoreSession session, Statement stmt) void
DocumentRelationService.deleteRelation
(CoreSession session, Statement stmt, boolean includeStatementsInEvents)