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