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