Uses of Interface
org.nuxeo.ecm.platform.relations.api.QNameResource
-
-
Uses of QNameResource in org.nuxeo.ecm.automation.core.operations.services
Methods in org.nuxeo.ecm.automation.core.operations.services that return QNameResource Modifier and Type Method Description protected QNameResource
GetRelations. getDocumentResource(DocumentModel document)
Methods in org.nuxeo.ecm.automation.core.operations.services with parameters of type QNameResource 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 QNameResource in org.nuxeo.ecm.platform.relations
Methods in org.nuxeo.ecm.platform.relations that return QNameResource Modifier and Type Method Description protected QNameResource
CoreGraph.StatementFinder. createId(String id)
-
Uses of QNameResource in org.nuxeo.ecm.platform.relations.api.impl
Classes in org.nuxeo.ecm.platform.relations.api.impl that implement QNameResource Modifier and Type Class Description class
QNameResourceImpl
Prefixed resource.Methods in org.nuxeo.ecm.platform.relations.api.impl that return QNameResource Modifier and Type Method Description static QNameResource
NodeFactory. createQNameResource(String namespace, String localName)
-
Uses of QNameResource in org.nuxeo.ecm.platform.relations.api.util
Methods in org.nuxeo.ecm.platform.relations.api.util that return QNameResource Modifier and Type Method Description static QNameResource
RelationHelper. getDocumentResource(DocumentModel document)
Returns the relation node corresponding to a document model. -
Uses of QNameResource in org.nuxeo.ecm.platform.relations.io
Methods in org.nuxeo.ecm.platform.relations.io with parameters of type QNameResource Modifier and Type Method Description protected DocumentRef
IORelationAdapter. getDocumentRef(RelationManager relManager, QNameResource resource)
-