Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Package
org.nuxeo.ecm.platform.uidgen

Packages that use org.nuxeo.ecm.platform.uidgen
org.nuxeo.ecm.platform.uidgen Contains interfaces used by UID generators. 
org.nuxeo.ecm.platform.uidgen.ejb   
org.nuxeo.ecm.platform.uidgen.generators   
org.nuxeo.ecm.platform.uidgen.service   
 

Classes in org.nuxeo.ecm.platform.uidgen used by org.nuxeo.ecm.platform.uidgen
UIDGenerator
          Common interface for UID generators.
UIDSequencer
          UID Sequencer interface defines a method to retrieve next ids based on a given key.
 

Classes in org.nuxeo.ecm.platform.uidgen used by org.nuxeo.ecm.platform.uidgen.ejb
UIDSequencer
          UID Sequencer interface defines a method to retrieve next ids based on a given key.
UIDSequencerFactory
          Deprecated. do not use - it should be removed. Having a UID sequencer is useless. If you need to customize the UIDGenerator then extend UIDAbstractGenerator. The sequencer is simply returning unique integers for a given key.
 

Classes in org.nuxeo.ecm.platform.uidgen used by org.nuxeo.ecm.platform.uidgen.generators
AbstractUIDGenerator
          The abstract class adds some useful methods.
UIDGenerator
          Common interface for UID generators.
 

Classes in org.nuxeo.ecm.platform.uidgen used by org.nuxeo.ecm.platform.uidgen.service
UIDGenerator
          Common interface for UID generators.
UIDSequencer
          UID Sequencer interface defines a method to retrieve next ids based on a given key.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.