Class CommandsConfiguration
java.lang.Object
com.atlassian.confluence.internal.api.impl.service.incrementalsync.CommandsConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationUpdatedEventCommand
(UserGroupCommandSupport commandSupport, SpaceFilteringService spaceFilteringService) attachmentUpdateCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) contentCreateCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) contentPermissionChangeCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) contentRemoveCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) contentUpdateCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) crowdUserCreatedCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, SpaceFilteringService spaceFilteringService) crowdUserDeleteCommand
(UserGroupCommandSupport commandSupport, CrowdUserDirectoryHelper crowdUserDirectoryHelper, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, UserAccessor userAccessor, com.atlassian.crowd.embedded.spi.MembershipDao membershipDao, SpaceFilteringService spaceFilteringService) directoryEventCommand
(UserGroupCommandSupport commandSupport, SpaceFilteringService spaceFilteringService) globalPermissionCommand
(GlobalPermissionCommandSupport commandSupport, SpacePermissionOperationKeyConverter globalPermissionOperationKeyConverter, SpaceFilteringService spaceFilteringService) groupCreatedEventCommand
(UserGroupCommandSupport commandSupport, SpaceFilteringService spaceFilteringService) groupDeletedEventCommand
(UserGroupCommandSupport commandSupport, CrowdUserDirectoryHelper crowdUserDirectoryHelper, com.atlassian.crowd.embedded.spi.MembershipDao membershipDao, ConfluenceUserDao confluenceUserDao, SpaceFilteringService spaceFilteringService) groupMembershipsCreatedEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, CrowdUserDirectoryHelper crowdUserDirectoryHelper, SpaceFilteringService spaceFilteringService) groupMembershipsDeletedEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, CrowdUserDirectoryHelper crowdUserDirectoryHelper, SpaceFilteringService spaceFilteringService) labelAddCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) labelRemoveCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) likeCreatedCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) likeRemovedCommand
(ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) postUserRenamedEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, com.atlassian.crowd.embedded.spi.MembershipDao membershipDao, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, UserAccessor userAccessor, SpaceFilteringService spaceFilteringService) spaceEventsCommand
(ContentCommandSupport commandSupport, SpaceService spaceService, SpaceFilteringService spaceFilteringService) spaceFilteringCommand
(GlobalPermissionCommandSupport commandSupport) spaceImportCommand
(ContentCommandSupport commandSupport, SpaceManagerInternal spaceManager, SpaceService spaceService, SpaceFilteringService spaceFilteringService) spacePermissionChangeCommand
(ContentCommandSupport commandSupport, SpacePermissionOperationKeyConverter spacePermissionOperationKeyConverter, SpaceService spaceService, SpaceFilteringService spaceFilteringService) spaceRemoveCommand
(ContentCommandSupport commandSupport, SpaceFilteringService spaceFilteringService) userActivationEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, SpaceFilteringService spaceFilteringService) userSpaceImportCommand
(UserGroupCommandSupport commandSupport, SpaceFilteringService spaceFilteringService)
-
Constructor Details
-
CommandsConfiguration
public CommandsConfiguration()
-
-
Method Details
-
spaceEventsCommand
@Bean public SpaceEventsCommand spaceEventsCommand(@Qualifier("commandSupportForContentSubscription") ContentCommandSupport commandSupport, SpaceService spaceService, SpaceFilteringService spaceFilteringService) -
spaceRemoveCommand
@Bean public SpaceRemoveCommand spaceRemoveCommand(@Qualifier("commandSupportForContentSubscription") ContentCommandSupport commandSupport, SpaceFilteringService spaceFilteringService) -
contentCreateCommand
@Bean public ContentCreateCommand contentCreateCommand(@Qualifier("commandSupportForContentSubscription") ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) -
contentUpdateCommand
@Bean public ContentUpdateCommand contentUpdateCommand(@Qualifier("commandSupportForContentSubscription") ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) -
attachmentUpdateCommand
@Bean public AttachmentUpdateCommand attachmentUpdateCommand(@Qualifier("commandSupportForContentSubscription") ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) -
likeCreatedCommand
@Bean public LikeCreatedCommand likeCreatedCommand(@Qualifier("commandSupportForContentSubscription") ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) -
likeRemovedCommand
@Bean public LikeRemovedCommand likeRemovedCommand(@Qualifier("commandSupportForContentSubscription") ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) -
labelAddCommand
@Bean public LabelAddCommand labelAddCommand(@Qualifier("commandSupportForContentSubscription") ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) -
labelRemoveCommand
@Bean public LabelRemoveCommand labelRemoveCommand(@Qualifier("commandSupportForContentSubscription") ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) -
contentRemoveCommand
@Bean public ContentRemoveCommand contentRemoveCommand(@Qualifier("commandSupportForContentSubscription") ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) -
contentPermissionChangeCommand
@Bean public ContentPermissionChangeCommand contentPermissionChangeCommand(@Qualifier("commandSupportForContentSubscription") ContentCommandSupport commandSupport, ContentService contentService, SpaceFilteringService spaceFilteringService) -
spacePermissionChangeCommand
@Bean public SpacePermissionChangeCommand spacePermissionChangeCommand(@Qualifier("commandSupportForContentSubscription") ContentCommandSupport commandSupport, @Qualifier("spacePermissionOperationKeyConverter") SpacePermissionOperationKeyConverter spacePermissionOperationKeyConverter, SpaceService spaceService, SpaceFilteringService spaceFilteringService) -
spaceImportCommand
@Bean public SpaceImportCommand spaceImportCommand(@Qualifier("commandSupportForContentSubscription") ContentCommandSupport commandSupport, SpaceManagerInternal spaceManager, SpaceService spaceService, SpaceFilteringService spaceFilteringService) -
groupCreatedEventCommand
@Bean public GroupCreatedEventCommand groupCreatedEventCommand(UserGroupCommandSupport commandSupport, SpaceFilteringService spaceFilteringService) -
groupDeletedEventCommand
@Bean public GroupRemovingEventCommand groupDeletedEventCommand(UserGroupCommandSupport commandSupport, CrowdUserDirectoryHelper crowdUserDirectoryHelper, @Qualifier("embeddedCrowdMembershipDaoTarget") com.atlassian.crowd.embedded.spi.MembershipDao membershipDao, @Qualifier("confluenceUserDao") ConfluenceUserDao confluenceUserDao, SpaceFilteringService spaceFilteringService) -
postUserRenamedEventCommand
@Bean public PostUserRenamedEventCommand postUserRenamedEventCommand(UserGroupCommandSupport commandSupport, PersonFactory personFactory, @Qualifier("embeddedCrowdMembershipDaoTarget") com.atlassian.crowd.embedded.spi.MembershipDao membershipDao, @Qualifier("crowdDirectoryService") com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, @Qualifier("userAccessor") UserAccessor userAccessor, SpaceFilteringService spaceFilteringService) -
crowdUserDeleteCommand
@Bean public UserRemovingEventCommand crowdUserDeleteCommand(UserGroupCommandSupport commandSupport, CrowdUserDirectoryHelper crowdUserDirectoryHelper, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, @Qualifier("userAccessor") UserAccessor userAccessor, @Qualifier("embeddedCrowdMembershipDaoTarget") com.atlassian.crowd.embedded.spi.MembershipDao membershipDao, SpaceFilteringService spaceFilteringService) -
userActivationEventCommand
@Bean public UserActivationEventCommandUserManagement userActivationEventCommand(UserGroupCommandSupport commandSupport, PersonFactory personFactory, SpaceFilteringService spaceFilteringService) -
groupMembershipsCreatedEventCommand
@Bean public GroupMembershipsCreatedEventCommand groupMembershipsCreatedEventCommand(UserGroupCommandSupport commandSupport, PersonFactory personFactory, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, CrowdUserDirectoryHelper crowdUserDirectoryHelper, SpaceFilteringService spaceFilteringService) -
groupMembershipsDeletedEventCommand
@Bean public GroupMembershipsDeletedEventCommand groupMembershipsDeletedEventCommand(UserGroupCommandSupport commandSupport, PersonFactory personFactory, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, CrowdUserDirectoryHelper crowdUserDirectoryHelper, SpaceFilteringService spaceFilteringService) -
crowdUserCreatedCommand
@Bean public CrowdUserCreatedCommand crowdUserCreatedCommand(UserGroupCommandSupport commandSupport, PersonFactory personFactory, SpaceFilteringService spaceFilteringService) -
directoryEventCommand
@Bean public DirectoryEventCommandUserManagement directoryEventCommand(UserGroupCommandSupport commandSupport, SpaceFilteringService spaceFilteringService) -
applicationUpdatedEventCommand
@Bean public ApplicationUpdatedEventCommand applicationUpdatedEventCommand(UserGroupCommandSupport commandSupport, SpaceFilteringService spaceFilteringService) -
userSpaceImportCommand
@Bean public UserSpaceImportCommand userSpaceImportCommand(UserGroupCommandSupport commandSupport, SpaceFilteringService spaceFilteringService) -
globalPermissionCommand
@Bean public GlobalPermissionCommand globalPermissionCommand(GlobalPermissionCommandSupport commandSupport, SpacePermissionOperationKeyConverter globalPermissionOperationKeyConverter, SpaceFilteringService spaceFilteringService) -
spaceFilteringCommand
@Bean public SpaceFilteringCommand spaceFilteringCommand(GlobalPermissionCommandSupport commandSupport)
-