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 TypeClassDescriptionclassclassUID 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.sequencerClassprotected final Map<String, UIDSequencer> UIDGeneratorComponent.sequencersMethods in org.nuxeo.ecm.core.uidgen that return UIDSequencerModifier and TypeMethodDescriptionUIDGeneratorComponent.getSequencer()UIDGeneratorComponent.getSequencer(String name) UIDGeneratorService.getSequencer()Retrieves the defaultUIDSequencerUIDGeneratorService.getSequencer(String name) RetrievesUIDSequencerby 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 voidAbstractUIDGenerator.setSequencer(UIDSequencer sequencer) voidUIDGenerator.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 TypeClassDescriptionclassThis 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.uidgen.opensearch1
Classes in org.nuxeo.uidgen.opensearch1 that implement UIDSequencer