public interface CommentSocialComponentListProvider
Modifier and Type | Method and Description |
---|---|
boolean |
acceptQuery(QueryRequestInfo listInfo) |
boolean |
checkResource(Resource commentCollectionResource,
SocialUtils socialUtils)
Allows a caller to determine whether this provider can retrieve the list of comments for the given resource.
|
<C extends Comment,T extends CommentCollectionConfiguration> |
getCommentSocialComponentList(CommentCollection<C,T> commentCollection,
QueryRequestInfo listInfo,
ClientUtilities clientUtils) |
<C extends Comment> |
getCommentSocialComponentList(C comment,
QueryRequestInfo listInfo,
ClientUtilities clientUtils) |
java.util.List<java.lang.String> |
getSupportedResourceType() |
<C extends Comment,T extends CommentCollectionConfiguration> CommentSocialComponentList getCommentSocialComponentList(CommentCollection<C,T> commentCollection, QueryRequestInfo listInfo, ClientUtilities clientUtils)
C
- commentT
- CommentCollectionConfigurationcommentCollection
- - the comment collection instance for which the list of comments is to be retrieved.listInfo
- - parameters that define the listclientUtils
- - an instance of ClientUtilities
CommentSocialComponentList
that contains the list of comments retrieved<C extends Comment> CommentSocialComponentList getCommentSocialComponentList(C comment, QueryRequestInfo listInfo, ClientUtilities clientUtils)
C
- commentcomment
- - the comment instance for which the list of comments is to be retrieved.listInfo
- - parameters that define the listclientUtils
- - an instance of ClientUtilities
CommentSocialComponentList
that contains the list of comments retrievedboolean checkResource(Resource commentCollectionResource, SocialUtils socialUtils)
commentCollectionResource
- - the resource for which a list of comments is to be retrieved.socialUtils
- - an instance of SocialUtils
java.util.List<java.lang.String> getSupportedResourceType()
boolean acceptQuery(QueryRequestInfo listInfo)
listInfo
- - the list parameters for which provider might have to retireve a list forCopyright © 2010 - 2020 Adobe. All Rights Reserved