Interface GomRemoteProjectProviding

All Known Implementing Classes:
GomMediaStoreRemoteProjectEntry, GomSiteOrMediaStoreRemoteProjectEntry, GomStorableRemoteProjectEntry

public interface GomRemoteProjectProviding
Optional interface for a GomElement providing a name of a remote project configuration for element references, contained either in this element, or one of its child elements.
Since:
5.2.902
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
    The name of a remote project configuration the uid references points to.
  • Method Details

    • getRemoteProjectName

      @Nullable @Nullable String getRemoteProjectName()
      The name of a remote project configuration the uid references points to.
      Returns:
      The associated remote project configuration name, or null for the local project.
      Since:
      5.2.902