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