public interface CommentSocialComponentList extends List<Object>
CommentCollection, or a Comment to store
its children.| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_DEPTH
Default embedded depth.
|
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
getComments()
Gets a strongly typed list of comments.
|
CollectionPagination |
getPagination()
Get the pagination setting.
|
int |
getTotalSize()
Get total size of the collection.
|
void |
setPagination(CollectionPagination pagination)
Set the collection pagination.
|
void |
setPathConstraint(PathConstraintType pathConstraint)
Set the path constraint to use in the search
|
void |
setSortedOrder(CollectionSortedOrder sortedOrder)
Set the sorted order of the list
|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamstatic final int DEFAULT_DEPTH
int getTotalSize()
void setPagination(CollectionPagination pagination)
pagination - the pagination settings for the outputvoid setSortedOrder(CollectionSortedOrder sortedOrder)
CollectionPagination getPagination()
List<Comment> getComments() throws RepositoryException
RepositoryExceptionvoid setPathConstraint(PathConstraintType pathConstraint)
pathConstraint - the path constraint to be used"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"