public class SearchCommentsSupervisedByTransaction extends AbstractCommentSearchEntity
| Constructor and Description |
|---|
SearchCommentsSupervisedByTransaction(Long supervisorId,
SCommentService commentService,
SearchEntityDescriptor searchDescriptor,
SearchOptions searchOptions) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Execute the count here
|
List<SComment> |
executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Execute the search here
|
convertToClientObjectsexecute, getResult, getSearchFilter, search, search, validateQuerypublic SearchCommentsSupervisedByTransaction(Long supervisorId, SCommentService commentService, SearchEntityDescriptor searchDescriptor, SearchOptions searchOptions)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<Comment,SComment>searchOptions - The query options to execute the count withorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic List<SComment> executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<Comment,SComment>searchOptions - The query options to execute the search withorg.bonitasoft.engine.persistence.SBonitaReadExceptionCopyright © 2018 Bonitasoft S.A.. All rights reserved.