public class SearchProfiles extends AbstractSearchEntity<Profile,org.bonitasoft.engine.profile.model.SProfile>
| Constructor and Description |
|---|
SearchProfiles(ProfileService profileService,
SearchProfileDescriptor searchProfileDescriptor,
SearchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
List<Profile> |
convertToClientObjects(List<org.bonitasoft.engine.profile.model.SProfile> 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.profile.model.SProfile> |
executeSearch(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
Execute the search here
|
execute, getResult, getSearchFilterpublic SearchProfiles(ProfileService profileService, SearchProfileDescriptor searchProfileDescriptor, SearchOptions options)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<Profile,org.bonitasoft.engine.profile.model.SProfile>queryOptions - The query options to execute the count withorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic List<org.bonitasoft.engine.profile.model.SProfile> executeSearch(org.bonitasoft.engine.persistence.QueryOptions queryOptions) throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<Profile,org.bonitasoft.engine.profile.model.SProfile>queryOptions - The query options to execute the search withorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic List<Profile> convertToClientObjects(List<org.bonitasoft.engine.profile.model.SProfile> serverObjects)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<Profile,org.bonitasoft.engine.profile.model.SProfile>serverObjects - The server object to convertCopyright © 2015 Bonitasoft S.A.. All rights reserved.