Uses of Interface
org.nuxeo.ecm.directory.Reference
-
Packages that use Reference Package Description org.nuxeo.directory.mongodb org.nuxeo.ecm.directory org.nuxeo.ecm.directory.ldap org.nuxeo.ecm.directory.multi org.nuxeo.ecm.directory.sql -
-
Uses of Reference in org.nuxeo.directory.mongodb
Classes in org.nuxeo.directory.mongodb that implement Reference Modifier and Type Class Description class
MongoDBReference
MongoDB implementation of aReference
-
Uses of Reference in org.nuxeo.ecm.directory
Classes in org.nuxeo.ecm.directory that implement Reference Modifier and Type Class Description class
AbstractReference
Implementation of common Reference logic.class
InverseReference
Reference that uses the matching reference of the target directory to actually do the job.Fields in org.nuxeo.ecm.directory declared as Reference Modifier and Type Field Description protected Reference
InverseReference. dualReference
Fields in org.nuxeo.ecm.directory with type parameters of type Reference Modifier and Type Field Description protected Class<? extends Reference>
AbstractDirectory. referenceClass
protected Class<? extends Reference>
BaseSession. referenceClass
protected Map<String,List<Reference>>
AbstractDirectory. references
Methods in org.nuxeo.ecm.directory that return Reference Modifier and Type Method Description Reference
AbstractDirectory. getReference(String referenceFieldName)
Deprecated.Reference
Directory. getReference(String referenceFieldName)
Deprecated.since 7.4, kept for compatibility with old code, useDirectory.getReferences(String)
insteadprotected Reference
AbstractDirectory. newReference(ReferenceDescriptor desc)
Methods in org.nuxeo.ecm.directory that return types with arguments of type Reference Modifier and Type Method Description Collection<Reference>
AbstractDirectory. getReferences()
List<Reference>
AbstractDirectory. getReferences(String referenceFieldName)
Collection<Reference>
Directory. getReferences()
Lookup all References defined on the directory.List<Reference>
Directory. getReferences(String referenceFieldName)
Lookup the References by field name.Methods in org.nuxeo.ecm.directory with parameters of type Reference Modifier and Type Method Description void
AbstractDirectory. addReference(Reference reference)
Constructor parameters in org.nuxeo.ecm.directory with type arguments of type Reference Constructor Description AbstractDirectory(BaseDirectoryDescriptor descriptor, Class<? extends Reference> referenceClass)
BaseSession(Directory directory, Class<? extends Reference> referenceClass)
-
Uses of Reference in org.nuxeo.ecm.directory.ldap
Classes in org.nuxeo.ecm.directory.ldap that implement Reference Modifier and Type Class Description class
LDAPReference
Implementation of the directory Reference interface that leverage two common ways of storing relationships in LDAP directories: the static attribute strategy where a multi-valued attribute store the exhaustive list of distinguished names of the refereed entries (eg.class
LDAPTreeReference
Implementation of the directory Reference interface that makes it possible to retrieve children of a node in the LDAP tree structure.Methods in org.nuxeo.ecm.directory.ldap that return Reference Modifier and Type Method Description Reference[]
LDAPDirectoryDescriptor. getLdapReferences()
Methods in org.nuxeo.ecm.directory.ldap that return types with arguments of type Reference Modifier and Type Method Description List<Reference>
LDAPDirectory. getReferences(String referenceFieldName)
-
Uses of Reference in org.nuxeo.ecm.directory.multi
Classes in org.nuxeo.ecm.directory.multi that implement Reference Modifier and Type Class Description class
MultiReference
Methods in org.nuxeo.ecm.directory.multi that return types with arguments of type Reference Modifier and Type Method Description List<Reference>
MultiDirectory. getReferences(String referenceFieldName)
Method parameters in org.nuxeo.ecm.directory.multi with type arguments of type Reference Modifier and Type Method Description List<String>
MultiReference.Collector. collect(List<Reference> dir)
-
Uses of Reference in org.nuxeo.ecm.directory.sql
Classes in org.nuxeo.ecm.directory.sql that implement Reference Modifier and Type Class Description class
TableReference
-