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