Uses of Interface
org.nuxeo.ecm.platform.relations.api.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in org.nuxeo.ecm.automation.core.operations.services
Methods in org.nuxeo.ecm.automation.core.operations.services that return ResourceMethods in org.nuxeo.ecm.automation.core.operations.services with parameters of type ResourceModifier 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
Fields in org.nuxeo.ecm.platform.publisher.helper declared as Resource -
Uses of Resource in org.nuxeo.ecm.platform.relations
Fields in org.nuxeo.ecm.platform.relations declared as ResourceMethods in org.nuxeo.ecm.platform.relations with parameters of type ResourceModifier 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) Constructors in org.nuxeo.ecm.platform.relations with parameters of type ResourceModifierConstructorDescriptionprotected
ResourceFinder
(Resource resource) protected
ResourceFinder
(Resource resource, CoreSession session) -
Uses of Resource in org.nuxeo.ecm.platform.relations.adapters
Methods in org.nuxeo.ecm.platform.relations.adapters that return ResourceModifier and TypeMethodDescriptionDocumentModelResourceAdapter.getResource
(Serializable object, Map<String, Object> context) Methods in org.nuxeo.ecm.platform.relations.adapters with parameters of type ResourceModifier and TypeMethodDescriptionDocumentModelResourceAdapter.getResourceRepresentation
(Resource resource, Map<String, Object> context) -
Uses of Resource in org.nuxeo.ecm.platform.relations.api
Subinterfaces of Resource in org.nuxeo.ecm.platform.relations.apiMethods in org.nuxeo.ecm.platform.relations.api that return ResourceModifier 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.Methods in org.nuxeo.ecm.platform.relations.api that return types with arguments of type ResourceModifier and TypeMethodDescriptionRelationManager.getAllResources
(Serializable object, Map<String, Object> context) Computes all resources corresponding to the given object.Statement.getProperties()
Methods in org.nuxeo.ecm.platform.relations.api with parameters of type ResourceModifier 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) Method parameters in org.nuxeo.ecm.platform.relations.api with type arguments of type ResourceModifier 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
Classes in org.nuxeo.ecm.platform.relations.api.impl that implement ResourceModifier and TypeClassDescriptionclass
Prefixed resource.class
Resource.Fields in org.nuxeo.ecm.platform.relations.api.impl declared as ResourceFields in org.nuxeo.ecm.platform.relations.api.impl with type parameters of type ResourceMethods in org.nuxeo.ecm.platform.relations.api.impl that return ResourceModifier and TypeMethodDescriptionstatic Resource
NodeFactory.createResource
(String uri) StatementImpl.getPredicate()
AbstractResourceAdapter.getResource
(Serializable object, Map<String, Object> context) Methods in org.nuxeo.ecm.platform.relations.api.impl that return types with arguments of type ResourceMethods in org.nuxeo.ecm.platform.relations.api.impl with parameters of type ResourceModifier 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) Method parameters in org.nuxeo.ecm.platform.relations.api.impl with type arguments of type ResourceModifier 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
Fields in org.nuxeo.ecm.platform.relations.api.util declared as ResourceModifier 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
Methods in org.nuxeo.ecm.platform.relations.api.util with parameters of type ResourceModifier 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
Methods in org.nuxeo.ecm.platform.relations.core.listener with parameters of type ResourceModifier 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
Methods in org.nuxeo.ecm.platform.relations.io that return types with arguments of type ResourceModifier and TypeMethodDescriptionIORelationResources.getDocumentResources
(DocumentRef docRef) IORelationResources.getResourcesMap()
Methods in org.nuxeo.ecm.platform.relations.io with parameters of type ResourceModifier and TypeMethodDescriptionIORelationAdapter.getMatchingStatements
(Graph graph, Resource resource) Method parameters in org.nuxeo.ecm.platform.relations.io with type arguments of type Resource -
Uses of Resource in org.nuxeo.ecm.platform.relations.jena
Methods in org.nuxeo.ecm.platform.relations.jena with parameters of type Resource -
Uses of Resource in org.nuxeo.ecm.platform.relations.services
Methods in org.nuxeo.ecm.platform.relations.services that return ResourceModifier and TypeMethodDescriptionRelationService.getResource
(String namespace, Serializable object, Map<String, Object> context) Methods in org.nuxeo.ecm.platform.relations.services that return types with arguments of type ResourceModifier and TypeMethodDescriptionRelationService.getAllResources
(Serializable object, Map<String, Object> context) Methods in org.nuxeo.ecm.platform.relations.services with parameters of type Resource