Uses of Interface
org.nuxeo.ecm.core.uidgen.UIDGenerator
-
Packages that use UIDGenerator Package Description org.nuxeo.ecm.core.uidgen -
-
Uses of UIDGenerator in org.nuxeo.ecm.core.uidgen
Classes in org.nuxeo.ecm.core.uidgen that implement UIDGenerator Modifier and Type Class Description classAbstractUIDGeneratorThe abstract class adds some useful methods.Fields in org.nuxeo.ecm.core.uidgen with type parameters of type UIDGenerator Modifier and Type Field Description protected Map<String,UIDGenerator>UIDGeneratorComponent. generatorsMethods in org.nuxeo.ecm.core.uidgen that return UIDGenerator Modifier and Type Method Description UIDGeneratorUIDGeneratorComponent. getUIDGeneratorFor(DocumentModel doc)Returns the uid generator to use for this document.UIDGeneratorUIDGeneratorService. getUIDGeneratorFor(DocumentModel doc)Returns the uid generator to use for this document.
-