Constructor and Description |
---|
DefaultCustomContentManager(CustomContentDao customContentDao,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<? extends WikiToStorageConverter> wikiToStorageConverterRef,
com.atlassian.event.api.EventPublisher eventPublisher,
ContentTypeManager contentTypeManager,
RelationManager relationManager,
ContentFactory contentFactory,
CollaborativeEditingHelper collaborativeEditingHelper,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker)
Deprecated.
|
Constructor and Description |
---|
DefaultContentEntityManager(ContentEntityObjectDao<? extends ContentEntityObject> contentEntityObjectDao,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<? extends WikiToStorageConverter> wikiToStorageConverterRef,
com.atlassian.event.api.EventPublisher eventPublisher,
RelationManager relationManager,
CollaborativeEditingHelper collaborativeEditingHelper,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker)
Deprecated.
|
Constructor and Description |
---|
ContentEntityObjectHibernateDao(RetentionFeatureChecker retentionFeatureChecker) |
Constructor and Description |
---|
DefaultCommentManager(ContentEntityObjectDao<ContentEntityObject> contentEntityObjectDao,
org.hibernate.SessionFactory sessionFactory,
WikiToStorageConverter wikiToStorageConverter,
com.atlassian.event.api.EventPublisher eventPublisher,
CommentDaoInternal commentDao,
RelationManager relationManager,
CollaborativeEditingHelper collaborativeEditingHelper,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker) |
DefaultContentEntityManager(ContentEntityObjectDao<? extends ContentEntityObject> contentEntityObjectDao,
org.hibernate.SessionFactory sessionFactory,
WikiToStorageConverter wikiToStorageConverter,
com.atlassian.event.api.EventPublisher eventPublisher,
RelationManager relationManager,
CollaborativeEditingHelper collaborativeEditingHelper,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker) |
DefaultCustomContentManager(CustomContentDao customContentDao,
org.hibernate.SessionFactory sessionFactory,
WikiToStorageConverter wikiToStorageConverter,
com.atlassian.event.api.EventPublisher eventPublisher,
ContentTypeManager contentTypeManager,
RelationManager relationManager,
ContentFactory contentFactory,
CollaborativeEditingHelper collaborativeEditingHelper,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker) |
DefaultPageManager(PageDaoInternal pageDao,
AttachmentManager attachmentManager,
HibernateSessionManager5 hibernateSessionManager5,
WikiToStorageConverter wikiToStorageConverter,
com.atlassian.event.api.EventPublisher eventPublisher,
BlogPostDao blogPostDao,
AbstractPageDaoInternal abstractPageDao,
SpaceDao spaceDao,
ContentPropertyManager contentPropertyManager,
PermissionManager permissionManager,
LoginManager loginManager,
ExceptionTolerantMigrator revertedContentMigrator,
CollaborativeEditingHelper collaborativeEditingHelper,
RelationManager relationManager,
SpacePermissionQueryManager spacePermissionQueryManager,
ContentPermissionManager contentPermissionManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
LinksUpdater linksUpdater,
SpacePermissionManager spacePermissionManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker,
ContentReconciliationManager reconciliationManager,
UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler,
org.hibernate.SessionFactory sessionFactory)
Deprecated.
since 7.19.6
|
DefaultPageManager(PageDaoInternal pageDao,
AttachmentManager attachmentManager,
HibernateSessionManager5 hibernateSessionManager5,
WikiToStorageConverter wikiToStorageConverter,
com.atlassian.event.api.EventPublisher eventPublisher,
BlogPostDao blogPostDao,
AbstractPageDaoInternal abstractPageDao,
SpaceDao spaceDao,
ContentPropertyManager contentPropertyManager,
PermissionManager permissionManager,
LoginManager loginManager,
ExceptionTolerantMigrator revertedContentMigrator,
CollaborativeEditingHelper collaborativeEditingHelper,
RelationManager relationManager,
SpacePermissionQueryManager spacePermissionQueryManager,
ContentPermissionManager contentPermissionManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
LinksUpdater linksUpdater,
SpacePermissionManager spacePermissionManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker,
ContentReconciliationManager reconciliationManager,
UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler,
org.hibernate.SessionFactory sessionFactory,
ContentPropertyService contentPropertyService) |
DefaultPersonalInformationManager(ContentEntityObjectDao<ContentEntityObject> contentEntityObjectDao,
org.hibernate.SessionFactory sessionFactory,
WikiToStorageConverter wikiToStorageConverter,
com.atlassian.event.api.EventPublisher eventPublisher,
PersonalInformationDao personalInformationDao,
RelationManager relationManager,
CollaborativeEditingHelper collaborativeEditingHelper,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker) |
DefaultSpaceDescriptionManager(ContentEntityObjectDao<ContentEntityObject> contentEntityObjectDao,
org.hibernate.SessionFactory sessionFactory,
WikiToStorageConverter wikiToStorageConverter,
com.atlassian.event.api.EventPublisher eventPublisher,
RelationManager relationManager,
CollaborativeEditingHelper collaborativeEditingHelper,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRetentionFeatureChecker |
Constructor and Description |
---|
DefaultVersionRemovalService(HistoricalVersionService historicalVersionService,
SoftCleanupStatusService softCleanupStatusService,
VersionRemovalEventPublisher versionRemovalEventPublisher,
org.springframework.transaction.PlatformTransactionManager transactionManager,
RetentionFeatureChecker retentionFeatureChecker,
SpaceRetentionPolicyManager spaceRetentionPolicyManager) |
Constructor and Description |
---|
DefaultTrashRemovalManager(GlobalRetentionPolicyManager globalRetentionPolicyManager,
TrashCleanupJobStatusManager jobStatusManager,
TrashManagerInternal trashManagerInternal,
org.springframework.transaction.PlatformTransactionManager transactionManager,
RetentionFeatureChecker retentionFeatureChecker,
TrashRuleEvaluator trashRuleEvaluator,
com.atlassian.event.api.EventPublisher eventPublisher) |
Constructor and Description |
---|
TrashHardRemovalScheduledJob(RetentionFeatureChecker retentionFeatureChecker,
RetentionRulesChecker retentionRulesChecker,
TrashRemovalManager trashRemovalManager) |
TrashSoftRemovalScheduledJob(RetentionFeatureChecker retentionFeatureChecker,
RetentionRulesChecker rulesChecker,
TrashRemovalManager trashRemovalManager) |
VersionHardRemovalScheduledJob(VersionRemovalService versionRemovalService,
GlobalRetentionPolicyManager globalRetentionPolicyManager,
RetentionFeatureChecker retentionFeatureChecker,
RetentionRulesChecker retentionRulesChecker) |
VersionSoftRemovalScheduledJob(VersionRemovalService versionRemovalService,
GlobalRetentionPolicyManager globalRetentionPolicyManager,
RetentionFeatureChecker retentionFeatureChecker,
RetentionRulesChecker rulesChecker) |
Constructor and Description |
---|
DefaultGlobalRetentionPolicyService(GlobalRetentionPolicyManager globalRetentionPolicyManager,
RetentionPolicyPermissionManager retentionPolicyPermissionManager,
RetentionFeatureChecker featureChecker) |
DefaultSpaceRetentionPolicyService(SpaceRetentionPolicyManager spaceRetentionPolicyManager,
SpaceManagerInternal spaceManagerInternal,
RetentionPolicyPermissionManager retentionPolicyPermissionManager,
RetentionFeatureChecker featureChecker) |
Constructor and Description |
---|
AbstractContentEntityObjectHibernateDao(RetentionFeatureChecker retentionFeatureChecker) |
Constructor and Description |
---|
DefaultAttachmentManager(AttachmentDaoInternal attachmentDao,
ContentEntityObjectDao contentEntityObjectDao,
com.atlassian.event.api.EventPublisher eventPublisher,
UserAccessor userAccessor,
NotificationManager notificationManager,
RelationManager relationManager,
RetentionFeatureChecker retentionFeatureChecker)
Deprecated.
since 7.14
|
DefaultAttachmentManager(AttachmentDaoInternal attachmentDao,
ContentEntityObjectDao contentEntityObjectDao,
com.atlassian.event.api.EventPublisher eventPublisher,
UserAccessor userAccessor,
NotificationManager notificationManager,
RelationManager relationManager,
RetentionFeatureChecker retentionFeatureChecker,
ContentReconciliationManager reconciliationManager)
Deprecated.
since 7.16
|
DefaultAttachmentManager(AttachmentDaoInternal attachmentDao,
ContentEntityObjectDaoInternal<?> contentEntityObjectDao,
com.atlassian.event.api.EventPublisher eventPublisher,
UserPreferencesAccessor userPreferencesAccessor,
NotificationManager notificationManager,
RelationManager relationManager,
RetentionFeatureChecker retentionFeatureChecker,
ContentReconciliationManager reconciliationManager) |
DefaultCommentManager(ContentEntityObjectDao<ContentEntityObject> contentEntityObjectDao,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<? extends WikiToStorageConverter> wikiToStorageConverterRef,
com.atlassian.event.api.EventPublisher eventPublisher,
CommentDaoInternal commentDao,
RelationManager relationManager,
CollaborativeEditingHelper collaborativeEditingHelper,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker)
Deprecated.
|
DefaultPageManager(PageDaoInternal pageDao,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<? extends WikiToStorageConverter> wikiToStorageConverterRef,
com.atlassian.event.api.EventPublisher eventPublisher,
BlogPostDao blogPostDao,
AbstractPageDaoInternal abstractPageDao,
SpaceDao spaceDao,
ContentPropertyManager contentPropertyManager,
com.google.common.base.Supplier<PermissionManager> permissionManager,
LoginManager loginManager,
com.google.common.base.Supplier<ExceptionTolerantMigrator> revertedContentMigrator,
CollaborativeEditingHelper collaborativeEditingHelper,
RelationManager relationManager,
SpacePermissionQueryManager spacePermissionQueryManager,
ContentPermissionManager contentPermissionManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
LinksUpdater linksUpdater,
SpacePermissionManager spacePermissionManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker,
ContentReconciliationManager reconciliationManager)
Deprecated.
since 7.14
|
DefaultPageManager(PageDaoInternal pageDao,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<? extends WikiToStorageConverter> wikiToStorageConverterRef,
com.atlassian.event.api.EventPublisher eventPublisher,
BlogPostDao blogPostDao,
AbstractPageDaoInternal abstractPageDao,
SpaceDao spaceDao,
ContentPropertyManager contentPropertyManager,
com.google.common.base.Supplier<PermissionManager> permissionManager,
LoginManager loginManager,
com.google.common.base.Supplier<ExceptionTolerantMigrator> revertedContentMigrator,
CollaborativeEditingHelper collaborativeEditingHelper,
RelationManager relationManager,
SpacePermissionQueryManager spacePermissionQueryManager,
ContentPermissionManager contentPermissionManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
LinksUpdater linksUpdater,
SpacePermissionManager spacePermissionManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker,
ContentReconciliationManager reconciliationManager,
UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler)
Deprecated.
since 7.14.5
|
DefaultPageManager(PageDaoInternal pageDao,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<? extends WikiToStorageConverter> wikiToStorageConverterRef,
com.atlassian.event.api.EventPublisher eventPublisher,
BlogPostDao blogPostDao,
AbstractPageDaoInternal abstractPageDao,
SpaceDao spaceDao,
ContentPropertyManager contentPropertyManager,
com.google.common.base.Supplier<PermissionManager> permissionManager,
LoginManager loginManager,
com.google.common.base.Supplier<ExceptionTolerantMigrator> revertedContentMigrator,
CollaborativeEditingHelper collaborativeEditingHelper,
RelationManager relationManager,
SpacePermissionQueryManager spacePermissionQueryManager,
ContentPermissionManager contentPermissionManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
LinksUpdater linksUpdater,
SpacePermissionManager spacePermissionManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker,
ContentReconciliationManager reconciliationManager,
UpdateAttachmentsOnFilesystemOnPageMoveHandler updateAttachmentsOnFilesystemOnPageMoveHandler,
ContentPropertyService contentPropertyService)
Deprecated.
|
DefaultPageManager(PageDaoInternal pageDao,
AttachmentManager attachmentManager,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<? extends WikiToStorageConverter> wikiToStorageConverterRef,
com.atlassian.event.api.EventPublisher eventPublisher,
BlogPostDao blogPostDao,
AbstractPageDaoInternal abstractPageDao,
SpaceDao spaceDao,
ContentPropertyManager contentPropertyManager,
com.google.common.base.Supplier<PermissionManager> permissionManager,
LoginManager loginManager,
com.google.common.base.Supplier<ExceptionTolerantMigrator> revertedContentMigrator,
CollaborativeEditingHelper collaborativeEditingHelper,
RelationManager relationManager,
SpacePermissionQueryManager spacePermissionQueryManager,
ContentPermissionManager contentPermissionManager,
com.atlassian.beehive.ClusterLockService clusterLockService,
LinksUpdater linksUpdater,
SpacePermissionManager spacePermissionManager,
SynchronizationManager synchronizationManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker)
Deprecated.
since 7.13
|
Constructor and Description |
---|
SpacePropertyValidatorImpl(SpaceManager spaceManager,
PermissionManager permissionManager,
SpacePropertyFinderFactory finderFactory,
StorageJsonPropertyManager storageContentPropertyManager,
RetentionFeatureChecker retentionFeatureChecker) |
Constructor and Description |
---|
FrontendServlet(com.atlassian.soy.renderer.SoyTemplateRenderer soyTemplateRenderer,
RetentionFeatureChecker retentionFeatureChecker,
com.atlassian.sal.api.user.UserManager userManager,
com.atlassian.sal.api.auth.LoginUriProvider loginUriProvider,
com.atlassian.sal.api.websudo.WebSudoManager webSudoManager,
TrashManager trashManager) |
GlobalRetentionRulesFrontendServlet(com.atlassian.soy.renderer.SoyTemplateRenderer soyTemplateRenderer,
RetentionFeatureChecker retentionFeatureChecker,
com.atlassian.sal.api.user.UserManager userManager,
com.atlassian.sal.api.auth.LoginUriProvider loginUriProvider,
com.atlassian.sal.api.websudo.WebSudoManager webSudoManager,
TrashManager trashManager) |
SpaceRetentionRulesFrontendServlet(com.atlassian.soy.renderer.SoyTemplateRenderer soyTemplateRenderer,
RetentionFeatureChecker retentionFeatureChecker,
com.atlassian.sal.api.user.UserManager userManager,
com.atlassian.sal.api.auth.LoginUriProvider loginUriProvider,
com.atlassian.sal.api.websudo.WebSudoManager webSudoManager,
SpaceManager spaceManager,
RetentionPolicyPermissionManager retentionPolicyPermissionManager,
TrashManager trashManager) |
Constructor and Description |
---|
GlobalRetentionPolicyResource(GlobalRetentionPolicyService retentionRulesSettingsService,
RetentionFeatureChecker featureChecker) |
SpaceRetentionPolicyPermissionResource(RetentionFeatureChecker featureChecker,
RetentionPolicyPermissionService retentionPolicyPermissionService) |
SpaceRetentionPolicyResource(SpaceRetentionPolicyService spaceRetentionPolicyService,
RetentionFeatureChecker featureChecker,
SearchService searchService) |
Constructor and Description |
---|
DefaultSpaceDescriptionManager(ContentEntityObjectDao<ContentEntityObject> contentEntityObjectDao,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<? extends WikiToStorageConverter> wikiToStorageConverterRef,
com.atlassian.event.api.EventPublisher eventPublisher,
RelationManager relationManager,
CollaborativeEditingHelper collaborativeEditingHelper,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker)
Deprecated.
|
Constructor and Description |
---|
DefaultPersonalInformationManager(ContentEntityObjectDao<ContentEntityObject> contentEntityObjectDao,
HibernateSessionManager hibernateSessionManager,
com.google.common.base.Supplier<? extends WikiToStorageConverter> wikiToStorageConverterRef,
com.atlassian.event.api.EventPublisher eventPublisher,
PersonalInformationDao personalInformationDao,
RelationManager relationManager,
CollaborativeEditingHelper collaborativeEditingHelper,
AuditingContext auditingContext,
RetentionFeatureChecker retentionFeatureChecker)
Deprecated.
|
Copyright © 2003–2023 Atlassian. All rights reserved.
View cookie preferences