Uses of Interface
com.flowable.indexing.utils.ElasticsearchResultConverter.ResultMapper
-
Uses of ElasticsearchResultConverter.ResultMapper in com.flowable.indexing.utils
Methods in com.flowable.indexing.utils with parameters of type ElasticsearchResultConverter.ResultMapper Modifier and Type Method Description protected static <T> java.util.List<T>ElasticsearchResultConverter. convertHits(com.fasterxml.jackson.databind.JsonNode hitsRoot, ElasticsearchResultConverter.ResultMapper<T> resultMapper)static <T> Page<T>ElasticsearchResultConverter. convertSearchResult(com.fasterxml.jackson.databind.JsonNode searchResult, ElasticsearchResultConverter.ResultMapper<T> resultMapper, int start, int size)static <T> java.util.List<T>ElasticsearchResultConverter. convertSearchResultToList(com.fasterxml.jackson.databind.JsonNode searchResult, ElasticsearchResultConverter.ResultMapper<T> resultMapper) -
Uses of ElasticsearchResultConverter.ResultMapper in com.flowable.platform.service
Classes in com.flowable.platform.service that implement ElasticsearchResultConverter.ResultMapper Modifier and Type Class Description classBaseJsonMapper<T> -
Uses of ElasticsearchResultConverter.ResultMapper in com.flowable.platform.service.caze
Subinterfaces of ElasticsearchResultConverter.ResultMapper in com.flowable.platform.service.caze Modifier and Type Interface Description interfaceCaseInstanceResultMapperClasses in com.flowable.platform.service.caze that implement ElasticsearchResultConverter.ResultMapper Modifier and Type Class Description classCaseInstanceJsonMapper -
Uses of ElasticsearchResultConverter.ResultMapper in com.flowable.platform.service.content
Subinterfaces of ElasticsearchResultConverter.ResultMapper in com.flowable.platform.service.content Modifier and Type Interface Description interfaceContentItemResultMapperClasses in com.flowable.platform.service.content that implement ElasticsearchResultConverter.ResultMapper Modifier and Type Class Description classContentItemJsonMapper -
Uses of ElasticsearchResultConverter.ResultMapper in com.flowable.platform.service.index
Methods in com.flowable.platform.service.index with parameters of type ElasticsearchResultConverter.ResultMapper Modifier and Type Method Description protected <T> Page<T>WorkIndexService. fetchCaseInstances(CaseInstancesIndexQueryRequest request, ElasticsearchResultConverter.ResultMapper<T> jsonMapper)protected <T> Page<T>WorkIndexService. fetchInstances(java.lang.String filterId, com.flowable.core.common.api.security.SecurityScope securityScope, int start, int size, java.lang.String searchText, java.lang.String index, ElasticsearchResultConverter.ResultMapper<T> jsonMapper)protected <T> Page<T>WorkIndexService. fetchProcessInstances(ProcessInstancesIndexQueryRequest request, ElasticsearchResultConverter.ResultMapper<T> jsonMapper)protected <T> Page<T>WorkIndexService. fetchTasks(TasksIndexQueryRequest request, ElasticsearchResultConverter.ResultMapper<T> jsonMapper)protected <T> Page<T>WorkIndexService. fetchWorkInstances(WorkInstancesIndexQueryRequest request, ElasticsearchResultConverter.ResultMapper<T> jsonMapper)protected <T> Page<T>WorkIndexService. getCaseInstanceRepresentationPage(CaseInstancesIndexQueryRequest request, ElasticsearchResultConverter.ResultMapper<T> jsonMapper)protected <T> Page<T>WorkIndexService. getInstanceRepresentationPage(java.lang.String filterId, java.lang.String searchText, com.flowable.core.common.api.security.SecurityScope securityScope, int start, int size, java.lang.String index, ElasticsearchResultConverter.ResultMapper<T> jsonMapper)protected <T> Page<T>WorkIndexService. getPageFromQuery(int start, int size, java.lang.String index, ElasticsearchResultConverter.ResultMapper<T> jsonMapper, java.lang.String query, java.lang.String sort)protected <T> Page<T>WorkIndexService. getPageFromQuery(int start, int size, java.lang.String index, ElasticsearchResultConverter.ResultMapper<T> jsonMapper, java.lang.String query, java.lang.String sort, java.lang.String order)protected <T> Page<T>WorkIndexService. getProcessInstanceRepresentationPage(ProcessInstancesIndexQueryRequest request, ElasticsearchResultConverter.ResultMapper<T> jsonMapper)protected <T> Page<T>WorkIndexService. getTasksRepresentationPage(TasksIndexQueryRequest request, ElasticsearchResultConverter.ResultMapper<T> jsonMapper)protected <T> Page<T>WorkIndexService. getWorkInstanceRepresentationPage(WorkInstancesIndexQueryRequest request, ElasticsearchResultConverter.ResultMapper<T> jsonMapper)protected <T> Page<T>WorkIndexService. queryWithTemplate(java.lang.String index, PlatformIndexQueryRequest request, ElasticsearchResultConverter.ResultMapper<T> jsonMapper) -
Uses of ElasticsearchResultConverter.ResultMapper in com.flowable.platform.service.process
Subinterfaces of ElasticsearchResultConverter.ResultMapper in com.flowable.platform.service.process Modifier and Type Interface Description interfaceProcessInstanceResultMapperClasses in com.flowable.platform.service.process that implement ElasticsearchResultConverter.ResultMapper Modifier and Type Class Description classProcessInstanceJsonMapper -
Uses of ElasticsearchResultConverter.ResultMapper in com.flowable.platform.service.task
Subinterfaces of ElasticsearchResultConverter.ResultMapper in com.flowable.platform.service.task Modifier and Type Interface Description interfaceTaskResultMapperClasses in com.flowable.platform.service.task that implement ElasticsearchResultConverter.ResultMapper Modifier and Type Class Description classTaskJsonMapper -
Uses of ElasticsearchResultConverter.ResultMapper in com.flowable.platform.service.work
Subinterfaces of ElasticsearchResultConverter.ResultMapper in com.flowable.platform.service.work Modifier and Type Interface Description interfaceWorkInstanceResultMapperClasses in com.flowable.platform.service.work that implement ElasticsearchResultConverter.ResultMapper Modifier and Type Class Description classWorkInstanceJsonMapper