public class SearchApplicationPages extends AbstractSearchEntity<org.bonitasoft.engine.business.application.ApplicationPage,SApplicationPage>
| Constructor and Description |
|---|
SearchApplicationPages(ApplicationService applicationService,
ApplicationPageModelConverter convertor,
SearchEntityDescriptor searchDescriptor,
org.bonitasoft.engine.search.SearchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.bonitasoft.engine.business.application.ApplicationPage> |
convertToClientObjects(java.util.List<SApplicationPage> serverObjects)
Must convert server objects in client objects here
|
long |
executeCount(QueryOptions queryOptions)
Execute the count here
|
java.util.List<SApplicationPage> |
executeSearch(QueryOptions queryOptions)
Execute the search here
|
execute, getResult, getSearchFilter, search, search, validateQuerypublic SearchApplicationPages(ApplicationService applicationService, ApplicationPageModelConverter convertor, SearchEntityDescriptor searchDescriptor, org.bonitasoft.engine.search.SearchOptions options)
public long executeCount(QueryOptions queryOptions) throws SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<org.bonitasoft.engine.business.application.ApplicationPage,SApplicationPage>queryOptions - The query options to execute the count withSBonitaReadException - when the search failed to retrieve the count numberpublic java.util.List<SApplicationPage> executeSearch(QueryOptions queryOptions) throws SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<org.bonitasoft.engine.business.application.ApplicationPage,SApplicationPage>queryOptions - The query options to execute the search withSBonitaReadException - when the search failed to retrieve the resultspublic java.util.List<org.bonitasoft.engine.business.application.ApplicationPage> convertToClientObjects(java.util.List<SApplicationPage> serverObjects)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<org.bonitasoft.engine.business.application.ApplicationPage,SApplicationPage>serverObjects - The server object to convert