Class ContentCommandFactoryImpl
java.lang.Object
com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandFactoryImpl<ContentManagementIncSyncModel>
com.atlassian.confluence.internal.api.impl.service.incrementalsync.ContentCommandFactoryImpl
- All Implemented Interfaces:
CommandFactory<ContentManagementIncSyncModel>
,ContentCommandFactory
public class ContentCommandFactoryImpl
extends CommandFactoryImpl<ContentManagementIncSyncModel>
implements ContentCommandFactory
An instance of
CommandFactoryImpl
specifically for Content Management. Because we want to export it as OSGI service- Since:
- 9.5.0
-
Constructor Summary
ConstructorsConstructorDescriptionContentCommandFactoryImpl
(com.atlassian.plugin.PluginAccessor pluginAccessor, Collection<CommandCreator<?, ContentManagementIncSyncModel>> commandCreators) -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection<CommandCreator<?,
ContentManagementIncSyncModel>> void
void
Reload plugin'sCommandCreator
Methods inherited from class com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandFactoryImpl
createCommand, createCommand
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.confluence.internal.api.incrementalsync.model.CommandFactory
createCommand, createCommand
-
Constructor Details
-
ContentCommandFactoryImpl
public ContentCommandFactoryImpl(com.atlassian.plugin.PluginAccessor pluginAccessor, Collection<CommandCreator<?, ContentManagementIncSyncModel>> commandCreators)
-
-
Method Details
-
getCommandCreators
- Overrides:
getCommandCreators
in classCommandFactoryImpl<ContentManagementIncSyncModel>
-
resetPluginCommandCreators
public void resetPluginCommandCreators()Description copied from interface:ContentCommandFactory
Reload plugin'sCommandCreator
- Specified by:
resetPluginCommandCreators
in interfaceContentCommandFactory
-
reloadPluginCommandCreators
public void reloadPluginCommandCreators()
-