Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents


English

Description

Thai

ลักษณะ

  • org.joget.commons.util.UuidGenerator
  • Under wflow-commons module
  • Utility methods to generate an UUID

...

Code Block
languagejava
import org.joget.commons.util.UuidGenerator;


String uuid = UuidGenerator.getInstance().getUuid();

Methods

Thai

กระบวนการ

getInstance
public static org.joget.commons.util.UuidGenerator getInstance()

...