Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.relations.api.Resource

Packages that use Resource
org.nuxeo.ecm.platform.annotations.api   
org.nuxeo.ecm.platform.publisher.helper   
org.nuxeo.ecm.platform.relations.adapters   
org.nuxeo.ecm.platform.relations.api   
org.nuxeo.ecm.platform.relations.api.impl   
org.nuxeo.ecm.platform.relations.api.util   
org.nuxeo.ecm.platform.relations.io   
org.nuxeo.ecm.platform.relations.jena   
org.nuxeo.ecm.platform.relations.services   
org.nuxeo.ecm.platform.relations.web   
org.nuxeo.webengine.sites.utils   
 

Uses of Resource in org.nuxeo.ecm.platform.annotations.api
 

Fields in org.nuxeo.ecm.platform.annotations.api declared as Resource
static Resource AnnotationsConstants.a_annotates
           
static Resource AnnotationsConstants.aBody
           
static Resource AnnotationsConstants.nx_body_content
           
 

Methods in org.nuxeo.ecm.platform.annotations.api that return Resource
 Resource AnnotationImpl.getSubject()
           
 Resource Annotation.getSubject()
           
 

Methods in org.nuxeo.ecm.platform.annotations.api with parameters of type Resource
 void AnnotationImpl.setSubject(Resource resource)
           
 void Annotation.setSubject(Resource resource)
           
 

Uses of Resource in org.nuxeo.ecm.platform.publisher.helper
 

Fields in org.nuxeo.ecm.platform.publisher.helper declared as Resource
static Resource PublicationRelationHelper.PUBLISHED_BY
           
 

Uses of Resource in org.nuxeo.ecm.platform.relations.adapters
 

Methods in org.nuxeo.ecm.platform.relations.adapters that return Resource
 Resource DocumentModelResourceAdapter.getResource(Serializable object, Map<String,Serializable> context)
           
 

Methods in org.nuxeo.ecm.platform.relations.adapters with parameters of type Resource
 Serializable DocumentModelResourceAdapter.getResourceRepresentation(Resource resource, Map<String,Serializable> context)
           
 

Uses of Resource in org.nuxeo.ecm.platform.relations.api
 

Subinterfaces of Resource in org.nuxeo.ecm.platform.relations.api
 interface QNameResource
          Resource with a qualified name.
 

Methods in org.nuxeo.ecm.platform.relations.api that return Resource
 Resource Statement.getPredicate()
           
 Resource ResourceAdapter.getResource(Serializable object, Map<String,Serializable> context)
          Transforms an incoming object into a Resource.
 Resource RelationManager.getResource(String namespace, Serializable object, Map<String,Serializable> context)
          Gets a resource given a namespace and a serializable object.
 

Methods in org.nuxeo.ecm.platform.relations.api that return types with arguments of type Resource
 Set<Resource> RelationManager.getAllResources(Serializable object, Map<String,Serializable> context)
          Computes all resources corresponding to the given object.
 Map<Resource,Node[]> Statement.getProperties()
           
 

Methods in org.nuxeo.ecm.platform.relations.api with parameters of type Resource
 void 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)
           
 Node Statement.getProperty(Resource property)
           
 Serializable ResourceAdapter.getResourceRepresentation(Resource resource, Map<String,Serializable> context)
          Resolves the resource to an applicative representation, for instance a DocumentModel.
 Serializable RelationManager.getResourceRepresentation(String namespace, Resource resource, Map<String,Serializable> context)
          Gets an object representing this resource given a namespace.
 boolean Graph.hasResource(Resource resource)
          Returns true if given resource appears in any statement of the graph.
 boolean RelationManager.hasResource(String graphName, Resource resource)
           
 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 Resource
 void 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 Resource
 class QNameResourceImpl
          Prefixed resource.
 class ResourceImpl
          Resource.
 

Methods in org.nuxeo.ecm.platform.relations.api.impl that return Resource
static Resource NodeFactory.createResource(String uri)
           
 Resource StatementImpl.getPredicate()
           
 Resource AbstractResourceAdapter.getResource(Serializable object, Map<String,Serializable> context)
           
 

Methods in org.nuxeo.ecm.platform.relations.api.impl that return types with arguments of type Resource
 Map<Resource,Node[]> StatementImpl.getProperties()
           
 

Methods in org.nuxeo.ecm.platform.relations.api.impl with parameters of type Resource
 void 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)
           
 Node StatementImpl.getProperty(Resource property)
           
 Serializable AbstractResourceAdapter.getResourceRepresentation(Resource resource, Map<String,Serializable> 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 Resource
 void 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 Resource
static Resource RelationConstants.AUTHOR
           
static Resource RelationConstants.COMMENT
           
static Resource RelationConstants.COPY_FROM_WORK_VERSION
           
static Resource RelationConstants.CREATION_DATE
           
static Resource RelationConstants.MODIFICATION_DATE
           
static Resource RelationConstants.TITLE
           
static Resource RelationConstants.UUID
           
 

Methods in org.nuxeo.ecm.platform.relations.api.util with parameters of type Resource
static DocumentModelList RelationHelper.getObjectDocuments(DocumentModel subjectDoc, Resource predicat)
           
static DocumentModelList RelationHelper.getObjectDocuments(String graphName, DocumentModel subjectDoc, Resource predicat)
           
static List<Statement> RelationHelper.getStatements(DocumentModel subjectDoc, Resource predicat)
           
static List<Statement> RelationHelper.getStatements(String graphName, DocumentModel subjectDoc, Resource predicat)
           
static DocumentModelList RelationHelper.getSubjectDocuments(Resource predicat, DocumentModel objectDocument)
           
static DocumentModelList RelationHelper.getSubjectDocuments(Resource predicat, String stringObject, String sessionId)
           
static DocumentModelList RelationHelper.getSubjectDocuments(String graphName, Resource predicat, DocumentModel objectDocument)
           
static DocumentModelList RelationHelper.getSubjectDocuments(String graphName, Resource predicat, String stringObject, String sessionId)
           
static DocumentModelList RelationHelper.getSubjectDocumentsOut(Resource predicat, DocumentModel objectDocument)
           
static DocumentModelList RelationHelper.getSubjectDocumentsOut(String graphName, Resource predicat, DocumentModel objectDocument)
           
static void RelationHelper.removeRelation(DocumentModel subjectDoc, Resource predicat, DocumentModel objectDoc)
           
static void RelationHelper.removeRelation(String graphName, DocumentModel subjectDoc, Resource predicat, DocumentModel objectDoc)
           
 

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 Resource
 Set<Resource> IORelationResources.getDocumentResources(DocumentRef docRef)
           
 Map<DocumentRef,Set<Resource>> IORelationResources.getResourcesMap()
           
 

Constructor parameters in org.nuxeo.ecm.platform.relations.io with type arguments of type Resource
IORelationResources(Map<String,String> namespaces, Map<DocumentRef,Set<Resource>> documentResources, List<Statement> statements)
           
 

Uses of Resource in org.nuxeo.ecm.platform.relations.jena
 

Methods in org.nuxeo.ecm.platform.relations.jena with parameters of type Resource
 boolean JenaGraph.hasResource(Resource resource)
           
 

Uses of Resource in org.nuxeo.ecm.platform.relations.services
 

Methods in org.nuxeo.ecm.platform.relations.services that return Resource
 Resource RelationService.getResource(String namespace, Serializable object, Map<String,Serializable> context)
           
 

Methods in org.nuxeo.ecm.platform.relations.services that return types with arguments of type Resource
 Set<Resource> RelationService.getAllResources(Serializable object, Map<String,Serializable> context)
           
 

Methods in org.nuxeo.ecm.platform.relations.services with parameters of type Resource
 Serializable RelationService.getResourceRepresentation(String namespace, Resource resource, Map<String,Serializable> context)
           
 boolean RelationService.hasResource(String graphName, Resource resource)
           
 

Uses of Resource in org.nuxeo.ecm.platform.relations.web
 

Methods in org.nuxeo.ecm.platform.relations.web that return Resource
 Resource StatementInfoImpl.getPredicate()
           
 Resource StatementInfo.getPredicate()
           
 

Uses of Resource in org.nuxeo.webengine.sites.utils
 

Fields in org.nuxeo.webengine.sites.utils declared as Resource
static Resource SitesRelationsWikiHelper.HAS_LINK_TO
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.