Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.uidgen.UIDSequencer

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

Uses of UIDSequencer in org.nuxeo.ecm.platform.uidgen
 

Methods in org.nuxeo.ecm.platform.uidgen that return UIDSequencer
 UIDSequencer UIDSequencerFactory.createUIDSequencer()
          Deprecated.  
 

Methods in org.nuxeo.ecm.platform.uidgen with parameters of type UIDSequencer
 void UIDGenerator.setSequencer(UIDSequencer sequencer)
          The sequencer used to generate unique numbers sequencially.
 void AbstractUIDGenerator.setSequencer(UIDSequencer sequencer)
           
 

Uses of UIDSequencer in org.nuxeo.ecm.platform.uidgen.ejb
 

Subinterfaces of UIDSequencer in org.nuxeo.ecm.platform.uidgen.ejb
 interface UIDSequencerManager
           
 

Methods in org.nuxeo.ecm.platform.uidgen.ejb that return UIDSequencer
 UIDSequencer EjbSequencerFactory.createUIDSequencer()
           
 

Uses of UIDSequencer in org.nuxeo.ecm.platform.uidgen.service
 

Classes in org.nuxeo.ecm.platform.uidgen.service that implement UIDSequencer
 class UIDSequencerImpl
          This implementation uses a static persistence provider to be able to instantiate this class without passing by Framework.getService -> this is to avoid potential problems do to sequencer factories.
 

Methods in org.nuxeo.ecm.platform.uidgen.service that return UIDSequencer
 UIDSequencer UIDGeneratorService.getSequencer()
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.