Uses of Interface
com.atlassian.confluence.internal.api.incrementalsync.model.CommandFactory
Packages that use CommandFactory
Package
Description
-
Uses of CommandFactory in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Classes in com.atlassian.confluence.internal.api.impl.service.incrementalsync that implement CommandFactoryModifier and TypeClassDescriptionclass
CommandFactoryImpl<M extends IncrementalSyncModel>
Factory class responsible for creating and managing instances of event processing commandsclass
An instance ofCommandFactoryImpl
specifically for Content Management.Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync that return CommandFactoryModifier and TypeMethodDescriptionIncrementalSyncServiceConfiguration.contentManagementCommandFactory
(com.atlassian.plugin.PluginAccessor pluginAccessor, Collection<CommandCreator<?, ContentManagementIncSyncModel>> commandCreators) IncrementalSyncServiceConfiguration.globalPermissionManagementCommandFactory
(Collection<CommandCreator<?, GlobalPermissionManagementIncSyncModel>> commandCreators) IncrementalSyncServiceConfiguration.userManagementCommandFactory
(Collection<CommandCreator<?, UserManagementInSyncModel>> commandCreators) Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type CommandFactoryModifier and TypeMethodDescriptionIncrementalSyncServiceConfiguration.contentManagementIncrementalSyncPaginationService
(org.springframework.transaction.PlatformTransactionManager transactionManager, PaginationService paginationService, JournalServiceInternal journalService, CommandFactory<ContentManagementIncSyncModel> contentManagementCommandFactory) IncrementalSyncServiceConfiguration.contentManagementRecorder
(com.atlassian.event.api.EventPublisher eventPublisher, CommandFactory<ContentManagementIncSyncModel> contentManagementCommandFactory, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, ContentManagementIncrementalSyncServiceImpl contentManagementIncrementalSyncService) protected <T> void
AbstractRecorder.executeCommand
(CommandFactory<?> commandFactory, Class<?> eventClass, T event) IncrementalSyncServiceConfiguration.globalPermissionManagementIncrementalSyncDataFetcher
(org.springframework.transaction.PlatformTransactionManager transactionManager, PaginationService paginationService, JournalServiceInternal journalService, CommandFactory<GlobalPermissionManagementIncSyncModel> commandFactory) IncrementalSyncServiceConfiguration.globalPermissionManagementRecorder
(com.atlassian.event.api.EventPublisher eventPublisher, CommandFactory<GlobalPermissionManagementIncSyncModel> commandFactory, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, GlobalPermissionManagementIncrementalSyncService globalPermissionManagementIncrementalSyncService) IncrementalSyncServiceConfiguration.userManagementIncrementalSyncPaginationService
(org.springframework.transaction.PlatformTransactionManager transactionManager, PaginationService paginationService, JournalServiceInternal journalService, CommandFactory<UserManagementInSyncModel> userManagementCommandFactory) IncrementalSyncServiceConfiguration.userManagementRecorder
(com.atlassian.event.api.EventPublisher eventPublisher, CommandFactory<UserManagementInSyncModel> userManagementCommandFactory, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, UserManagementIncrementalSyncServiceImpl userManagementIncrementalSyncService) Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type CommandFactoryModifierConstructorDescriptionprotected
AbstractRecorder
(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, CommandFactory<?> commandFactory) IncrementalSyncDataFetcherImpl
(org.springframework.transaction.PlatformTransactionManager transactionManager, PaginationService paginationService, JournalServiceInternal journalService, CommandFactory<T> commandFactory, String journalName, boolean singleSubscription) -
Uses of CommandFactory in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement with parameters of type CommandFactoryModifier and TypeMethodDescriptionprotected <T> void
ContentManagementRecorder.executeCommand
(CommandFactory<?> commandFactory, Class<?> eventClass, T event) Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync.contentmanagement with parameters of type CommandFactoryModifierConstructorDescriptionContentManagementRecorder
(CommandFactory<ContentManagementIncSyncModel> contentManagementCommandFactory, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, ContentManagementIncrementalSyncService contentManagementIncrementalSyncService) -
Uses of CommandFactory in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement
Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync.globalpermissionmanagement with parameters of type CommandFactoryModifierConstructorDescriptionGlobalPermissionManagementRecorder
(com.atlassian.event.api.EventPublisher eventPublisher, CommandFactory<GlobalPermissionManagementIncSyncModel> commandFactory, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, GlobalPermissionManagementIncrementalSyncService globalPermissionManagementIncrementalSyncService) -
Uses of CommandFactory in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement
Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement with parameters of type CommandFactoryModifierConstructorDescriptionUserManagementRecorder
(com.atlassian.event.api.EventPublisher eventPublisher, CommandFactory<UserManagementInSyncModel> userManagementCommandFactory, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, UserManagementIncrementalSyncService userManagementIncrementalSyncService) -
Uses of CommandFactory in com.atlassian.confluence.internal.api.incrementalsync.model
Subinterfaces of CommandFactory in com.atlassian.confluence.internal.api.incrementalsync.model