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

Packages that use ContentPropertyManager
com.atlassian.confluence.content.render.xhtml.view.inlinetask   
com.atlassian.confluence.content.service   
com.atlassian.confluence.content.service.blogpost   
com.atlassian.confluence.content.service.page   
com.atlassian.confluence.core   
com.atlassian.confluence.event.listeners   
com.atlassian.confluence.pages   
com.atlassian.confluence.plugins.emailtopage   
com.atlassian.confluence.test.rpc   
com.atlassian.confluence.user   
com.atlassian.confluence.util   
 

Uses of ContentPropertyManager in com.atlassian.confluence.content.render.xhtml.view.inlinetask
 

Constructors in com.atlassian.confluence.content.render.xhtml.view.inlinetask with parameters of type ContentPropertyManager
ViewInlineTaskUnmarshaller(XmlEventReaderFactory xmlEventReaderFactory, ContentPropertyManager contentPropertyManager)
           
 

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

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

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

Constructors in com.atlassian.confluence.content.service.blogpost with parameters of type ContentPropertyManager
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, ContentPropertyManager contentPropertyManager)
           
 

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

Fields in com.atlassian.confluence.content.service.page declared as ContentPropertyManager
protected  ContentPropertyManager CreateAbstractPageCommandImpl.contentPropertyManager
           
 

Constructors in com.atlassian.confluence.content.service.page with parameters of type ContentPropertyManager
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, ContentPropertyManager contentPropertyManager)
           
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, ContentPropertyManager contentPropertyManager)
           
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, ContentPropertyManager contentPropertyManager)
           
 

Uses of ContentPropertyManager in com.atlassian.confluence.core
 

Classes in com.atlassian.confluence.core that implement ContentPropertyManager
 class DefaultContentPropertyManager
           
 

Uses of ContentPropertyManager in com.atlassian.confluence.event.listeners
 

Methods in com.atlassian.confluence.event.listeners with parameters of type ContentPropertyManager
 void RemoveContentPropertiesOnRemoveContentListener.setContentPropertyManager(ContentPropertyManager contentPropertyManager)
           
 

Uses of ContentPropertyManager in com.atlassian.confluence.pages
 

Methods in com.atlassian.confluence.pages with parameters of type ContentPropertyManager
 void DefaultPageManager.setContentPropertyManager(ContentPropertyManager contentPropertyManager)
           
 

Uses of ContentPropertyManager in com.atlassian.confluence.plugins.emailtopage
 

Constructors in com.atlassian.confluence.plugins.emailtopage with parameters of type ContentPropertyManager
DefaultEmailToPageConverter(UserAccessor userAccessor, UsersByEmailService usersByEmailService, PageService pageService, SpaceManager spaceManager, EmailContentParser emailContentParser, ContentPropertyManager contentPropertyManager, PageManager pageManager, PermissionManager permissionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, AttachmentManager attachmentManager, AttachmentConverterService attachmentConverterService)
           
 

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

Methods in com.atlassian.confluence.test.rpc with parameters of type ContentPropertyManager
 void FuncTestRpcHandlerImpl.setContentPropertyManager(ContentPropertyManager contentPropertyManager)
           
 

Uses of ContentPropertyManager in com.atlassian.confluence.user
 

Constructors in com.atlassian.confluence.user with parameters of type ContentPropertyManager
DefaultUserDetailsManager(ContentPropertyManager contentPropertyManager, PersonalInformationManager personalInformationManager)
           
 

Uses of ContentPropertyManager in com.atlassian.confluence.util
 

Methods in com.atlassian.confluence.util with parameters of type ContentPropertyManager
 void ContentMacrosHelper.setContentPropertyManager(ContentPropertyManager contentPropertyManager)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.