Class ReindexContentItemsCmd

java.lang.Object
com.flowable.platform.engine.impl.indexing.reindex.ReindexContentItemsCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

public class ReindexContentItemsCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>
  • Field Details

    • contentItemIndexingScheduler

      protected ContentItemIndexingScheduler contentItemIndexingScheduler
    • index

      protected String index
    • start

      protected int start
    • pageSize

      protected int pageSize
  • Constructor Details

  • Method Details

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Void>
    • scheduleReindex

      protected void scheduleReindex(ContentEngineConfiguration contentEngineConfiguration, MetadataService metadataService, org.flowable.content.api.ContentItem contentItem)