Uses of Class
org.nuxeo.ecm.directory.AbstractReference
-
Packages that use AbstractReference 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 AbstractReference in org.nuxeo.directory.mongodb
Subclasses of AbstractReference in org.nuxeo.directory.mongodb Modifier and Type Class Description class
MongoDBReference
MongoDB implementation of aReference
-
Uses of AbstractReference in org.nuxeo.ecm.directory
Subclasses of AbstractReference in org.nuxeo.ecm.directory Modifier and Type Class Description class
InverseReference
Reference that uses the matching reference of the target directory to actually do the job. -
Uses of AbstractReference in org.nuxeo.ecm.directory.ldap
Subclasses of AbstractReference in org.nuxeo.ecm.directory.ldap 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. -
Uses of AbstractReference in org.nuxeo.ecm.directory.multi
Subclasses of AbstractReference in org.nuxeo.ecm.directory.multi Modifier and Type Class Description class
MultiReference
-
Uses of AbstractReference in org.nuxeo.ecm.directory.sql
Subclasses of AbstractReference in org.nuxeo.ecm.directory.sql Modifier and Type Class Description class
TableReference
-