Uses of Interface
com.atlassian.confluence.search.v2.BatchUpdateAction
-
Packages that use BatchUpdateAction Package Description com.atlassian.confluence.internal.index.lucene com.atlassian.confluence.search.v2 Provides an extensible, flexible search API. -
-
Uses of BatchUpdateAction in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene with parameters of type BatchUpdateAction Modifier and Type Method Description void
LuceneSearchIndexAccessor. withBatchUpdate(BatchUpdateAction batchUpdateAction)
-
Uses of BatchUpdateAction in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 with parameters of type BatchUpdateAction Modifier and Type Method Description void
DelegatingSearchIndexAccessor. withBatchUpdate(BatchUpdateAction batchUpdateAction)
void
SearchIndexAccessor. withBatchUpdate(BatchUpdateAction batchUpdateAction)
Execute the update action in a batch.
-