Uses of Interface
org.nuxeo.ecm.core.uidgen.UIDSequencer
Package
Description
-
Uses of UIDSequencer in org.nuxeo.ecm.core.mongodb.seqgen
-
Uses of UIDSequencer in org.nuxeo.ecm.core.uidgen
Modifier and TypeClassDescriptionclass
class
UID Sequencer based on a key/value store.Modifier and TypeFieldDescriptionprotected Class<? extends UIDSequencer>
UIDSequencerProviderDescriptor.sequencerClass
protected final Map<String,
UIDSequencer> UIDGeneratorComponent.sequencers
Modifier and TypeMethodDescriptionUIDGeneratorComponent.getSequencer()
UIDGeneratorComponent.getSequencer
(String name) UIDGeneratorService.getSequencer()
Retrieves the defaultUIDSequencer
UIDGeneratorService.getSequencer
(String name) RetrievesUIDSequencer
by it's nameUIDSequencerProviderDescriptor.getSequencer()
Modifier and TypeMethodDescriptionfinal void
AbstractUIDGenerator.setSequencer
(UIDSequencer sequencer) void
UIDGenerator.setSequencer
(UIDSequencer sequencer) The sequencer used to generate unique numbers sequencially. -
Uses of UIDSequencer in org.nuxeo.ecm.platform.uidgen
Modifier and TypeClassDescriptionclass
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. -
Uses of UIDSequencer in org.nuxeo.elasticsearch.seqgen