Package com.flowable.indexing.job.impl
Class FullDocBulkRequestItem
- java.lang.Object
-
- com.flowable.indexing.job.impl.FullDocBulkRequestItem
-
- All Implemented Interfaces:
BulkRequestItem
- Direct Known Subclasses:
IndexBulkRequestItem
,UpsertBulkRequestItem
public abstract class FullDocBulkRequestItem extends Object implements BulkRequestItem
-
-
Constructor Summary
Constructors Constructor Description FullDocBulkRequestItem(String index, String type, String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getIndex()
String
getType()
void
setId(String id)
void
setIndex(String index)
void
setType(String type)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.flowable.indexing.BulkRequestItem
getActionAndMetaDataNode, getSourceNode
-
-