Uses of Interface
com.atlassian.confluence.core.ContentPermissionManager

Packages that use ContentPermissionManager
com.atlassian.confluence.content.service   
com.atlassian.confluence.content.service.blogpost   
com.atlassian.confluence.content.service.page   
com.atlassian.confluence.core   
com.atlassian.confluence.importexport   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.plugin.descriptor.web.conditions   
com.atlassian.confluence.rpc.soap.services   
com.atlassian.confluence.security.delegate   
com.atlassian.confluence.test.rpc   
com.atlassian.confluence.user   
 

Uses of ContentPermissionManager in com.atlassian.confluence.content.service
 

Constructors in com.atlassian.confluence.content.service with parameters of type ContentPermissionManager
DefaultBlogPostService(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, SpacePermissionManager spacePermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
DefaultPageService(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher)
           
 

Uses of ContentPermissionManager in com.atlassian.confluence.content.service.blogpost
 

Constructors in com.atlassian.confluence.content.service.blogpost with parameters of type ContentPermissionManager
CreateBlogPostCommandImpl(PageManager pageManager, SpacePermissionManager spacePermissionManager, ContentPermissionManager contentPermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, BlogPostProvider blogPostProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
           
 

Uses of ContentPermissionManager in com.atlassian.confluence.content.service.page
 

Fields in com.atlassian.confluence.content.service.page declared as ContentPermissionManager
protected  ContentPermissionManager CreateAbstractPageCommandImpl.contentPermissionManager
           
 

Constructors in com.atlassian.confluence.content.service.page with parameters of type ContentPermissionManager
CreateAbstractPageCommandImpl(PageManager pageManager, ContentPermissionManager contentPermissionManager, DraftService draftService, DraftManager draftManager, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
           
CreatePageCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf)
           
CreatePageFromExistingCommandImpl(PageManager pageManager, PermissionManager permissionManager, ContentPermissionManager contentPermissionManager, DraftManager draftManager, DraftService draftService, AttachmentManager attachmentManager, NotificationManager notificationManager, com.atlassian.event.api.EventPublisher eventPublisher, PageProvider pageProvider, ContentPermissionProvider permissionProvider, CreateContextProvider contextProvider, Draft draft, com.atlassian.user.User user, boolean notifySelf, SpaceProvider spaceProvider)
           
 

Uses of ContentPermissionManager in com.atlassian.confluence.core
 

Classes in com.atlassian.confluence.core that implement ContentPermissionManager
 class DefaultContentPermissionManager
           
 

Uses of ContentPermissionManager in com.atlassian.confluence.importexport
 

Methods in com.atlassian.confluence.importexport that return ContentPermissionManager
 ContentPermissionManager DefaultImportExportManager.getContentPermissionManager()
           
 

Methods in com.atlassian.confluence.importexport with parameters of type ContentPermissionManager
 void DefaultImportExportManager.setContentPermissionManager(ContentPermissionManager contentPermissionManager)
           
 

Uses of ContentPermissionManager in com.atlassian.confluence.pages
 

Constructors in com.atlassian.confluence.pages with parameters of type ContentPermissionManager
TreeBuilder(com.atlassian.user.User user, ContentPermissionManager contentPermissionManager, PageManager pageManager)
          TreeBuilder needs a user Object to be able to test for page permissions.
 

Uses of ContentPermissionManager in com.atlassian.confluence.pages.actions
 

Fields in com.atlassian.confluence.pages.actions declared as ContentPermissionManager
protected  ContentPermissionManager AbstractPageAwareAction.contentPermissionManager
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type ContentPermissionManager
 void GetPagePermissionsAction.setContentPermissionManager(ContentPermissionManager contentPermissionManager)
           
 void AbstractPageAwareAction.setContentPermissionManager(ContentPermissionManager contentPermissionManager)
           
 

Uses of ContentPermissionManager in com.atlassian.confluence.plugin.descriptor.web.conditions
 

Methods in com.atlassian.confluence.plugin.descriptor.web.conditions with parameters of type ContentPermissionManager
 void ContentHasAnyPermissionsSetCondition.setContentPermissionManager(ContentPermissionManager contentPermissionManager)
           
 

Uses of ContentPermissionManager in com.atlassian.confluence.rpc.soap.services
 

Methods in com.atlassian.confluence.rpc.soap.services with parameters of type ContentPermissionManager
 void PagesSoapService.setContentPermissionManager(ContentPermissionManager contentPermissionManager)
           
 

Uses of ContentPermissionManager in com.atlassian.confluence.security.delegate
 

Methods in com.atlassian.confluence.security.delegate with parameters of type ContentPermissionManager
 void PagePermissionsDelegate.setContentPermissionManager(ContentPermissionManager contentPermissionManager)
           
 void BlogPostPermissionsDelegate.setContentPermissionManager(ContentPermissionManager contentPermissionManager)
           
 void AttachmentPermissionsDelegate.setContentPermissionManager(ContentPermissionManager contentPermissionManager)
           
 

Uses of ContentPermissionManager in com.atlassian.confluence.test.rpc
 

Methods in com.atlassian.confluence.test.rpc with parameters of type ContentPermissionManager
 void FuncTestRpcHandlerImpl.setContentPermissionManager(ContentPermissionManager contentPermissionManager)
           
 

Uses of ContentPermissionManager in com.atlassian.confluence.user
 

Constructors in com.atlassian.confluence.user with parameters of type ContentPermissionManager
DefaultUserAccessor(com.atlassian.user.configuration.RepositoryAccessor repositoryAccessor, SpacePermissionManager spacePermissionManager, ContentEntityManager contentEntityManager, NotificationManager notificationManager, PersonalInformationManager personalInformationManager, UserChecker userChecker, AttachmentManager attachmentManager, com.atlassian.event.EventManager eventManager, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager, UserStatusManager userStatusManager, FollowManager followManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, DisabledUserManager disabledUserManager, HibernateSessionManager sessionManager)
          Deprecated. since 5.2. Use DefaultUserAccessor.DefaultUserAccessor(com.atlassian.user.configuration.RepositoryAccessor, com.atlassian.confluence.security.SpacePermissionManager, com.atlassian.confluence.core.ContentEntityManager, com.atlassian.confluence.mail.notification.NotificationManager, PersonalInformationManager, com.atlassian.confluence.util.UserChecker, com.atlassian.confluence.pages.AttachmentManager, com.atlassian.event.EventManager, com.atlassian.confluence.core.ContentPermissionManager, com.atlassian.confluence.security.PermissionManager, com.atlassian.confluence.userstatus.UserStatusManager, com.atlassian.confluence.follow.FollowManager, com.atlassian.crowd.embedded.api.CrowdService, DisabledUserManager, com.atlassian.confluence.core.persistence.hibernate.HibernateSessionManager, com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao, UserManager, SettingsManager).
DefaultUserAccessor(com.atlassian.user.configuration.RepositoryAccessor repositoryAccessor, SpacePermissionManager spacePermissionManager, ContentEntityManager contentEntityManager, NotificationManager notificationManager, PersonalInformationManager personalInformationManager, UserChecker userChecker, AttachmentManager attachmentManager, com.atlassian.event.EventManager eventManager, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager, UserStatusManager userStatusManager, FollowManager followManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, DisabledUserManager disabledUserManager, HibernateSessionManager sessionManager, ConfluenceUserDao confluenceUserDao, com.atlassian.user.UserManager backingUserManager, SettingsManager settingsManager)
           
DefaultUserAccessor(com.atlassian.user.configuration.RepositoryAccessor repositoryAccessor, SpacePermissionManager spacePermissionManager, ContentEntityManager contentEntityManager, NotificationManager notificationManager, PersonalInformationManager personalInformationManager, UserChecker userChecker, AttachmentManager attachmentManager, SettingsManager settingsManager, com.atlassian.event.EventManager eventManager, ContentPermissionManager contentPermissionManager, PermissionManager permissionManager, UserStatusManager userStatusManager, FollowManager followManager, com.atlassian.crowd.embedded.api.CrowdService crowdService, DisabledUserManager disabledUserManager, HibernateSessionManager sessionManager)
          Deprecated. since 5.1. Use DefaultUserAccessor.DefaultUserAccessor(com.atlassian.user.configuration.RepositoryAccessor, com.atlassian.confluence.security.SpacePermissionManager, com.atlassian.confluence.core.ContentEntityManager, com.atlassian.confluence.mail.notification.NotificationManager, PersonalInformationManager, com.atlassian.confluence.util.UserChecker, com.atlassian.confluence.pages.AttachmentManager, com.atlassian.event.EventManager, com.atlassian.confluence.core.ContentPermissionManager, com.atlassian.confluence.security.PermissionManager, com.atlassian.confluence.userstatus.UserStatusManager, com.atlassian.confluence.follow.FollowManager, com.atlassian.crowd.embedded.api.CrowdService, DisabledUserManager, com.atlassian.confluence.core.persistence.hibernate.HibernateSessionManager, com.atlassian.confluence.user.persistence.dao.ConfluenceUserDao, UserManager, SettingsManager).
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.