Uses of Interface
com.atlassian.confluence.core.PluginDataSourceFactory.ResourceView
Packages that use PluginDataSourceFactory.ResourceView
-
Uses of PluginDataSourceFactory.ResourceView in com.atlassian.confluence.core
Methods in com.atlassian.confluence.core with parameters of type PluginDataSourceFactory.ResourceViewModifier and TypeMethodDescriptionbooleanPluginDataSourceFactory.FilterByType.evaluate(PluginDataSourceFactory.ResourceView resource) Deprecated.since 7.0.1.booleanPluginDataSourceFactory.FilterByType.test(PluginDataSourceFactory.ResourceView resource) Method parameters in com.atlassian.confluence.core with type arguments of type PluginDataSourceFactory.ResourceViewModifier and TypeMethodDescriptionDefaultPluginDataSourceFactory.getResourcesFromModules(String moduleKey, @Nullable Predicate<PluginDataSourceFactory.ResourceView> filter) PluginDataSourceFactory.getResourcesFromModules(String moduleKey, @Nullable Predicate<PluginDataSourceFactory.ResourceView> filter) Extract resources from a module and expose them asDataSources.Constructor parameters in com.atlassian.confluence.core with type arguments of type PluginDataSourceFactory.ResourceViewModifierConstructorDescriptionDefaultPluginDataSourceFactory(javax.activation.FileTypeMap fileTypeMap, com.google.common.base.Function<com.atlassian.fugue.Pair<com.atlassian.plugin.Plugin, PluginDataSourceFactory.ResourceView>, InputStream> resourceStreamFactory, com.atlassian.plugin.Plugin plugin)