Interface GomUidProviding

All Known Implementing Classes:
AbstractGomUid, GomButtonScriptReference, GomContentReferenceEntry, GomDataset.GomLegacyTableTemplateElement, GomNamedEntry, GomQuery, GomSiteOrMediaStoreFolder, GomStoreFolder, GomTemplateReferenceEntry, GomUidEntry

public interface GomUidProviding
Optional interface for a GomElement providing a UID for element references. The associated IDProvider.UidType might either be declared by this element or by its parent using GomUidTypeProviding.
Since:
5.2.902
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    The UID this element holds as a reference.
  • Method Details

    • getUid

      @Nullable @Nullable String getUid()
      The UID this element holds as a reference.
      Returns:
      The UID or null.
      Since:
      5.2.902