Table of Contents |
---|
Description
- org.joget.commons.util.UuidGenerator
- Under wflow-commons module
- Utility methods to generate an UUID
Code Sample
Code Block | ||
---|---|---|
| ||
import org.joget.commons.util.UuidGenerator;
String uuid = UuidGenerator.getInstance().getUuid(); |
Methods
getInstance
public static org.joget.commons.util.UuidGenerator getInstance()
Get the UuidGenerator instance
getUuid
public synchronized java.lang.String getUuid()
Generate an UUID