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 class
AbstractUIDGenerator
The 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. generators
Methods in org.nuxeo.ecm.core.uidgen that return UIDGenerator Modifier and Type Method Description UIDGenerator
UIDGeneratorComponent. getUIDGeneratorFor(DocumentModel doc)
Returns the uid generator to use for this document.UIDGenerator
UIDGeneratorService. getUIDGeneratorFor(DocumentModel doc)
Returns the uid generator to use for this document.
-