Package | Description |
---|---|
org.nuxeo.ecm.directory | |
org.nuxeo.ecm.directory.ldap | |
org.nuxeo.ecm.directory.multi | |
org.nuxeo.ecm.directory.sql |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
Reference |
Directory.getReference(String referenceFieldName)
Lookup a Reference by field name.
|
Reference |
AbstractDirectory.getReference(String referenceFieldName) |
Modifier and Type | Method and Description |
---|---|
Collection<Reference> |
Directory.getReferences()
Lookup all References defined on the directory.
|
Collection<Reference> |
AbstractDirectory.getReferences() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDirectory.addReference(Reference reference) |
void |
AbstractDirectory.addReferences(Reference[] references) |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
Reference[] |
LDAPDirectoryDescriptor.getInverseReferences() |
Reference[] |
LDAPDirectoryDescriptor.getLdapReferences() |
Reference |
LDAPDirectoryProxy.getReference(String referenceFieldName) |
Modifier and Type | Method and Description |
---|---|
Collection<Reference> |
LDAPDirectoryProxy.getReferences() |
Modifier and Type | Class and Description |
---|---|
class |
MultiReference |
Modifier and Type | Method and Description |
---|---|
Reference |
MultiDirectory.getReference(String referenceFieldName) |
Modifier and Type | Class and Description |
---|---|
class |
TableReference |
Modifier and Type | Method and Description |
---|---|
Reference[] |
SQLDirectoryDescriptor.getInverseReferences() |
Reference |
SQLDirectoryProxy.getReference(String referenceFieldName) |
Reference[] |
SQLDirectoryDescriptor.getTableReferences() |
Modifier and Type | Method and Description |
---|---|
Collection<Reference> |
SQLDirectoryProxy.getReferences() |
Copyright © 2011 Nuxeo SA. All Rights Reserved.