Uses of Interface
com.atlassian.confluence.search.v2.extractor.BulkExtractor
-
Packages that use BulkExtractor Package Description com.atlassian.confluence.impl.search.v2.extractor com.atlassian.confluence.internal.search.extractor2 com.atlassian.confluence.plugin.descriptor -
-
Uses of BulkExtractor in com.atlassian.confluence.impl.search.v2.extractor
Classes in com.atlassian.confluence.impl.search.v2.extractor that implement BulkExtractor Modifier and Type Class Description classContentModifiersBulkExtractorA BulkExtractor which extracts theSearchFieldNames.LAST_MODIFIERSfromContentEntityObjects.classContentPermissionsBulkExtractorExtracts the content permissions set on searchable objects. -
Uses of BulkExtractor in com.atlassian.confluence.internal.search.extractor2
Methods in com.atlassian.confluence.internal.search.extractor2 that return types with arguments of type BulkExtractor Modifier and Type Method Description Collection<BulkExtractor<?>>BulkExtractorProvider. findBulkExtractors(SearchIndex searchIndex)Collection<BulkExtractor<?>>PluginBulkExtractorProvider. findBulkExtractors(SearchIndex searchIndex) -
Uses of BulkExtractor in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return BulkExtractor Modifier and Type Method Description BulkExtractor<?>BulkExtractorModuleDescriptor. createModule()BulkExtractor<?>BulkExtractorModuleDescriptor. getModule()
-