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