Uses of Interface
org.nuxeo.ecm.directory.Reference
Packages that use Reference
Package
Description
-
Uses of Reference in org.nuxeo.directory.mongodb
Classes in org.nuxeo.directory.mongodb that implement Reference -
Uses of Reference in org.nuxeo.ecm.directory
Classes in org.nuxeo.ecm.directory that implement ReferenceModifier and TypeClassDescriptionclassImplementation of common Reference logic.classReference that uses the matching reference of the target directory to actually do the job.Fields in org.nuxeo.ecm.directory declared as ReferenceFields in org.nuxeo.ecm.directory with type parameters of type ReferenceModifier and TypeFieldDescriptionAbstractDirectory.referenceClassBaseSession.referenceClassAbstractDirectory.referencesMethods in org.nuxeo.ecm.directory that return ReferenceModifier and TypeMethodDescriptionprotected ReferenceAbstractDirectory.newReference(ReferenceDescriptor desc) Methods in org.nuxeo.ecm.directory that return types with arguments of type ReferenceModifier and TypeMethodDescriptionAbstractDirectory.getReferences()AbstractDirectory.getReferences(String referenceFieldName) Directory.getReferences()Lookup all References defined on the directory.Directory.getReferences(String referenceFieldName) Lookup the References by field name.Methods in org.nuxeo.ecm.directory with parameters of type ReferenceConstructor parameters in org.nuxeo.ecm.directory with type arguments of type ReferenceModifierConstructorDescriptionprotectedAbstractDirectory(BaseDirectoryDescriptor descriptor, Class<? extends Reference> referenceClass) protectedBaseSession(Directory directory, Class<? extends Reference> referenceClass) -
Uses of Reference in org.nuxeo.ecm.directory.ldap
Classes in org.nuxeo.ecm.directory.ldap that implement ReferenceModifier and TypeClassDescriptionclassImplementation 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)classImplementation 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 ReferenceMethods in org.nuxeo.ecm.directory.ldap that return types with arguments of type Reference -
Uses of Reference in org.nuxeo.ecm.directory.multi
Classes in org.nuxeo.ecm.directory.multi that implement ReferenceMethods in org.nuxeo.ecm.directory.multi that return types with arguments of type ReferenceMethod parameters in org.nuxeo.ecm.directory.multi with type arguments of type Reference -
Uses of Reference in org.nuxeo.ecm.directory.sql
Classes in org.nuxeo.ecm.directory.sql that implement Reference