Class ReindexContentItemsCmd
java.lang.Object
com.flowable.platform.engine.impl.indexing.reindex.ReindexContentItemsCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>
-
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(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) protected voidscheduleReindex(ContentEngineConfiguration contentEngineConfiguration, MetadataService metadataService, org.flowable.content.api.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
- Specified by:
executein interfaceorg.flowable.common.engine.impl.interceptor.Command<Void>
-
scheduleReindex
protected void scheduleReindex(ContentEngineConfiguration contentEngineConfiguration, MetadataService metadataService, org.flowable.content.api.ContentItem contentItem)
-