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(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
Execute the count here
|
List<SPage> |
executeSearch(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
Execute the search here
|
execute, getResult, getSearchFilterpublic SearchPages(PageService pageService, SearchEntityDescriptor searchDescriptor, SearchOptions options)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<Page,SPage>queryOptions - The query options to execute the count withorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic List<SPage> executeSearch(org.bonitasoft.engine.persistence.QueryOptions queryOptions) throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<Page,SPage>queryOptions - The query options to execute the search withorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic List<Page> convertToClientObjects(List<SPage> pages)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<Page,SPage>pages - The server object to convertCopyright © 2016 Bonitasoft S.A.. All rights reserved.