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 Resource
GetRelations. getPredicate()
Methods in org.nuxeo.ecm.automation.core.operations.services with parameters of type Resource Modifier and Type Method Description protected DocumentModelList
GetRelations. 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 Resource
PublicationRelationHelper. 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 Resource
CoreGraph.ResourceFinder. resource
Methods in org.nuxeo.ecm.platform.relations with parameters of type Resource Modifier and Type Method Description protected 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 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 Resource
DocumentModelResourceAdapter. 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 Serializable
DocumentModelResourceAdapter. 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 interface
QNameResource
Resource with a qualified name.Methods in org.nuxeo.ecm.platform.relations.api that return Resource Modifier and Type Method Description Resource
Statement. getPredicate()
Resource
RelationManager. getResource(String namespace, Serializable object, Map<String,Object> context)
Gets a resource given a namespace and a serializable object.Resource
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 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 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
RelationManager. getResourceRepresentation(String namespace, Resource resource, Map<String,Object> context)
Gets an object representing this resource given a namespace.Serializable
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 Resource Modifier and Type Method Description 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 Modifier and Type Class Description class
QNameResourceImpl
Prefixed resource.class
ResourceImpl
Resource.Fields in org.nuxeo.ecm.platform.relations.api.impl declared as Resource Modifier and Type Field Description protected Resource
StatementImpl. predicate
Fields in org.nuxeo.ecm.platform.relations.api.impl with type parameters of type Resource Modifier and Type Field Description protected Map<Resource,Node[]>
StatementImpl. properties
Methods in org.nuxeo.ecm.platform.relations.api.impl that return Resource Modifier and Type Method Description static Resource
NodeFactory. createResource(String uri)
Resource
StatementImpl. getPredicate()
Resource
AbstractResourceAdapter. 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 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,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 Resource Modifier and Type Method Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description static DocumentModelList
RelationHelper. getObjectDocuments(String graphName, DocumentModel subjectDoc, Resource predicat)
static DocumentModelList
RelationHelper. 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 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 Resource Modifier and Type Method Description protected 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 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 Statement
IORelationAdapter. 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 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 Modifier and Type Method Description Resource
RelationService. 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 Serializable
RelationService. getResourceRepresentation(String namespace, Resource resource, Map<String,Object> context)
-