Package com.flowable.indexing.job.impl
Class AbstractBulkRequestItem
- java.lang.Object
-
- com.flowable.indexing.job.impl.AbstractBulkRequestItem
-
- All Implemented Interfaces:
BulkRequestItem
- Direct Known Subclasses:
IndexBulkRequestItem
,UpsertBulkRequestItem
public abstract class AbstractBulkRequestItem extends Object implements BulkRequestItem
-
-
Constructor Summary
Constructors Constructor Description AbstractBulkRequestItem(String index, String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
String
getIndex()
void
setId(String id)
void
setIndex(String index)
-
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
-
-