public class SearchThemes extends AbstractSearchEntity<Theme,STheme>
| Constructor and Description |
|---|
SearchThemes(ThemeService themeService,
SearchThemeDescriptor searchThemeDescriptor,
SearchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
List<Theme> |
convertToClientObjects(List<STheme> serverObjects)
Must convert server objects in client objects here
|
long |
executeCount(QueryOptions queryOptions)
Execute the count here
|
List<STheme> |
executeSearch(QueryOptions queryOptions)
Execute the search here
|
execute, getResult, getSearchFilter, search, search, validateQuerypublic SearchThemes(ThemeService themeService, SearchThemeDescriptor searchThemeDescriptor, SearchOptions options)
public long executeCount(QueryOptions queryOptions) throws SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<Theme,STheme>queryOptions - The query options to execute the count withSBonitaReadExceptionpublic List<STheme> executeSearch(QueryOptions queryOptions) throws SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<Theme,STheme>queryOptions - The query options to execute the search withSBonitaReadExceptionpublic List<Theme> convertToClientObjects(List<STheme> serverObjects)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<Theme,STheme>serverObjects - The server object to convertCopyright © 2019 Bonitasoft S.A.. All rights reserved.