Interface CaseInstanceResultMapper
-
- All Superinterfaces:
ElasticsearchResultConverter.ResultMapper<CaseInstanceSearchRepresentation>
- All Known Implementing Classes:
CaseInstanceJsonMapper
public interface CaseInstanceResultMapper extends ElasticsearchResultConverter.ResultMapper<CaseInstanceSearchRepresentation>
The result mapper interface converting case search hits into case search representation objects.- Author:
- Filip Hrisafov, Micha Kiener
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CaseInstanceResultMapper.Enhancer
The interface you can implement when you want to enhance case based search hit data.
-
Method Summary
-
Methods inherited from interface com.flowable.indexing.utils.ElasticsearchResultConverter.ResultMapper
convert, convertHit
-
-