Interface AudiencePageMeta


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

    Modifier and Type
    Method
    Description
    Returns a set of action relations which apply to the suffix resource.
    Returns the title of the suffix resource.
    boolean
    Returns true if the current suffix resource is a folder.
  • Method Details

    • getTitle

      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

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