public interface CommentListProvider<E>
CommentListProvider
allows
a client to obtain the children of a resource sorted in the right order of its usage.Modifier and Type | Method and Description |
---|---|
CommentListCollection<E> |
getComments(Resource resource,
QueryRequestInfo listInfo)
Get a subset of
Comment of the specified root resource as defined by the given offset and size. |
java.lang.String[] |
getSupportedResourceType()
Get the resource types this provider supports
|
CommentListCollection<E> getComments(Resource resource, QueryRequestInfo listInfo)
Comment
of the specified root resource as defined by the given offset and size. The
comments are returned in chronological order.resource
- the target resource.listInfo
- QueryRequestInfojava.lang.String[] getSupportedResourceType()
Copyright © 2010 - 2020 Adobe. All Rights Reserved