C
- public 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 #getTarget()
.DEFAULT_SELECTOR, INDEX_SELECTOR, QUERY_SELECTOR, TRANSLATE_SELECTOR
Modifier and Type | Method and Description |
---|---|
T |
getConfiguration()
Get the configuration for this collection
|
Calendar |
getCreated()
Returns the moment in time this collection was created.
|
Calendar |
getLastModified()
Returns the moment in time this collection was last modified.
|
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, getResource, getResourceType, getSourceComponent, getUrl, toJSONString
Calendar getCreated()
Calendar getLastModified()
PageInfo getPageInfo()
boolean isTaggingAllowed()
T getConfiguration()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"