public class SearchPages extends AbstractSearchEntity<Page,SPage>
| Constructor and Description |
|---|
SearchPages(PageService pageService,
SearchEntityDescriptor searchDescriptor,
SearchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
List<Page> |
convertToClientObjects(List<SPage> pages)
Must convert server objects in client objects here
|
long |
executeCount(QueryOptions queryOptions)
Execute the count here
|
List<SPage> |
executeSearch(QueryOptions queryOptions)
Execute the search here
|
execute, getResult, getSearchFilter, search, search, validateQuerypublic SearchPages(PageService pageService, SearchEntityDescriptor searchDescriptor, SearchOptions options)
public long executeCount(QueryOptions queryOptions) throws SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<Page,SPage>queryOptions - The query options to execute the count withSBonitaReadExceptionpublic List<SPage> executeSearch(QueryOptions queryOptions) throws SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<Page,SPage>queryOptions - The query options to execute the search withSBonitaReadExceptionpublic List<Page> convertToClientObjects(List<SPage> pages)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<Page,SPage>pages - The server object to convertCopyright © 2018 Bonitasoft S.A.. All rights reserved.