Uses of Interface
org.nuxeo.ecm.platform.relations.api.Resource
-
-
Uses of Resource in org.nuxeo.ecm.automation.core.operations.services
Methods in org.nuxeo.ecm.automation.core.operations.services that return Resource Modifier and Type Method Description protected ResourceGetRelations. getPredicate()Methods in org.nuxeo.ecm.automation.core.operations.services with parameters of type Resource Modifier and Type Method Description protected DocumentModelListGetRelations. getDocuments(QNameResource res, Resource predicate)protected List<Statement>GetRelations. getIncomingStatements(QNameResource res, Resource predicate)protected List<Statement>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 Modifier and Type Field Description static ResourcePublicationRelationHelper. PUBLISHED_BY -
Uses of Resource in org.nuxeo.ecm.platform.relations
Fields in org.nuxeo.ecm.platform.relations declared as Resource Modifier and Type Field Description protected ResourceCoreGraph.ResourceFinder. resourceMethods in org.nuxeo.ecm.platform.relations with parameters of type Resource Modifier and Type Method Description protected 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 Resource Constructor Description ResourceFinder(Resource resource)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 Resource Modifier and Type Method Description ResourceDocumentModelResourceAdapter. getResource(Serializable object, Map<String,Object> context)Methods in org.nuxeo.ecm.platform.relations.adapters with parameters of type Resource Modifier and Type Method Description SerializableDocumentModelResourceAdapter. 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.api Modifier and Type Interface Description interfaceQNameResourceResource with a qualified name.Methods in org.nuxeo.ecm.platform.relations.api that return Resource Modifier and Type Method Description ResourceStatement. getPredicate()ResourceRelationManager. getResource(String namespace, Serializable object, Map<String,Object> context)Gets a resource given a namespace and a serializable object.ResourceResourceAdapter. 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 Resource Modifier and Type Method Description Set<Resource>RelationManager. getAllResources(Serializable object, Map<String,Object> 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 Modifier and Type Method Description voidStatement. 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)NodeStatement. getProperty(Resource property)SerializableRelationManager. getResourceRepresentation(String namespace, Resource resource, Map<String,Object> context)Gets an object representing this resource given a namespace.SerializableResourceAdapter. 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 Resource Modifier and Type Method Description voidStatement. 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 Resource Modifier and Type Class Description classQNameResourceImplPrefixed resource.classResourceImplResource.Fields in org.nuxeo.ecm.platform.relations.api.impl declared as Resource Modifier and Type Field Description protected ResourceStatementImpl. predicateFields in org.nuxeo.ecm.platform.relations.api.impl with type parameters of type Resource Modifier and Type Field Description protected Map<Resource,Node[]>StatementImpl. propertiesMethods in org.nuxeo.ecm.platform.relations.api.impl that return Resource Modifier and Type Method Description static ResourceNodeFactory. createResource(String uri)ResourceStatementImpl. getPredicate()ResourceAbstractResourceAdapter. getResource(Serializable object, Map<String,Object> context)Methods in org.nuxeo.ecm.platform.relations.api.impl that return types with arguments of type Resource Modifier and Type Method Description Map<Resource,Node[]>StatementImpl. getProperties()Methods in org.nuxeo.ecm.platform.relations.api.impl with parameters of type Resource Modifier and Type Method Description voidStatementImpl. 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)NodeStatementImpl. getProperty(Resource property)SerializableAbstractResourceAdapter. 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 Resource Modifier and Type Method Description voidStatementImpl. 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 Resource Modifier and Type Field Description static ResourceRelationConstants. AUTHORstatic ResourceRelationConstants. COMMENTstatic ResourceRelationConstants. COPY_FROM_WORK_VERSIONstatic ResourceRelationConstants. CREATION_DATEstatic ResourceRelationConstants. MODIFICATION_DATEstatic ResourceRelationConstants. TITLEstatic ResourceRelationConstants. UUIDMethods in org.nuxeo.ecm.platform.relations.api.util with parameters of type Resource Modifier and Type Method Description static DocumentModelListRelationHelper. getObjectDocuments(String graphName, DocumentModel subjectDoc, Resource predicat)static DocumentModelListRelationHelper. getObjectDocuments(DocumentModel subjectDoc, Resource predicat)static List<Statement>RelationHelper. getStatements(String graphName, DocumentModel subjectDoc, Resource predicat)static List<Statement>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 Resource Modifier and Type Method Description protected 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 Resource Modifier and Type Method Description Set<Resource>IORelationResources. getDocumentResources(DocumentRef docRef)Map<DocumentRef,Set<Resource>>IORelationResources. getResourcesMap()Methods in org.nuxeo.ecm.platform.relations.io with parameters of type Resource Modifier and Type Method Description protected List<Statement>IORelationAdapter. getMatchingStatements(Graph graph, Resource resource)Method parameters in org.nuxeo.ecm.platform.relations.io with type arguments of type Resource Modifier and Type Method Description protected static StatementIORelationAdapter. updateDate(Statement statement, Literal newDate, List<Resource> properties) -
Uses of Resource in org.nuxeo.ecm.platform.relations.jena
Methods in org.nuxeo.ecm.platform.relations.jena with parameters of type Resource Modifier and Type Method Description booleanJenaGraph. hasResource(Resource resource) -
Uses of Resource in org.nuxeo.ecm.platform.relations.services
Methods in org.nuxeo.ecm.platform.relations.services that return Resource Modifier and Type Method Description ResourceRelationService. getResource(String namespace, Serializable object, Map<String,Object> context)Methods in org.nuxeo.ecm.platform.relations.services that return types with arguments of type Resource Modifier and Type Method Description Set<Resource>RelationService. getAllResources(Serializable object, Map<String,Object> context)Methods in org.nuxeo.ecm.platform.relations.services with parameters of type Resource Modifier and Type Method Description SerializableRelationService. getResourceRepresentation(String namespace, Resource resource, Map<String,Object> context)
-