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, getSearchFilter
public SearchProfiles(ProfileService profileService, SearchProfileDescriptor searchProfileDescriptor, SearchOptions options)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions queryOptions) throws org.bonitasoft.engine.persistence.SBonitaSearchException
AbstractSearchEntity
executeCount
in class AbstractSearchEntity<Profile,org.bonitasoft.engine.profile.model.SProfile>
queryOptions
- query options to execute the count withorg.bonitasoft.engine.persistence.SBonitaSearchException
public List<org.bonitasoft.engine.profile.model.SProfile> executeSearch(org.bonitasoft.engine.persistence.QueryOptions queryOptions) throws org.bonitasoft.engine.persistence.SBonitaSearchException
AbstractSearchEntity
executeSearch
in class AbstractSearchEntity<Profile,org.bonitasoft.engine.profile.model.SProfile>
queryOptions
- query options to execute the search withorg.bonitasoft.engine.persistence.SBonitaSearchException
public List<Profile> convertToClientObjects(List<org.bonitasoft.engine.profile.model.SProfile> serverObjects)
AbstractSearchEntity
convertToClientObjects
in class AbstractSearchEntity<Profile,org.bonitasoft.engine.profile.model.SProfile>
serverObjects
- server object to convertCopyright © 2013 BonitaSoft. All Rights Reserved.