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