Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.directory.Reference

Packages that use Reference
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.ecm.directory
 

Classes in org.nuxeo.ecm.directory that implement Reference
 class AbstractReference
          Implementation of common Reference logic.
 class InverseReference
          Reference that uses the matching reference of the target directory to actually do the job.
 

Methods in org.nuxeo.ecm.directory that return Reference
 Reference Directory.getReference(String referenceFieldName)
          Lookup a Reference by field name.
 Reference AbstractDirectory.getReference(String referenceFieldName)
           
 

Methods in org.nuxeo.ecm.directory that return types with arguments of type Reference
 Collection<Reference> Directory.getReferences()
          Lookup all References defined on the directory.
 Collection<Reference> AbstractDirectory.getReferences()
           
 

Methods in org.nuxeo.ecm.directory with parameters of type Reference
 void AbstractDirectory.addReference(Reference reference)
           
 void AbstractDirectory.addReferences(Reference[] references)
           
 

Uses of Reference in org.nuxeo.ecm.directory.ldap
 

Classes in org.nuxeo.ecm.directory.ldap that implement Reference
 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
 Reference[] LDAPDirectoryDescriptor.getInverseReferences()
           
 Reference[] LDAPDirectoryDescriptor.getLdapReferences()
           
 Reference LDAPDirectoryProxy.getReference(String referenceFieldName)
           
 

Methods in org.nuxeo.ecm.directory.ldap that return types with arguments of type Reference
 Collection<Reference> LDAPDirectoryProxy.getReferences()
           
 

Uses of Reference in org.nuxeo.ecm.directory.multi
 

Classes in org.nuxeo.ecm.directory.multi that implement Reference
 class MultiReference
           
 

Methods in org.nuxeo.ecm.directory.multi that return Reference
 Reference MultiDirectory.getReference(String referenceFieldName)
           
 

Uses of Reference in org.nuxeo.ecm.directory.sql
 

Classes in org.nuxeo.ecm.directory.sql that implement Reference
 class TableReference
           
 

Methods in org.nuxeo.ecm.directory.sql that return Reference
 Reference[] SQLDirectoryDescriptor.getInverseReferences()
           
 Reference SQLDirectoryProxy.getReference(String referenceFieldName)
           
 Reference[] SQLDirectoryDescriptor.getTableReferences()
           
 

Methods in org.nuxeo.ecm.directory.sql that return types with arguments of type Reference
 Collection<Reference> SQLDirectoryProxy.getReferences()
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.