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(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
Execute the count here
|
List<SApplicationPage> |
executeSearch(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
Execute the search here
|
execute, getResult, getSearchFilter, validateQuerypublic SearchApplicationPages(ApplicationService applicationService, ApplicationPageModelConverter convertor, SearchEntityDescriptor searchDescriptor, SearchOptions options)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<ApplicationPage,SApplicationPage>queryOptions - The query options to execute the count withorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic List<SApplicationPage> executeSearch(org.bonitasoft.engine.persistence.QueryOptions queryOptions) throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<ApplicationPage,SApplicationPage>queryOptions - The query options to execute the search withorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic List<ApplicationPage> convertToClientObjects(List<SApplicationPage> serverObjects)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<ApplicationPage,SApplicationPage>serverObjects - The server object to convertCopyright © 2017 Bonitasoft S.A.. All rights reserved.