Package org.uberfire.ext.metadata.event
Class BatchIndexEvent
- java.lang.Object
-
- org.uberfire.ext.metadata.event.BatchIndexEvent
-
-
Constructor Summary
Constructors Constructor Description BatchIndexEvent(String indexerId, List<IndexEvent> events)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIndexerId()List<IndexEvent>getIndexEvents()
-
-
-
Constructor Detail
-
BatchIndexEvent
public BatchIndexEvent(String indexerId, List<IndexEvent> events)
-
-
Method Detail
-
getIndexEvents
public List<IndexEvent> getIndexEvents()
-
getIndexerId
public String getIndexerId()
-
-