public class SearchComments extends AbstractCommentSearchEntity
| Constructor and Description |
|---|
SearchComments(SearchCommentDescriptor searchDescriptor,
SearchOptions options,
SCommentService commentService) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(QueryOptions searchOptions)
Execute the count here
|
List<SComment> |
executeSearch(QueryOptions searchOptions)
Execute the search here
|
convertToClientObjectsexecute, getResult, getSearchFilter, search, search, validateQuerypublic SearchComments(SearchCommentDescriptor searchDescriptor, SearchOptions options, SCommentService commentService)
public long executeCount(QueryOptions searchOptions) throws SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<Comment,SComment>searchOptions - The query options to execute the count withSBonitaReadExceptionpublic List<SComment> executeSearch(QueryOptions searchOptions) throws SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<Comment,SComment>searchOptions - The query options to execute the search withSBonitaReadExceptionCopyright © 2018 Bonitasoft S.A.. All rights reserved.