public class DefaultMacroIdSupplier extends Object implements MacroIdSupplier
MacroIdSupplier which uses a randomly generated UUID to generate a unique
MacroId.
Even though this supplier generates globally unique UUID's you can only assume they are unique within the current version of a single page. This is because they are not reset after a page is created via rpc, copied or restored from the history.
| Constructor and Description |
|---|
DefaultMacroIdSupplier() |
public MacroId get()
get in interface MacroIdSupplierget in interface com.google.common.base.Supplier<MacroId>Copyright © 2003–2021 Atlassian. All rights reserved.