Interface BatchIndexingActionable


@ProviderType public interface BatchIndexingActionable
  • Method Details

    • addDocuments

      void addDocuments(com.liferay.portal.kernel.search.Document... documents)
    • performActions

      void performActions()
    • setAddCriteriaMethod

      void setAddCriteriaMethod(Consumer<com.liferay.portal.kernel.dao.orm.DynamicQuery> consumer)
    • setCompanyId

      void setCompanyId(long companyId)
    • setInterval

      void setInterval(int interval)
    • setPerformActionMethod

      <T> void setPerformActionMethod(Consumer<T> consumer)