Class ReindexContentItemsCmd
java.lang.Object
com.flowable.platform.engine.impl.indexing.reindex.ReindexContentItemsCmd
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContentItemIndexingSchedulerprotected Stringprotected intprotected int -
Constructor Summary
ConstructorsConstructorDescriptionReindexContentItemsCmd(ContentItemIndexingScheduler contentItemIndexingScheduler, String index, int start, int pageSize) -
Method Summary
Modifier and TypeMethodDescriptionexecute(CommandContext commandContext) protected voidscheduleReindex(ContentEngineConfiguration contentEngineConfiguration, MetadataService metadataService, ContentItem contentItem)
-
Field Details
-
contentItemIndexingScheduler
-
index
-
start
protected int start -
pageSize
protected int pageSize
-
-
Constructor Details
-
ReindexContentItemsCmd
public ReindexContentItemsCmd(ContentItemIndexingScheduler contentItemIndexingScheduler, String index, int start, int pageSize)
-
-
Method Details
-
execute
-
scheduleReindex
protected void scheduleReindex(ContentEngineConfiguration contentEngineConfiguration, MetadataService metadataService, ContentItem contentItem)
-