Class PlatformUserMapper
java.lang.Object
com.flowable.idm.engine.impl.indexing.PlatformUserMapper
- All Implemented Interfaces:
PlatformUserResultMapper,ElasticsearchResultConverter.ResultMapper<PlatformUserResponse>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.flowable.idm.engine.impl.indexing.PlatformUserResultMapper
PlatformUserResultMapper.Enhancer -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconvert(com.fasterxml.jackson.databind.JsonNode sourceNode) Converts the given source node (not the full Elasticsearch hit document, just the source object within it).convertHit(com.fasterxml.jackson.databind.JsonNode hitNode) Implement this method, if you want to enhance or enrich the response with additional data outside of the source object within the hit document returned by Elasticsearch.protected PlatformUserResponseconvertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode) voidsetResultMapperEnhancers(List<PlatformUserResultMapper.Enhancer> resultMapperEnhancers)
-
Field Details
-
resultMapperEnhancers
-
-
Constructor Details
-
PlatformUserMapper
public PlatformUserMapper()
-
-
Method Details
-
convertHit
Description copied from interface:ElasticsearchResultConverter.ResultMapperImplement this method, if you want to enhance or enrich the response with additional data outside of the source object within the hit document returned by Elasticsearch.- Specified by:
convertHitin interfaceElasticsearchResultConverter.ResultMapper<PlatformUserResponse>- Parameters:
hitNode- the full hit document node as being returned by Elasticsearch- Returns:
- the response object with the mapped / extracted data from the hit
-
convert
Description copied from interface:ElasticsearchResultConverter.ResultMapperConverts the given source node (not the full Elasticsearch hit document, just the source object within it).- Specified by:
convertin interfaceElasticsearchResultConverter.ResultMapper<PlatformUserResponse>- Parameters:
sourceNode- the source object as being returned within the Elasticsearch hit document- Returns:
- the converted response object
-
convertWithoutEnhancer
protected PlatformUserResponse convertWithoutEnhancer(com.fasterxml.jackson.databind.JsonNode jsonNode) -
getResultMapperEnhancers
-
setResultMapperEnhancers
-