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