Interface TaskResultMapper
-
- All Superinterfaces:
ElasticsearchResultConverter.ResultMapper<TaskSearchRepresentation>
- All Known Implementing Classes:
TaskJsonMapper
public interface TaskResultMapper extends ElasticsearchResultConverter.ResultMapper<TaskSearchRepresentation>
- Author:
- Filip Hrisafov
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
TaskResultMapper.Enhancer
The interface you can implement when you want to enhance task based search hit data.
-
Method Summary
-
Methods inherited from interface com.flowable.indexing.utils.ElasticsearchResultConverter.ResultMapper
convert, convertHit
-
-