@ProviderType public interface IConfMeta
/conf
.
The configuration might be of type sling:Folder
or cq:Page
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLastModifiedBy()
Returns the user which last modified the item
|
java.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.
|
@Nonnull java.lang.String getTitle()
null
@Nonnull boolean hasChildren()
true
if item has children@Nullable java.util.Calendar getLastModifiedDate()
null
@Nullable java.lang.String getLastModifiedBy()
null
@Nonnull java.util.Set<java.lang.String> getQuickactionsRels()
null
Copyright © 2010 - 2020 Adobe. All Rights Reserved