Interface AudiencePageMeta
- 
@ConsumerType public interface AudiencePageMetaRepresents 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.StringgetTitle()Returns the title of the suffix resource.booleanisFolder()Returnstrueif 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()
Returnstrueif the current suffix resource is a folder.- Returns:
 trueif suffix resource is a folder,falseotherwise
 
- 
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
 
 
 - 
 
 -