Interface IConfMeta
-
@ProviderType public interface IConfMeta
Represents an FDM configuration item from/conf
.The configuration might be of type
sling:Folder
or cq:Page
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getLastModifiedBy()
Returns the user which last modified the itemjava.util.Calendar
getLastModifiedDate()
Returns the last modified time stamp.java.util.Set<java.lang.String>
getQuickactionsRels()
Returns the last published time stamp.java.lang.String
getTitle()
Returns the title of the item.boolean
hasChildren()
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:
true
if 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
-
-