Package com.liferay.portal.search.batch
Interface BatchIndexingActionable
@ProviderType
public interface BatchIndexingActionable
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addDocuments
(com.liferay.portal.kernel.search.Document... documents) void
void
setAddCriteriaMethod
(Consumer<com.liferay.portal.kernel.dao.orm.DynamicQuery> consumer) void
setCompanyId
(long companyId) void
setInterval
(int interval) <T> void
setPerformActionMethod
(Consumer<T> consumer)
-
Method Details
-
addDocuments
void addDocuments(com.liferay.portal.kernel.search.Document... documents) -
performActions
void performActions() -
setAddCriteriaMethod
-
setCompanyId
void setCompanyId(long companyId) -
setInterval
void setInterval(int interval) -
setPerformActionMethod
-