Uses of Interface
com.atlassian.confluence.search.v2.BatchUpdateAction
-
Packages that use BatchUpdateAction Package Description com.atlassian.confluence.internal.index.lucene com.atlassian.confluence.plugins.opensearch 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 voidLuceneSearchIndexAccessor. withBatchUpdate(BatchUpdateAction batchUpdateAction) -
Uses of BatchUpdateAction in com.atlassian.confluence.plugins.opensearch
Methods in com.atlassian.confluence.plugins.opensearch with parameters of type BatchUpdateAction Modifier and Type Method Description voidOpenSearchSearchIndexAccessor. 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 voidDelegatingSearchIndexAccessor. withBatchUpdate(BatchUpdateAction batchUpdateAction)voidSearchIndexAccessor. withBatchUpdate(BatchUpdateAction batchUpdateAction)Execute the update action in a batch.
-