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 TypeClassDescriptionclassCommandFactoryImpl<M extends IncrementalSyncModel>Factory class responsible for creating and managing instances of event processing commandsclassAn instance ofCommandFactoryImplspecifically 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, SpaceFilteringService spaceFilteringService) IncrementalSyncServiceConfiguration.contentManagementRecorder(CommandFactory<ContentManagementIncSyncModel> contentManagementCommandFactory, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, ContentManagementIncrementalSyncServiceImpl contentManagementIncrementalSyncService) protected <T> voidAbstractRecorder.executeCommand(CommandFactory<?> commandFactory, Class<?> eventClass, T event) IncrementalSyncServiceConfiguration.globalPermissionManagementIncrementalSyncDataFetcher(org.springframework.transaction.PlatformTransactionManager transactionManager, PaginationService paginationService, JournalServiceInternal journalService, CommandFactory<GlobalPermissionManagementIncSyncModel> commandFactory, SpaceFilteringService spaceFilteringService) IncrementalSyncServiceConfiguration.globalPermissionManagementRecorder(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, SpaceFilteringService spaceFilteringService) IncrementalSyncServiceConfiguration.userManagementRecorder(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 CommandFactoryModifierConstructorDescriptionprotectedAbstractRecorder(com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, CommandFactory<?> commandFactory) IncrementalSyncDataFetcherImpl(org.springframework.transaction.PlatformTransactionManager transactionManager, PaginationService paginationService, JournalServiceInternal journalService, CommandFactory<T> commandFactory, SpaceFilteringService spaceFilteringService, 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> voidContentManagementRecorder.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.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(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(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