Nuxeo Enterprise Platform 5.4

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

Packages that use IdGenerator
org.nuxeo.ecm.directory   
org.nuxeo.ecm.directory.ldap   
org.nuxeo.ecm.directory.memory   
org.nuxeo.ecm.directory.multi   
org.nuxeo.ecm.directory.sql   
 

Uses of IdGenerator in org.nuxeo.ecm.directory
 

Methods in org.nuxeo.ecm.directory that return IdGenerator
 IdGenerator Directory.getIdGenerator()
          Gets the ID generator used when creating new entries in this directory.
 

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

Methods in org.nuxeo.ecm.directory.ldap that return IdGenerator
 IdGenerator LDAPDirectoryProxy.getIdGenerator()
           
 IdGenerator LDAPDirectory.getIdGenerator()
           
 

Uses of IdGenerator in org.nuxeo.ecm.directory.memory
 

Methods in org.nuxeo.ecm.directory.memory that return IdGenerator
 IdGenerator MemoryDirectory.getIdGenerator()
           
 

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

Methods in org.nuxeo.ecm.directory.multi that return IdGenerator
 IdGenerator MultiDirectory.getIdGenerator()
           
 

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

Classes in org.nuxeo.ecm.directory.sql that implement IdGenerator
 class SimpleIdGenerator
          This class implements a simple id generator.
 

Methods in org.nuxeo.ecm.directory.sql that return IdGenerator
 IdGenerator SQLDirectoryProxy.getIdGenerator()
           
 IdGenerator SQLDirectory.getIdGenerator()
           
 

Constructors in org.nuxeo.ecm.directory.sql with parameters of type IdGenerator
SQLSession(SQLDirectory directory, SQLDirectoryDescriptor config, IdGenerator idGenerator, boolean managedSQLSession)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.