Interface IConfMeta
-
@ProviderType public interface IConfMetaRepresents an FDM configuration item from/conf.The configuration might be of type
sling:Folderor cq:Page
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLastModifiedBy()Returns the user which last modified the itemjava.util.CalendargetLastModifiedDate()Returns the last modified time stamp.java.util.Set<java.lang.String>getQuickactionsRels()Returns the last published time stamp.java.lang.StringgetTitle()Returns the title of the item.booleanhasChildren()Indicates if item has children.
-
-
-
Method Detail
-
getTitle
@Nonnull java.lang.String getTitle()
Returns the title of the item.- Returns:
- Item title or resource name if none found. Returns never
null
-
hasChildren
@Nonnull boolean hasChildren()
Indicates if item has children.- Returns:
trueif item has children
-
getLastModifiedDate
@Nullable java.util.Calendar getLastModifiedDate()
Returns the last modified time stamp.- Returns:
- Last modified time in milliseconds or
null
-
getLastModifiedBy
@Nullable java.lang.String getLastModifiedBy()
Returns the user which last modified the item- Returns:
- User identifier or
null
-
getQuickactionsRels
@Nonnull java.util.Set<java.lang.String> getQuickactionsRels()
Returns the last published time stamp.- Returns:
- Last published time in milliseconds or
null
-
-