Uses of Interface
org.nuxeo.ecm.platform.relations.api.Node
Packages that use Node
Package
Description
-
Uses of Node in org.nuxeo.ecm.automation.core.operations.services
Methods in org.nuxeo.ecm.automation.core.operations.services with parameters of type NodeModifier and TypeMethodDescriptionprotected DocumentModelGetRelations.getDocumentModel(Node node) -
Uses of Node in org.nuxeo.ecm.platform.relations
Classes in org.nuxeo.ecm.platform.relations that implement NodeModifier and TypeClassDescriptionstatic classFake Node type used to pass down multiple nodes into whereBuilder.Fields in org.nuxeo.ecm.platform.relations with type parameters of type NodeMethods in org.nuxeo.ecm.platform.relations that return NodeMethods in org.nuxeo.ecm.platform.relations that return types with arguments of type NodeModifier and TypeMethodDescriptionCoreGraph.Subjects.getNodes()CoreGraph.getObjects(Node subject, Node predicate) CoreGraph.getPredicates(Node subject, Node object) CoreGraph.getSubjects(Node predicate, Node object) Methods in org.nuxeo.ecm.platform.relations with parameters of type NodeModifier and TypeMethodDescriptionprotected static CoreGraph.NodeAsStringCoreGraph.getNodeAsString(Node node) CoreGraph.getObjects(Node subject, Node predicate) CoreGraph.getPredicates(Node subject, Node object) CoreGraph.getStatements(Node subject, Node predicate, Node object) CoreGraph.getSubjects(Node predicate, Node object) Constructor parameters in org.nuxeo.ecm.platform.relations with type arguments of type Node -
Uses of Node in org.nuxeo.ecm.platform.relations.api
Subinterfaces of Node in org.nuxeo.ecm.platform.relations.apiModifier and TypeInterfaceDescriptioninterfaceBlank node.interfaceLiteral node.interfaceResource with a qualified name.interfaceResource.interfaceSubject interface to identify subject nodes: resources and blank nodes.Methods in org.nuxeo.ecm.platform.relations.api that return NodeModifier and TypeMethodDescriptionStatement.getObject()Node[]Statement.getProperties(Resource property) Statement.getProperty(Resource property) Methods in org.nuxeo.ecm.platform.relations.api that return types with arguments of type NodeModifier and TypeMethodDescriptionGraph.getObjects(Node subject, Node predicate) Gets items matching the statement pattern (subject, predicate, null).Graph.getPredicates(Node subject, Node object) Gets items matching the statement pattern (subject, null, object).QueryResult.getResults()Graph.getSubjects(Node predicate, Node object) Get items matching the statement pattern (null, predicate, object).Methods in org.nuxeo.ecm.platform.relations.api with parameters of type NodeModifier and TypeMethodDescriptionvoidStatement.addProperties(Resource property, Node[] values) voidStatement.addProperty(Resource property, Node value) voidDocumentRelationManager.addRelation(CoreSession session, DocumentModel from, Node to, String predicate) Add link between two documentvoidDocumentRelationManager.addRelation(CoreSession session, DocumentModel from, Node to, String predicate, boolean inverse) Add link between two documentvoidDocumentRelationManager.addRelation(CoreSession session, DocumentModel from, Node to, String predicate, boolean inverse, boolean includeStatementsInEvents) Add link between two documentvoidDocumentRelationManager.addRelation(CoreSession session, DocumentModel from, Node to, String predicate, boolean inverse, boolean includeStatementsInEvents, String comment) Add link between two documentvoidStatement.deleteProperties(Resource property, Node[] values) voidStatement.deleteProperty(Resource property, Node value) Graph.getObjects(Node subject, Node predicate) Gets items matching the statement pattern (subject, predicate, null).Graph.getPredicates(Node subject, Node object) Gets items matching the statement pattern (subject, null, object).Graph.getStatements(Node subject, Node predicate, Node object) Returns all statements in the graph matching the pattern.Graph.getSubjects(Node predicate, Node object) Get items matching the statement pattern (null, predicate, object).voidvoidStatement.setPredicate(Node predicate) voidStatement.setProperties(Resource property, Node[] values) voidStatement.setProperty(Resource property, Node value) voidStatement.setSubject(Node subject) Method parameters in org.nuxeo.ecm.platform.relations.api with type arguments of type Node -
Uses of Node in org.nuxeo.ecm.platform.relations.api.impl
Classes in org.nuxeo.ecm.platform.relations.api.impl that implement NodeModifier and TypeClassDescriptionclassAbstract class for nodes.classBlank node.classLiteral nodes.classPrefixed resource.classResource.Fields in org.nuxeo.ecm.platform.relations.api.impl declared as NodeFields in org.nuxeo.ecm.platform.relations.api.impl with type parameters of type NodeMethods in org.nuxeo.ecm.platform.relations.api.impl that return NodeModifier and TypeMethodDescriptionStatementImpl.getObject()Node[]StatementImpl.getProperties(Resource property) StatementImpl.getProperty(Resource property) Methods in org.nuxeo.ecm.platform.relations.api.impl that return types with arguments of type NodeMethods in org.nuxeo.ecm.platform.relations.api.impl with parameters of type NodeModifier and TypeMethodDescriptionvoidStatementImpl.addProperties(Resource property, Node[] values) voidStatementImpl.addProperty(Resource property, Node value) intvoidStatementImpl.deleteProperties(Resource property, Node[] values) voidStatementImpl.deleteProperty(Resource property, Node value) voidvoidStatementImpl.setPredicate(Node predicate) voidStatementImpl.setProperties(Resource property, Node[] values) voidStatementImpl.setProperty(Resource property, Node value) voidStatementImpl.setSubject(Node subject) Method parameters in org.nuxeo.ecm.platform.relations.api.impl with type arguments of type NodeModifier and TypeMethodDescriptionvoidQueryResultImpl.setResults(List<Map<String, Node>> results) Constructors in org.nuxeo.ecm.platform.relations.api.impl with parameters of type NodeModifierConstructorDescriptionStatementImpl(Node subject, Node predicate, Node object) Constructor. -
Uses of Node in org.nuxeo.ecm.platform.relations.api.util
Methods in org.nuxeo.ecm.platform.relations.api.util with parameters of type NodeModifier and TypeMethodDescriptionstatic DocumentModelRelationHelper.getDocumentModel(Node node, CoreSession session) Returns the document model corresponding to a relation node. -
Uses of Node in org.nuxeo.ecm.platform.relations.services
Methods in org.nuxeo.ecm.platform.relations.services with parameters of type NodeModifier and TypeMethodDescriptionvoidDocumentRelationService.addRelation(CoreSession session, DocumentModel from, Node to, String predicate) voidDocumentRelationService.addRelation(CoreSession session, DocumentModel from, Node to, String predicate, boolean inverse) voidDocumentRelationService.addRelation(CoreSession session, DocumentModel from, Node to, String predicate, boolean inverse, boolean includeStatementsInEvents) voidDocumentRelationService.addRelation(CoreSession session, DocumentModel from, Node toResource, String predicate, boolean inverse, boolean includeStatementsInEvents, String comment)