Uses of Interface
com.atlassian.crowd.core.event.MultiEventPublisher
Packages that use MultiEventPublisher
Package
Description
-
Uses of MultiEventPublisher in com.atlassian.crowd.core.event
Classes in com.atlassian.crowd.core.event that implement MultiEventPublisherModifier and TypeClassDescriptionclassBasic implementation ofMultiEventPublisherthat delegates to an underlyingEventPublisherclassDelays publishing any events if a transaction is active, until that transaction commits.Methods in com.atlassian.crowd.core.event that return MultiEventPublisher -
Uses of MultiEventPublisher in com.atlassian.crowd.directory
Constructors in com.atlassian.crowd.directory with parameters of type MultiEventPublisherModifierConstructorDescriptionDbCachingRemoteChangeOperations(com.atlassian.crowd.embedded.spi.DirectoryDao directoryDao, RemoteDirectory remoteDirectory, InternalRemoteDirectory internalDirectory, SynchronisationStatusManager synchronisationStatusManager, MultiEventPublisher eventPublisher, com.atlassian.crowd.embedded.spi.UserDao userDao, com.atlassian.crowd.embedded.spi.GroupDao groupDao, GroupActionStrategy groupActionStrategy, CrowdDarkFeatureManager crowdDarkFeatureManager) DirectoryCacheFactoryImpl(com.atlassian.crowd.embedded.spi.DirectoryDao directoryDao, SynchronisationStatusManager synchronisationStatusManager, MultiEventPublisher eventPublisher, com.atlassian.crowd.embedded.spi.UserDao userDao, com.atlassian.crowd.embedded.spi.GroupDao groupDao, CrowdDarkFeatureManager crowdDarkFeatureManager) TransactionalDirectoryCacheFactory(com.atlassian.crowd.embedded.spi.DirectoryDao directoryDao, SynchronisationStatusManager synchronisationStatusManager, MultiEventPublisher eventPublisher, com.atlassian.crowd.embedded.spi.UserDao userDao, com.atlassian.crowd.embedded.spi.GroupDao groupDao, org.springframework.transaction.interceptor.TransactionInterceptor transactionInterceptor, CrowdDarkFeatureManager crowdDarkFeatureManager) -
Uses of MultiEventPublisher in com.atlassian.crowd.manager.directory
Constructors in com.atlassian.crowd.manager.directory with parameters of type MultiEventPublisherModifierConstructorDescriptionDirectoryManagerGeneric(com.atlassian.crowd.embedded.spi.DirectoryDao directoryDao, ApplicationDAO applicationDAO, MultiEventPublisher eventPublisher, PermissionManager permissionManager, DirectoryInstanceLoader directoryInstanceLoader, DirectorySynchroniser directorySynchroniser, DirectoryPollerManager directoryPollerManager, com.atlassian.beehive.ClusterLockService lockService, SynchronisationStatusManager synchronisationStatusManager, BeforeGroupRemoval beforeGroupRemoval, Optional<NestedGroupsCacheProvider> nestedGroupsCacheProvider, LDAPPropertiesHelper ldapPropertiesHelper, LdapConnectionPropertiesDiffResultMapper ldapConnectionPropertiesDiffResultMapper) -
Uses of MultiEventPublisher in com.atlassian.crowd.manager.recovery
Constructors in com.atlassian.crowd.manager.recovery with parameters of type MultiEventPublisherModifierConstructorDescriptionRecoveryModeAwareDirectoryManager(com.atlassian.crowd.embedded.spi.DirectoryDao directoryDao, ApplicationDAO applicationDAO, MultiEventPublisher eventPublisher, PermissionManager permissionManager, DirectoryInstanceLoader directoryInstanceLoader, DirectorySynchroniser directorySynchroniser, DirectoryPollerManager directoryPollerManager, com.atlassian.beehive.ClusterLockService clusterLockService, SynchronisationStatusManager synchronisationStatusManager, BeforeGroupRemoval beforeGroupRemoval, RecoveryModeService recoveryModeService, Optional<NestedGroupsCacheProvider> nestedGroupsCacheProvider, LDAPPropertiesHelper ldapPropertiesHelper, LdapConnectionPropertiesDiffResultMapper ldapConnectionPropertiesDiffResultMapper)