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) CommandsConfiguration.crowdUserCreatedCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory) CommandsConfiguration.crowdUserDeleteCommand
(UserGroupCommandSupport commandSupport, CrowdUserDirectoryHelper crowdUserDirectoryHelper, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, UserAccessor userAccessor, com.atlassian.crowd.embedded.spi.MembershipDao membershipDao) CommandsConfiguration.directoryEventCommand
(UserGroupCommandSupport commandSupport) CommandsConfiguration.groupCreatedEventCommand
(UserGroupCommandSupport commandSupport) CommandsConfiguration.groupDeletedEventCommand
(UserGroupCommandSupport commandSupport, CrowdUserDirectoryHelper crowdUserDirectoryHelper, com.atlassian.crowd.embedded.spi.MembershipDao membershipDao, ConfluenceUserDao confluenceUserDao) CommandsConfiguration.groupMembershipsCreatedEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, CrowdUserDirectoryHelper crowdUserDirectoryHelper) CommandsConfiguration.groupMembershipsDeletedEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, CrowdUserDirectoryHelper crowdUserDirectoryHelper) CommandsConfiguration.postUserRenamedEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, com.atlassian.crowd.embedded.spi.MembershipDao membershipDao, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, UserAccessor userAccessor) CommandsConfiguration.userActivationEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory) CommandsConfiguration.userSpaceImportCommand
(UserGroupCommandSupport commandSupport) -
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) CrowdUserCreatedCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory) DirectoryEventCommandUserManagement
(UserGroupCommandSupport commandSupport) GroupCreatedEventCommand
(UserGroupCommandSupport commandSupport) protected
GroupEventCommand
(UserGroupCommandSupport commandSupport) GroupMembershipsCreatedEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, CrowdUserDirectoryHelper crowdUserDirectoryHelper) GroupMembershipsDeletedEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, CrowdUserDirectoryHelper crowdUserDirectoryHelper) protected
GroupMembershipsEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, CrowdUserDirectoryHelper crowdUserDirectoryHelper) GroupRemovingEventCommand
(UserGroupCommandSupport commandSupport, CrowdUserDirectoryHelper crowdUserDirectoryHelper, com.atlassian.crowd.embedded.spi.MembershipDao membershipDao, ConfluenceUserDao confluenceUserDao) PostUserRenamedEventCommand
(UserGroupCommandSupport commandSupport, PersonFactory personFactory, com.atlassian.crowd.embedded.spi.MembershipDao membershipDao, com.atlassian.crowd.embedded.api.CrowdDirectoryService crowdDirectoryService, CrowdDirectoryEntityHelper crowdDirectoryEntityHelper, UserAccessor userAccessor) UserActivationEventCommandUserManagement
(UserGroupCommandSupport commandSupport, PersonFactory personFactory) 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) UserSpaceImportCommand
(UserGroupCommandSupport commandSupport)