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