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