Nuxeo Enterprise Platform 5.4

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 AbstractDirectory.getReference(java.lang.String referenceFieldName)
           
 Reference Directory.getReference(java.lang.String referenceFieldName)
          Lookup a Reference by field name.
 

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

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. the uniqueMember attribute of the groupOfUniqueNames objectclass) the dynamic attribute strategy where a potentially multi-valued attribute stores a ldap urls intensively describing the refereed LDAP entries (eg. the memberURLs attribute of the groupOfURLs objectclass) Please note that both static and dynamic references are resolved in read mode whereas only the static attribute strategy is used when creating new references or when deleting existing ones (write / update mode).
 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(java.lang.String referenceFieldName)
           
 

Methods in org.nuxeo.ecm.directory.ldap that return types with arguments of type Reference
 java.util.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(java.lang.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(java.lang.String referenceFieldName)
           
 Reference[] SQLDirectoryDescriptor.getTableReferences()
           
 

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


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.