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