public class SearchFormMappings extends AbstractSearchEntity<FormMapping,SFormMapping>
| Constructor and Description |
|---|
SearchFormMappings(FormMappingService formMappingService,
ProcessDefinitionService processDefinitionService,
SearchFormMappingDescriptor searchProfileDescriptor,
SearchOptions options) |
| Modifier and Type | Method and Description |
|---|---|
List<FormMapping> |
convertToClientObjects(List<SFormMapping> serverObjects)
Must convert server objects in client objects here
|
long |
executeCount(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
Execute the count here
|
List<SFormMapping> |
executeSearch(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
Execute the search here
|
execute, getResult, getSearchFilterpublic SearchFormMappings(FormMappingService formMappingService, ProcessDefinitionService processDefinitionService, SearchFormMappingDescriptor searchProfileDescriptor, SearchOptions options)
public long executeCount(org.bonitasoft.engine.persistence.QueryOptions queryOptions)
throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<FormMapping,SFormMapping>queryOptions - The query options to execute the count withorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic List<SFormMapping> executeSearch(org.bonitasoft.engine.persistence.QueryOptions queryOptions) throws org.bonitasoft.engine.persistence.SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<FormMapping,SFormMapping>queryOptions - The query options to execute the search withorg.bonitasoft.engine.persistence.SBonitaReadExceptionpublic List<FormMapping> convertToClientObjects(List<SFormMapping> serverObjects)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<FormMapping,SFormMapping>serverObjects - The server object to convertCopyright © 2016 Bonitasoft S.A.. All rights reserved.