Uses of Interface
com.atlassian.confluence.internal.api.impl.service.incrementalsync.UserGroupCommandSupport
Packages that use UserGroupCommandSupport
Package
Description
-
Uses of UserGroupCommandSupport in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Classes in com.atlassian.confluence.internal.api.impl.service.incrementalsync that implement UserGroupCommandSupportModifier and TypeClassDescriptionclass
Supporter class for Command to serialize and deserialize to JournalMethods in com.atlassian.confluence.internal.api.impl.service.incrementalsync with parameters of type UserGroupCommandSupportModifier and TypeMethodDescriptionCommandsConfiguration.applicationUpdatedEventCommand
(UserGroupCommandSupport commandSupport, SpaceFilteringService spaceFilteringService) CommandsConfiguration.crowdUserCreatedCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, SpaceFilteringService spaceFilteringService) CommandsConfiguration.crowdUserDeleteCommand
(UserGroupCommandSupport commandSupport, CrowdUserDirectoryHelper crowdUserDirectoryHelper, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, UserAccessor userAccessor, com.atlassian.crowd.embedded.spi.MembershipDao membershipDao, SpaceFilteringService spaceFilteringService) CommandsConfiguration.directoryEventCommand
(UserGroupCommandSupport commandSupport, SpaceFilteringService spaceFilteringService) CommandsConfiguration.groupCreatedEventCommand
(UserGroupCommandSupport commandSupport, SpaceFilteringService spaceFilteringService) CommandsConfiguration.groupDeletedEventCommand
(UserGroupCommandSupport commandSupport, CrowdUserDirectoryHelper crowdUserDirectoryHelper, com.atlassian.crowd.embedded.spi.MembershipDao membershipDao, ConfluenceUserDao confluenceUserDao, SpaceFilteringService spaceFilteringService) CommandsConfiguration.groupMembershipsCreatedEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, CrowdUserDirectoryHelper crowdUserDirectoryHelper, SpaceFilteringService spaceFilteringService) CommandsConfiguration.groupMembershipsDeletedEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, CrowdUserDirectoryHelper crowdUserDirectoryHelper, SpaceFilteringService spaceFilteringService) CommandsConfiguration.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) CommandsConfiguration.userActivationEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, SpaceFilteringService spaceFilteringService) CommandsConfiguration.userSpaceImportCommand
(UserGroupCommandSupport commandSupport, SpaceFilteringService spaceFilteringService) -
Uses of UserGroupCommandSupport in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
Fields in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands declared as UserGroupCommandSupportModifier and TypeFieldDescriptionprotected final UserGroupCommandSupport
GroupEventCommand.commandSupport
protected final UserGroupCommandSupport
GroupMembershipsEventCommand.commandSupport
protected final UserGroupCommandSupport
UserEventCommand.commandSupport
protected final UserGroupCommandSupport
UserManagementMultiEventsCommand.commandSupport
Constructors in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands with parameters of type UserGroupCommandSupportModifierConstructorDescriptionApplicationUpdatedEventCommand
(UserGroupCommandSupport commandSupport, SpaceFilteringService spaceFilteringService) CrowdUserCreatedCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, SpaceFilteringService spaceFilteringService) DirectoryEventCommandUserManagement
(UserGroupCommandSupport commandSupport, SpaceFilteringService spaceFilteringService) GroupCreatedEventCommand
(UserGroupCommandSupport commandSupport, SpaceFilteringService spaceFilteringService) protected
GroupEventCommand
(UserGroupCommandSupport commandSupport) GroupMembershipsCreatedEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, CrowdUserDirectoryHelper crowdUserDirectoryHelper, SpaceFilteringService spaceFilteringService) GroupMembershipsDeletedEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, CrowdUserDirectoryHelper crowdUserDirectoryHelper, SpaceFilteringService spaceFilteringService) protected
GroupMembershipsEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, CrowdUserDirectoryHelper crowdUserDirectoryHelper) GroupRemovingEventCommand
(UserGroupCommandSupport commandSupport, CrowdUserDirectoryHelper crowdUserDirectoryHelper, com.atlassian.crowd.embedded.spi.MembershipDao membershipDao, ConfluenceUserDao confluenceUserDao, 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) UserActivationEventCommandUserManagement
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, SpaceFilteringService spaceFilteringService) protected
UserEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory) protected
UserManagementMultiEventsCommand
(UserGroupCommandSupport commandSupport) UserRemovingEventCommand
(UserGroupCommandSupport commandSupport, CrowdUserDirectoryHelper crowdUserDirectoryHelper, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, UserAccessor userAccessor, com.atlassian.crowd.embedded.spi.MembershipDao membershipDao, SpaceFilteringService spaceFilteringService) UserSpaceImportCommand
(UserGroupCommandSupport commandSupport, SpaceFilteringService spaceFilteringService)