C
- commentpublic interface CommentCollection<C extends Comment,T extends CommentCollectionConfiguration> extends SocialCollectionComponent
CommentCollection
represents a collection of Comment
s. Comments can be added to and removed
from the collection. A collection is tied to a specific target (e.g. the page, asset or node that was commented on)
- see com.adobe.cq.social.commons.impl.CommentInfo#getTarget()
.CSV_SELECTOR, DEFAULT_SELECTOR, INDEX_SELECTOR, PROP_REFERER, QUERY_SELECTOR, TRANSLATE_SELECTOR
Modifier and Type | Method and Description |
---|---|
T |
getConfiguration()
Get the configuration for this collection
|
java.util.Calendar |
getCreated()
Returns the moment in time this collection was created.
|
java.util.Calendar |
getLastModified()
Returns the moment in time this collection was last modified.
|
boolean |
getMayPost() |
PageInfo |
getPageInfo()
Gets information about the pages for this collection.
|
boolean |
isTaggingAllowed()
Checks if is tagging allowed.
|
getItems, getTotalSize, setPagination, setSortedOrder
getAsMap, getFriendlyUrl, getId, getParentComponent, getProperties, getProperty, getProperty, getResource, getResourceType, getSourceComponent, getUrl, toJSONString
java.util.Calendar getCreated()
java.util.Calendar getLastModified()
PageInfo getPageInfo()
boolean isTaggingAllowed()
T getConfiguration()
boolean getMayPost()
Copyright © 2010 - 2020 Adobe. All Rights Reserved