org.bonitasoft.engine.search.comment
public class SearchArchivedComments extends AbstractArchivedCommentsSearchEntity
| Constructor and Description |
|---|
SearchArchivedComments(org.bonitasoft.engine.core.process.comment.api.SCommentService sCommentService,
SearchEntityDescriptor searchDescriptor,
SearchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
long |
executeCount(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Execute the count here
|
List<SAComment> |
executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
Execute the search here
|
convertToClientObjectsexecute, getResult, getSearchFilterpublic SearchArchivedComments(org.bonitasoft.engine.core.process.comment.api.SCommentService sCommentService,
SearchEntityDescriptor searchDescriptor,
SearchOptions options)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions searchOptions)
throws org.bonitasoft.engine.persistence.SBonitaSearchException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<ArchivedComment,SAComment>searchOptions - The query options to execute the count withorg.bonitasoft.engine.persistence.SBonitaSearchExceptionpublic List<SAComment> executeSearch(org.bonitasoft.engine.persistence.QueryOptions searchOptions) throws org.bonitasoft.engine.persistence.SBonitaSearchException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<ArchivedComment,SAComment>searchOptions - The query options to execute the search withorg.bonitasoft.engine.persistence.SBonitaSearchExceptionCopyright © 2014 Bonitasoft S.A.. All rights reserved.