Uses of Class
com.atlassian.confluence.internal.api.incrementalsync.model.usermanagement.UserManagementInSyncModel
Packages that use UserManagementInSyncModel
Package
Description
-
Uses of UserManagementInSyncModel in com.atlassian.confluence.internal.api.impl.service.incrementalsync
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync that return types with arguments of type UserManagementInSyncModelModifier and TypeMethodDescriptionIncrementalSyncServiceConfiguration.userManagementCommandFactory
(Collection<CommandCreator<?, UserManagementInSyncModel>> commandCreators) IncrementalSyncServiceConfiguration.userManagementIncrementalSyncPaginationService
(org.springframework.transaction.PlatformTransactionManager transactionManager, PaginationService paginationService, JournalServiceInternal journalService, CommandFactory<UserManagementInSyncModel> userManagementCommandFactory, SpaceFilteringService spaceFilteringService) Method parameters in com.atlassian.confluence.internal.api.impl.service.incrementalsync with type arguments of type UserManagementInSyncModelModifier and TypeMethodDescriptionIncrementalSyncServiceConfiguration.userManagementCommandFactory
(Collection<CommandCreator<?, UserManagementInSyncModel>> commandCreators) IncrementalSyncServiceConfiguration.userManagementIncrementalSyncPaginationService
(org.springframework.transaction.PlatformTransactionManager transactionManager, PaginationService paginationService, JournalServiceInternal journalService, CommandFactory<UserManagementInSyncModel> userManagementCommandFactory, SpaceFilteringService spaceFilteringService) IncrementalSyncServiceConfiguration.userManagementIncrementalSyncService
(JournalServiceInternal journalService, SubscriptionJournalStateStore subscriptionJournalStateStore, PermissionManager permissionManager, IncrementalSyncDataFetcher<UserManagementInSyncModel> incrementalSyncDataFetcher, ScopesRequestCacheDelegate scopesRequestCacheDelegate) IncrementalSyncServiceConfiguration.userManagementRecorder
(CommandFactory<UserManagementInSyncModel> userManagementCommandFactory, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, UserManagementIncrementalSyncServiceImpl userManagementIncrementalSyncService) -
Uses of UserManagementInSyncModel in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement
Subclasses of UserManagementInSyncModel in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagementModifier and TypeClassDescriptionclass
Parent class for all Json model for all user management sync APIConstructor parameters in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement with type arguments of type UserManagementInSyncModelModifierConstructorDescriptionUserManagementIncrementalSyncServiceImpl
(JournalServiceInternal journalService, SubscriptionJournalStateStore subscriptionJournalStateStore, com.atlassian.core.util.Clock clock, PermissionManager permissionManager, IncrementalSyncDataFetcher<UserManagementInSyncModel> incrementalSyncDataFetcher, ScopesRequestCacheDelegate scopesRequestCacheDelegate) UserManagementRecorder
(CommandFactory<UserManagementInSyncModel> userManagementCommandFactory, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, UserManagementIncrementalSyncService userManagementIncrementalSyncService) -
Uses of UserManagementInSyncModel in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands
Methods in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands that return types with arguments of type UserManagementInSyncModelModifier and TypeMethodDescriptionOptional
<Command<com.atlassian.crowd.event.application.ApplicationUpdatedEvent, UserManagementInSyncModel>> ApplicationUpdatedEventCommand.newCommand
(JournalEntry journalEntry) Optional
<Command<com.atlassian.crowd.event.application.ApplicationUpdatedEvent, UserManagementInSyncModel>> ApplicationUpdatedEventCommand.newCommand
(com.atlassian.crowd.event.application.ApplicationUpdatedEvent event) Optional
<Command<com.atlassian.crowd.event.user.UserCreatedEvent, UserManagementInSyncModel>> CrowdUserCreatedCommand.newCommand
(JournalEntry journalEntry) Optional
<Command<com.atlassian.crowd.event.user.UserCreatedEvent, UserManagementInSyncModel>> CrowdUserCreatedCommand.newCommand
(com.atlassian.crowd.event.user.UserCreatedEvent event) Optional
<Command<com.atlassian.crowd.event.DirectoryEvent, UserManagementInSyncModel>> DirectoryEventCommandUserManagement.newCommand
(JournalEntry journalEntry) Optional
<Command<com.atlassian.crowd.event.DirectoryEvent, UserManagementInSyncModel>> DirectoryEventCommandUserManagement.newCommand
(com.atlassian.crowd.event.DirectoryEvent event) Optional
<Command<com.atlassian.crowd.event.group.GroupCreatedEvent, UserManagementInSyncModel>> GroupCreatedEventCommand.newCommand
(JournalEntry journalEntry) Optional
<Command<com.atlassian.crowd.event.group.GroupCreatedEvent, UserManagementInSyncModel>> GroupCreatedEventCommand.newCommand
(com.atlassian.crowd.event.group.GroupCreatedEvent event) Optional
<Command<com.atlassian.crowd.event.group.GroupMembershipsCreatedEvent, UserManagementInSyncModel>> GroupMembershipsCreatedEventCommand.newCommand
(JournalEntry journalEntry) Optional
<Command<com.atlassian.crowd.event.group.GroupMembershipsCreatedEvent, UserManagementInSyncModel>> GroupMembershipsCreatedEventCommand.newCommand
(com.atlassian.crowd.event.group.GroupMembershipsCreatedEvent event) Optional
<Command<com.atlassian.crowd.event.group.GroupMembershipsDeletedEvent, UserManagementInSyncModel>> GroupMembershipsDeletedEventCommand.newCommand
(JournalEntry journalEntry) Optional
<Command<com.atlassian.crowd.event.group.GroupMembershipsDeletedEvent, UserManagementInSyncModel>> GroupMembershipsDeletedEventCommand.newCommand
(com.atlassian.crowd.event.group.GroupMembershipsDeletedEvent event) GroupRemovingEventCommand.newCommand
(JournalEntry journalEntry) GroupRemovingEventCommand.newCommand
(GroupRemovingEvent event) PostUserRenamedEventCommand.newCommand
(JournalEntry journalEntry) PostUserRenamedEventCommand.newCommand
(PostUserRenamedEvent event) Optional
<Command<com.atlassian.crowd.event.user.UserEditedEvent, UserManagementInSyncModel>> UserActivationEventCommandUserManagement.newCommand
(JournalEntry journalEntry) Optional
<Command<com.atlassian.crowd.event.user.UserEditedEvent, UserManagementInSyncModel>> UserActivationEventCommandUserManagement.newCommand
(com.atlassian.crowd.event.user.UserEditedEvent event) UserManagementMultiEventsCommand.newCommand
(JournalEntry journalEntry, Command<T, UserManagementInSyncModel> command) UserRemovingEventCommand.newCommand
(JournalEntry journalEntry) UserRemovingEventCommand.newCommand
(UserRemovingEvent event) UserSpaceImportCommand.newCommand
(JournalEntry journalEntry) UserSpaceImportCommand.newCommand
(AsyncImportFinishedEvent event) ApplicationUpdatedEventCommand.processJournalEntries
(Collection<JournalEntry> journalEntries) CrowdUserCreatedCommand.processJournalEntries
(Collection<JournalEntry> journalEntries) DirectoryEventCommandUserManagement.processJournalEntries
(Collection<JournalEntry> journalEntries) GroupEventCommand.processJournalEntries
(Collection<JournalEntry> journalEntries) GroupMembershipsEventCommand.processJournalEntries
(Collection<JournalEntry> journalEntries) UserActivationEventCommandUserManagement.processJournalEntries
(Collection<JournalEntry> journalEntries) UserEventCommand.processJournalEntries
(Collection<JournalEntry> journalEntries) UserRemovingEventCommand.processJournalEntries
(Collection<JournalEntry> journalEntries) UserSpaceImportCommand.processJournalEntries
(Collection<JournalEntry> journalEntries) Method parameters in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.commands with type arguments of type UserManagementInSyncModelModifier and TypeMethodDescriptionUserManagementMultiEventsCommand.newCommand
(JournalEntry journalEntry, Command<T, UserManagementInSyncModel> command) -
Uses of UserManagementInSyncModel in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.model
Subclasses of UserManagementInSyncModel in com.atlassian.confluence.internal.api.impl.service.incrementalsync.usermanagement.modelModifier and TypeClassDescriptionclass
class
class
class
Represents a JSON model for an incremental synchronisation status event.class
Represents a JSON model for space restore finish event for user management. -
Uses of UserManagementInSyncModel in com.atlassian.confluence.plugins.restapi.rvsync.resources
Methods in com.atlassian.confluence.plugins.restapi.rvsync.resources that return types with arguments of type UserManagementInSyncModelModifier and TypeMethodDescriptionUserManagementIncrementalSyncResource.getEventsBatch
(String cursor, int limit, jakarta.ws.rs.core.UriInfo uriInfo)