Class ReindexContentItemCmd

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

public class ReindexContentItemCmd extends AbstractReindexSingleEntityCmd
  • Field Details

    • contentItemId

      protected String contentItemId
  • Constructor Details

    • ReindexContentItemCmd

      public ReindexContentItemCmd(String contentItemId)
  • Method Details

    • execute

      public Void execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)