Class ReindexContentItemsCmd
- java.lang.Object
-
- com.flowable.platform.engine.impl.indexing.reindex.ReindexContentItemsCmd
-
-
Field Summary
Fields Modifier and Type Field Description protected ContentItemIndexingScheduler
contentItemIndexingScheduler
protected String
index
protected int
pageSize
protected int
start
-
Constructor Summary
Constructors Constructor Description ReindexContentItemsCmd(ContentItemIndexingScheduler contentItemIndexingScheduler, String index, int start, int pageSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Void
execute(CommandContext commandContext)
protected void
scheduleReindex(ContentEngineConfiguration contentEngineConfiguration, MetadataService metadataService, ContentItem contentItem)
-
-
-
Field Detail
-
contentItemIndexingScheduler
protected ContentItemIndexingScheduler contentItemIndexingScheduler
-
index
protected String index
-
start
protected int start
-
pageSize
protected int pageSize
-
-
Constructor Detail
-
ReindexContentItemsCmd
public ReindexContentItemsCmd(ContentItemIndexingScheduler contentItemIndexingScheduler, String index, int start, int pageSize)
-
-
Method Detail
-
execute
public Void execute(CommandContext commandContext)
-
scheduleReindex
protected void scheduleReindex(ContentEngineConfiguration contentEngineConfiguration, MetadataService metadataService, ContentItem contentItem)
-
-