Table of Contents |
---|
Description
Thai |
---|
ลักษณะ |
- org.joget.commons.util.UuidGenerator
- Under wflow-commons module
- Utility methods to generate an UUID
Code Sample
Thai |
---|
ตัวอย่างโค้ด |
Code Block | ||
---|---|---|
| ||
import org.joget.commons.util.UuidGenerator; String uuid = UuidGenerator.getInstance().getUuid(); |
Methods
Thai |
---|
กระบวนการ |
getInstance
public static org.joget.commons.util.UuidGenerator getInstance()
Get the UuidGenerator instance
Thai |
---|
รับอินสแตนซ์ UuidGenerator |
getUuid
public synchronized java.lang.String getUuid()
Generate an UUID
Thai |
---|
สร้าง UUID |