Uses of Interface
org.nuxeo.ecm.platform.relations.api.Resource
Package
Description
-
Uses of Resource in org.nuxeo.ecm.automation.core.operations.services
Modifier and TypeMethodDescriptionprotected DocumentModelList
GetRelations.getDocuments
(QNameResource res, Resource predicate) GetRelations.getIncomingStatements
(QNameResource res, Resource predicate) GetRelations.getOutgoingStatements
(QNameResource res, Resource predicate) -
Uses of Resource in org.nuxeo.ecm.platform.publisher.helper
-
Uses of Resource in org.nuxeo.ecm.platform.relations
Modifier and TypeMethodDescriptionprotected static Date
CoreGraph.getDateProperty
(Statement statement, Resource prop) protected static String
CoreGraph.getStringProperty
(Statement statement, Resource prop) boolean
CoreGraph.hasResource
(Resource resource) protected static void
CoreGraph.setDateProperty
(Statement statement, Resource prop, Calendar date) protected static void
CoreGraph.setStringProperty
(Statement statement, Resource prop, String string) protected String
CoreGraph.ResourceFinder.whereAnyBuilder
(String query, Resource resource) ModifierConstructorDescriptionprotected
ResourceFinder
(Resource resource) protected
ResourceFinder
(Resource resource, CoreSession session) -
Uses of Resource in org.nuxeo.ecm.platform.relations.adapters
Modifier and TypeMethodDescriptionDocumentModelResourceAdapter.getResource
(Serializable object, Map<String, Object> context) Modifier and TypeMethodDescriptionDocumentModelResourceAdapter.getResourceRepresentation
(Resource resource, Map<String, Object> context) -
Uses of Resource in org.nuxeo.ecm.platform.relations.api
Modifier and TypeMethodDescriptionStatement.getPredicate()
RelationManager.getResource
(String namespace, Serializable object, Map<String, Object> context) Gets a resource given a namespace and a serializable object.ResourceAdapter.getResource
(Serializable object, Map<String, Object> context) Transforms an incoming object into a Resource.Modifier and TypeMethodDescriptionRelationManager.getAllResources
(Serializable object, Map<String, Object> context) Computes all resources corresponding to the given object.Statement.getProperties()
Modifier and TypeMethodDescriptionvoid
Statement.addProperties
(Resource property, Node[] values) void
Statement.addProperty
(Resource property, Node value) void
Statement.deleteProperties
(Resource property, Node[] values) void
Statement.deleteProperty
(Resource property) void
Statement.deleteProperty
(Resource property, Node value) Node[]
Statement.getProperties
(Resource property) Statement.getProperty
(Resource property) RelationManager.getResourceRepresentation
(String namespace, Resource resource, Map<String, Object> context) Gets an object representing this resource given a namespace.ResourceAdapter.getResourceRepresentation
(Resource resource, Map<String, Object> context) Resolves the resource to an applicative representation, for instance aDocumentModel
.boolean
Graph.hasResource
(Resource resource) Returns true if given resource appears in any statement of the graph.void
Statement.setProperties
(Resource property, Node[] values) void
Statement.setProperty
(Resource property, Node value) Modifier and TypeMethodDescriptionvoid
Statement.addProperties
(Map<Resource, Node[]> properties) void
Statement.setProperties
(Map<Resource, Node[]> properties) -
Uses of Resource in org.nuxeo.ecm.platform.relations.api.impl
Modifier and TypeClassDescriptionclass
Prefixed resource.class
Resource.Modifier and TypeMethodDescriptionstatic Resource
NodeFactory.createResource
(String uri) StatementImpl.getPredicate()
AbstractResourceAdapter.getResource
(Serializable object, Map<String, Object> context) Modifier and TypeMethodDescriptionvoid
StatementImpl.addProperties
(Resource property, Node[] values) void
StatementImpl.addProperty
(Resource property, Node value) void
StatementImpl.deleteProperties
(Resource property, Node[] values) void
StatementImpl.deleteProperty
(Resource property) void
StatementImpl.deleteProperty
(Resource property, Node value) Node[]
StatementImpl.getProperties
(Resource property) StatementImpl.getProperty
(Resource property) AbstractResourceAdapter.getResourceRepresentation
(Resource resource, Map<String, Object> context) void
StatementImpl.setProperties
(Resource property, Node[] values) void
StatementImpl.setProperty
(Resource property, Node value) Modifier and TypeMethodDescriptionvoid
StatementImpl.addProperties
(Map<Resource, Node[]> properties) void
StatementImpl.setProperties
(Map<Resource, Node[]> properties) -
Uses of Resource in org.nuxeo.ecm.platform.relations.api.util
Modifier and TypeFieldDescriptionstatic final Resource
RelationConstants.AUTHOR
static final Resource
RelationConstants.COMMENT
static final Resource
RelationConstants.COPY_FROM_WORK_VERSION
static final Resource
RelationConstants.CREATION_DATE
static final Resource
RelationConstants.MODIFICATION_DATE
static final Resource
RelationConstants.TITLE
static final Resource
RelationConstants.UUID
Modifier and TypeMethodDescriptionstatic DocumentModelList
RelationHelper.getObjectDocuments
(String graphName, DocumentModel subjectDoc, Resource predicat) static DocumentModelList
RelationHelper.getObjectDocuments
(DocumentModel subjectDoc, Resource predicat) RelationHelper.getStatements
(String graphName, DocumentModel subjectDoc, Resource predicat) RelationHelper.getStatements
(DocumentModel subjectDoc, Resource predicat) static DocumentModelList
RelationHelper.getSubjectDocuments
(String graphName, Resource predicat, String stringObject, CoreSession session) static DocumentModelList
RelationHelper.getSubjectDocuments
(String graphName, Resource predicat, DocumentModel objectDocument) static DocumentModelList
RelationHelper.getSubjectDocuments
(Resource predicat, String stringObject, CoreSession session) static DocumentModelList
RelationHelper.getSubjectDocuments
(Resource predicat, DocumentModel objectDocument) static DocumentModelList
RelationHelper.getSubjectDocumentsOut
(String graphName, Resource predicat, DocumentModel objectDocument) static DocumentModelList
RelationHelper.getSubjectDocumentsOut
(Resource predicat, DocumentModel objectDocument) static void
RelationHelper.removeRelation
(String graphName, DocumentModel subjectDoc, Resource predicat, DocumentModel objectDoc) static void
RelationHelper.removeRelation
(DocumentModel subjectDoc, Resource predicat, DocumentModel objectDoc) -
Uses of Resource in org.nuxeo.ecm.platform.relations.core.listener
Modifier and TypeMethodDescriptionprotected void
PublishRelationsListener.copyRelationsFromReplacedProxy
(RelationManager rmanager, Resource replacedResource, Resource publishedResource, Resource sourceResource) protected void
PublishRelationsListener.copyRelationsFromWorkingCopy
(RelationManager rmanager, Resource sourceResource, Resource publishedResource) protected boolean
PublishRelationsListener.isCopyFromSource
(Statement stmt, Resource sourceResource) -
Uses of Resource in org.nuxeo.ecm.platform.relations.io
Modifier and TypeMethodDescriptionIORelationResources.getDocumentResources
(DocumentRef docRef) IORelationResources.getResourcesMap()
Modifier and TypeMethodDescriptionIORelationAdapter.getMatchingStatements
(Graph graph, Resource resource) -
Uses of Resource in org.nuxeo.ecm.platform.relations.jena
-
Uses of Resource in org.nuxeo.ecm.platform.relations.services
Modifier and TypeMethodDescriptionRelationService.getResource
(String namespace, Serializable object, Map<String, Object> context) Modifier and TypeMethodDescriptionRelationService.getAllResources
(Serializable object, Map<String, Object> context)