Interface IMeta
-
@ProviderType public interface IMetaRepresents a page meta component for the FDM dedicated console for cloud services.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>getActionsRels()Returns a set of action relations which apply to the currently addressed resource.java.lang.StringgetTitle()Returns the title of the currently addressed resource.java.lang.BooleanisFolder()Returns if currently addressed resource is a folder.
-
-
-
Method Detail
-
isFolder
java.lang.Boolean isFolder()
Returns if currently addressed resource is a folder.- Returns:
trueif currently addressed resource is folder,falseotherwise
-
getTitle
java.lang.String getTitle()
Returns the title of the currently addressed resource.If the resource does not have a
./content/jcr:titleproperty either the./jcr:titleproperty or the name of the resource is returned.- Returns:
- title or name of the currently addressed resource
-
getActionsRels
java.util.Set<java.lang.String> getActionsRels()
Returns a set of action relations which apply to the currently addressed resource.- Returns:
- A set of relation identifiers
-
-