Nuxeo Enterprise Platform 5.3

org.nuxeo.ecm.platform.uidgen.ejb
Interface UIDSequencerManager

All Superinterfaces:
UIDSequencer
All Known Implementing Classes:
UIDSequencerManagerBean

public interface UIDSequencerManager
extends UIDSequencer


Method Summary
 int getNext(String key)
          For the given key returns the incremented UID which is also stored in the same sequence entry.
 

Method Detail

getNext

int getNext(String key)
For the given key returns the incremented UID which is also stored in the same sequence entry. This is a "one time use" function for a document.

Specified by:
getNext in interface UIDSequencer
Parameters:
key -
Returns:

Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.