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 DocumentModelListGetRelations.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 DateCoreGraph.getDateProperty(Statement statement, Resource prop) protected static StringCoreGraph.getStringProperty(Statement statement, Resource prop) booleanCoreGraph.hasResource(Resource resource) protected static voidCoreGraph.setDateProperty(Statement statement, Resource prop, Calendar date) protected static voidCoreGraph.setStringProperty(Statement statement, Resource prop, String string) protected StringCoreGraph.ResourceFinder.whereAnyBuilder(String query, Resource resource) Constructors in org.nuxeo.ecm.platform.relations with parameters of type ResourceModifierConstructorDescriptionprotectedResourceFinder(Resource resource) protectedResourceFinder(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 TypeMethodDescriptionvoidStatement.addProperties(Resource property, Node[] values) voidStatement.addProperty(Resource property, Node value) voidStatement.deleteProperties(Resource property, Node[] values) voidStatement.deleteProperty(Resource property) voidStatement.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.booleanGraph.hasResource(Resource resource) Returns true if given resource appears in any statement of the graph.voidStatement.setProperties(Resource property, Node[] values) voidStatement.setProperty(Resource property, Node value) Method parameters in org.nuxeo.ecm.platform.relations.api with type arguments of type ResourceModifier and TypeMethodDescriptionvoidStatement.addProperties(Map<Resource, Node[]> properties) voidStatement.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 TypeClassDescriptionclassPrefixed resource.classResource.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 ResourceNodeFactory.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 TypeMethodDescriptionvoidStatementImpl.addProperties(Resource property, Node[] values) voidStatementImpl.addProperty(Resource property, Node value) voidStatementImpl.deleteProperties(Resource property, Node[] values) voidStatementImpl.deleteProperty(Resource property) voidStatementImpl.deleteProperty(Resource property, Node value) Node[]StatementImpl.getProperties(Resource property) StatementImpl.getProperty(Resource property) AbstractResourceAdapter.getResourceRepresentation(Resource resource, Map<String, Object> context) voidStatementImpl.setProperties(Resource property, Node[] values) voidStatementImpl.setProperty(Resource property, Node value) Method parameters in org.nuxeo.ecm.platform.relations.api.impl with type arguments of type ResourceModifier and TypeMethodDescriptionvoidStatementImpl.addProperties(Map<Resource, Node[]> properties) voidStatementImpl.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 ResourceRelationConstants.AUTHORstatic final ResourceRelationConstants.COMMENTstatic final ResourceRelationConstants.COPY_FROM_WORK_VERSIONstatic final ResourceRelationConstants.CREATION_DATEstatic final ResourceRelationConstants.MODIFICATION_DATEstatic final ResourceRelationConstants.TITLEstatic final ResourceRelationConstants.UUIDMethods in org.nuxeo.ecm.platform.relations.api.util with parameters of type ResourceModifier and TypeMethodDescriptionstatic DocumentModelListRelationHelper.getObjectDocuments(String graphName, DocumentModel subjectDoc, Resource predicat) static DocumentModelListRelationHelper.getObjectDocuments(DocumentModel subjectDoc, Resource predicat) RelationHelper.getStatements(String graphName, DocumentModel subjectDoc, Resource predicat) RelationHelper.getStatements(DocumentModel subjectDoc, Resource predicat) static DocumentModelListRelationHelper.getSubjectDocuments(String graphName, Resource predicat, String stringObject, CoreSession session) static DocumentModelListRelationHelper.getSubjectDocuments(String graphName, Resource predicat, DocumentModel objectDocument) static DocumentModelListRelationHelper.getSubjectDocuments(Resource predicat, String stringObject, CoreSession session) static DocumentModelListRelationHelper.getSubjectDocuments(Resource predicat, DocumentModel objectDocument) static DocumentModelListRelationHelper.getSubjectDocumentsOut(String graphName, Resource predicat, DocumentModel objectDocument) static DocumentModelListRelationHelper.getSubjectDocumentsOut(Resource predicat, DocumentModel objectDocument) static voidRelationHelper.removeRelation(String graphName, DocumentModel subjectDoc, Resource predicat, DocumentModel objectDoc) static voidRelationHelper.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 voidPublishRelationsListener.copyRelationsFromReplacedProxy(RelationManager rmanager, Resource replacedResource, Resource publishedResource, Resource sourceResource) protected voidPublishRelationsListener.copyRelationsFromWorkingCopy(RelationManager rmanager, Resource sourceResource, Resource publishedResource) protected booleanPublishRelationsListener.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.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