public interface CommentSocialComponentList
extends java.util.List<java.lang.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 |
---|---|
java.util.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
|
void |
setSortFields(java.util.List<java.util.Map.Entry<java.lang.String,java.lang.Boolean>> sortFields) |
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, toArray
static final int DEFAULT_DEPTH
int getTotalSize()
void setPagination(CollectionPagination pagination)
pagination
- the pagination settings for the outputvoid setSortedOrder(CollectionSortedOrder sortedOrder)
sortedOrder
- CollectionSortedOrderCollectionPagination getPagination()
java.util.List<Comment> getComments() throws RepositoryException
RepositoryException
- RepositoryExceptionvoid setPathConstraint(PathConstraintType pathConstraint)
pathConstraint
- the path constraint to be usedvoid setSortFields(java.util.List<java.util.Map.Entry<java.lang.String,java.lang.Boolean>> sortFields)
Copyright © 2010 - 2020 Adobe. All Rights Reserved