Uses of Interface
com.atlassian.confluence.core.PluginDataSourceFactory
-
Packages that use PluginDataSourceFactory Package Description com.atlassian.confluence.core -
-
Uses of PluginDataSourceFactory in com.atlassian.confluence.core
Classes in com.atlassian.confluence.core that implement PluginDataSourceFactory Modifier and Type Class Description class
DefaultPluginDataSourceFactory
Methods in com.atlassian.confluence.core that return types with arguments of type PluginDataSourceFactory Modifier and Type Method Description Optional<PluginDataSourceFactory>
DataSourceFactory. createForPlugin(String pluginKey)
Create a factory for a specific plugin.Optional<PluginDataSourceFactory>
DefaultDataSourceFactory. createForPlugin(String pluginKey)
default com.atlassian.fugue.Maybe<PluginDataSourceFactory>
DataSourceFactory. forPlugin(String pluginKey)
Deprecated.since 7.0.1.
-