Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.uidgen
Interface UIDSequencerFactory

All Known Implementing Classes:
EjbSequencerFactory

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.

public interface UIDSequencerFactory

Author:
Bogdan Stefanescu

Method Summary
 UIDSequencer createUIDSequencer()
          Deprecated.  
 

Method Detail

createUIDSequencer

UIDSequencer createUIDSequencer()
Deprecated. 

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.