Package com.flowable.indexing.job.impl
Class IndexWithExternalVersionBulkRequestItem
java.lang.Object
com.flowable.indexing.job.impl.FullDocBulkRequestItem
com.flowable.indexing.job.impl.IndexBulkRequestItem
com.flowable.indexing.job.impl.IndexWithExternalVersionBulkRequestItem
- All Implemented Interfaces:
BulkRequestItem
-
Field Summary
Fields inherited from class com.flowable.indexing.job.impl.IndexBulkRequestItem
source
Fields inherited from class com.flowable.indexing.job.impl.FullDocBulkRequestItem
id, index, type
-
Constructor Summary
ConstructorDescriptionIndexWithExternalVersionBulkRequestItem
(String index, String type, String id, long version, com.fasterxml.jackson.databind.node.ObjectNode source) -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.node.ObjectNode
getActionAndMetaDataNode
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility) long
void
setVersion
(long version) Methods inherited from class com.flowable.indexing.job.impl.IndexBulkRequestItem
getSource, getSourceNode, setSource
-
Field Details
-
version
protected long version
-
-
Constructor Details
-
IndexWithExternalVersionBulkRequestItem
-
-
Method Details
-
getActionAndMetaDataNode
public com.fasterxml.jackson.databind.node.ObjectNode getActionAndMetaDataNode(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ElasticsearchCompatibility elasticsearchCompatibility) - Specified by:
getActionAndMetaDataNode
in interfaceBulkRequestItem
- Overrides:
getActionAndMetaDataNode
in classIndexBulkRequestItem
-
getVersion
public long getVersion() -
setVersion
public void setVersion(long version)
-