Package com.flowable.indexing.job.impl
Class DefaultBulkResponseItem
java.lang.Object
com.flowable.indexing.job.impl.DefaultBulkResponseItem
- All Implemented Interfaces:
ElasticsearchBulkResponseItem
- Author:
- Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final com.fasterxml.jackson.databind.JsonNode -
Constructor Summary
ConstructorsConstructorDescriptionDefaultBulkResponseItem(String action, com.fasterxml.jackson.databind.JsonNode actionValue) -
Method Summary
-
Field Details
-
action
-
actionValue
protected final com.fasterxml.jackson.databind.JsonNode actionValue
-
-
Constructor Details
-
DefaultBulkResponseItem
-
-
Method Details
-
isFailed
public boolean isFailed()- Specified by:
isFailedin interfaceElasticsearchBulkResponseItem
-
getFailureMessage
- Specified by:
getFailureMessagein interfaceElasticsearchBulkResponseItem
-
getStatus
- Specified by:
getStatusin interfaceElasticsearchBulkResponseItem
-
getFailure
public com.fasterxml.jackson.databind.JsonNode getFailure()- Specified by:
getFailurein interfaceElasticsearchBulkResponseItem
-