Interface ActivityPageMeta


  • @ConsumerType
    public interface ActivityPageMeta
    Represents an interface for the activities page meta component which implements the Granite UI 'foundation-collection-meta' behavior.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getActionRels()
      Returns a set of action relations which apply to the suffix resource.
      java.lang.String getTitle()
      Returns the title of the suffix resource.
      boolean isFolder()
      Returns true if the current suffix resource is a folder.
    • Method Detail

      • getTitle

        java.lang.String getTitle()
        Returns the title of the suffix resource.
        Returns:
        Resource title
      • isFolder

        boolean isFolder()
        Returns true if the current suffix resource is a folder.
        Returns:
        true if suffix resource is a folder, false otherwise
      • getActionRels

        java.util.Set<java.lang.String> getActionRels()
        Returns a set of action relations which apply to the suffix resource.
        Returns:
        A set of relation identifiers