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
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()
Returnstrue
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()
Returnstrue
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
-
-