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