public class WebIdsGenerator
extends org.nuxeo.ecm.platform.uidgen.AbstractUIDGenerator
| Modifier and Type | Field and Description |
|---|---|
static int |
BYTES
The number of bytes used to represent a
long value in two's
complement binary form. |
| Constructor and Description |
|---|
WebIdsGenerator() |
| Modifier and Type | Method and Description |
|---|---|
String |
createUID(org.nuxeo.ecm.core.api.DocumentModel document) |
String |
getSequenceKey(org.nuxeo.ecm.core.api.DocumentModel document) |
public static final int BYTES
long value in two's
complement binary form.since 1.8,
Constant Field Valuespublic String getSequenceKey(org.nuxeo.ecm.core.api.DocumentModel document) throws org.nuxeo.ecm.core.api.DocumentException
org.nuxeo.ecm.core.api.DocumentExceptionpublic String createUID(org.nuxeo.ecm.core.api.DocumentModel document) throws org.nuxeo.ecm.core.api.DocumentException
org.nuxeo.ecm.core.api.DocumentExceptionCopyright © 2020. All rights reserved.