Uses of Interface
org.nuxeo.ecm.core.uidgen.UIDSequencer
Packages that use UIDSequencer
Package
Description
-
Uses of UIDSequencer in org.nuxeo.ecm.core.mongodb.seqgen
Classes in org.nuxeo.ecm.core.mongodb.seqgen that implement UIDSequencer -
Uses of UIDSequencer in org.nuxeo.ecm.core.uidgen
Classes in org.nuxeo.ecm.core.uidgen that implement UIDSequencerModifier and TypeClassDescriptionclass
class
UID Sequencer based on a key/value store.Fields in org.nuxeo.ecm.core.uidgen with type parameters of type UIDSequencerModifier and TypeFieldDescriptionprotected Class<? extends UIDSequencer>
UIDSequencerProviderDescriptor.sequencerClass
protected final Map<String,
UIDSequencer> UIDGeneratorComponent.sequencers
Methods in org.nuxeo.ecm.core.uidgen that return UIDSequencerModifier and TypeMethodDescriptionUIDGeneratorComponent.getSequencer()
UIDGeneratorComponent.getSequencer
(String name) UIDGeneratorService.getSequencer()
Retrieves the defaultUIDSequencer
UIDGeneratorService.getSequencer
(String name) RetrievesUIDSequencer
by it's nameUIDSequencerProviderDescriptor.getSequencer()
Methods in org.nuxeo.ecm.core.uidgen that return types with arguments of type UIDSequencerModifier and TypeMethodDescriptionUIDGeneratorComponent.getSequencers()
UIDGeneratorService.getSequencers()
Retrieves allUIDSequencer
.Methods in org.nuxeo.ecm.core.uidgen with parameters of type UIDSequencerModifier 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
Classes in org.nuxeo.ecm.platform.uidgen that implement UIDSequencerModifier 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
Classes in org.nuxeo.elasticsearch.seqgen that implement UIDSequencer