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(QueryOptions queryOptions)
Execute the count here
|
List<SFormMapping> |
executeSearch(QueryOptions queryOptions)
Execute the search here
|
execute, getResult, getSearchFilter, search, search, validateQuerypublic SearchFormMappings(FormMappingService formMappingService, ProcessDefinitionService processDefinitionService, SearchFormMappingDescriptor searchProfileDescriptor, SearchOptions options)
public long executeCount(QueryOptions queryOptions) throws SBonitaReadException
AbstractSearchEntityexecuteCount in class AbstractSearchEntity<FormMapping,SFormMapping>queryOptions - The query options to execute the count withSBonitaReadExceptionpublic List<SFormMapping> executeSearch(QueryOptions queryOptions) throws SBonitaReadException
AbstractSearchEntityexecuteSearch in class AbstractSearchEntity<FormMapping,SFormMapping>queryOptions - The query options to execute the search withSBonitaReadExceptionpublic List<FormMapping> convertToClientObjects(List<SFormMapping> serverObjects)
AbstractSearchEntityconvertToClientObjects in class AbstractSearchEntity<FormMapping,SFormMapping>serverObjects - The server object to convertCopyright © 2018 Bonitasoft S.A.. All rights reserved.