Class ReindexContentItemsCmd
java.lang.Object
com.flowable.platform.engine.impl.indexing.reindex.ReindexContentItemsCmd
-
Field Summary
Modifier and TypeFieldDescriptionprotected ContentItemIndexingScheduler
protected String
protected int
protected int
-
Constructor Summary
ConstructorDescriptionReindexContentItemsCmd
(ContentItemIndexingScheduler contentItemIndexingScheduler, String index, int start, int pageSize) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandContext commandContext) protected void
scheduleReindex
(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)
-