Class UuidIdGenerator
- java.lang.Object
-
- org.flowable.ui.common.repository.UuidIdGenerator
-
@Component public class UuidIdGenerator extends Object
IdGeneratorimplementation based on the current time and the ethernet address of the machine it is running on.- Author:
- Tijs Rademakers, Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected static com.fasterxml.uuid.impl.TimeBasedGeneratortimeBasedGenerator
-
Constructor Summary
Constructors Constructor Description UuidIdGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidensureGeneratorInitialized()StringgenerateId()
-
-
-
Method Detail
-
ensureGeneratorInitialized
protected void ensureGeneratorInitialized()
-
generateId
public String generateId()
-
-