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

Packages that use ContentEntityManager
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.api.impl.service.content.factory   
com.atlassian.confluence.api.impl.service.content.typebinding   
com.atlassian.confluence.content   
com.atlassian.confluence.content.render.xhtml.view.link   
com.atlassian.confluence.content.service   
com.atlassian.confluence.content.service.page   
com.atlassian.confluence.core   
com.atlassian.confluence.dashboard.actions   
com.atlassian.confluence.internal Internal interfaces that are NOT exposed to the plugin classpath, by being excluded in the packageScanningConfiguration of bootstrapContext.xml. 
com.atlassian.confluence.internal.pages   
com.atlassian.confluence.labels.actions   
com.atlassian.confluence.links   
com.atlassian.confluence.links.linktypes   
com.atlassian.confluence.mail   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.pages.wysiwyg   
com.atlassian.confluence.plugins.dragdrop   
com.atlassian.confluence.plugins.edgeindex   
com.atlassian.confluence.plugins.like.actions   
com.atlassian.confluence.plugins.like.rest.resources   
com.atlassian.confluence.plugins.popularcontent   
com.atlassian.confluence.plugins.replytoemail   
com.atlassian.confluence.plugins.rest.manager   
com.atlassian.confluence.plugins.rest.resources   
com.atlassian.confluence.rpc.soap.services   
com.atlassian.confluence.spaces   
com.atlassian.confluence.spaces.actions   
com.atlassian.confluence.test.rpc   
com.atlassian.confluence.tinymceplugin.rest   
com.atlassian.confluence.ui.rest.builder   
com.atlassian.confluence.ui.rest.service.content   
com.atlassian.confluence.user   
com.atlassian.confluence.user.actions   
com.atlassian.confluence.user.history   
com.atlassian.confluence.userstatus   
com.atlassian.confluence.web.service   
com.atlassian.studio.confluence.history   
 

Uses of ContentEntityManager in com.atlassian.confluence.api.impl.service.content
 

Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type ContentEntityManager
AttachmentServiceImpl(PermissionManager permissionManager, ContentEntityManager contentEntityManager, FileUploadManager fileUploadManager, AttachmentManagerInternal attachmentManager, AttachmentFactory attachmentFactory, AttachmentContentTypeBinding binding)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.api.impl.service.content.factory
 

Constructors in com.atlassian.confluence.api.impl.service.content.factory with parameters of type ContentEntityManager
HistoryFactory(PersonFactory personFactory, VersionFactory versionFactory, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.api.impl.service.content.typebinding
 

Constructors in com.atlassian.confluence.api.impl.service.content.typebinding with parameters of type ContentEntityManager
AttachmentContentTypeBinding(ContentEntityManager contentEntityManager, AttachmentFactory attachmentFactory, AttachmentManagerInternal attachmentManager, PaginationService paginationService, PermissionManager permissionManager)
           
CommentContentTypeBinding(CommentManagerInternal commentManager, PaginationService paginationService, ContentFactory contentFactory, PermissionManager permissionManager, ContentEntityManager contentEntityManager)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.content
 

Subinterfaces of ContentEntityManager in com.atlassian.confluence.content
 interface CustomContentManager
           
 

Classes in com.atlassian.confluence.content that implement ContentEntityManager
 class DefaultCustomContentManager
          Generic manager for pluggable content.
 

Uses of ContentEntityManager in com.atlassian.confluence.content.render.xhtml.view.link
 

Constructors in com.atlassian.confluence.content.render.xhtml.view.link with parameters of type ContentEntityManager
ViewAttachmentLinkMarshaller(XmlStreamWriterTemplate xmlStreamWriterTemplate, PageManager pageManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager, PermissionManager permissionManager, Marshaller<UnresolvedLink> unresolvedLinkMarshaller, Marshaller<Link> linkBodyMarshaller, StaxStreamMarshaller<Link> commonLinkAttributeStaxStreamMarshaller, DraftManager draftManager, HrefEvaluator hrefEvaluator, Marshaller<Link> notPermittedLinkMarshaller, ResourceIdentifierContextUtility ricu, ModelToRenderedClassMapper mapper)
           
 

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

Methods in com.atlassian.confluence.content.service with parameters of type ContentEntityManager
 void DefaultRenderingService.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 

Constructors in com.atlassian.confluence.content.service with parameters of type ContentEntityManager
IdContentLocator(ContentEntityManager contentEntityManager, long contentId)
           
 

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

Constructors in com.atlassian.confluence.content.service.page with parameters of type ContentEntityManager
RevertContentToVersionCommand(PermissionManager permissionManager, ContentEntityManager contentEntityManager)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.core
 

Classes in com.atlassian.confluence.core that implement ContentEntityManager
 class DefaultContentEntityManager
           
 

Uses of ContentEntityManager in com.atlassian.confluence.dashboard.actions
 

Methods in com.atlassian.confluence.dashboard.actions that return ContentEntityManager
 ContentEntityManager ConfigureRssFeedAction.getContentEntityManager()
           
 

Methods in com.atlassian.confluence.dashboard.actions with parameters of type ContentEntityManager
 void ConfigureRssFeedAction.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.internal
 

Subinterfaces of ContentEntityManager in com.atlassian.confluence.internal
 interface ContentEntityManagerInternal
          Internal version of the ContentEntityManager interface; see the package-info.java for rationale.
 

Uses of ContentEntityManager in com.atlassian.confluence.internal.pages
 

Subinterfaces of ContentEntityManager in com.atlassian.confluence.internal.pages
 interface CommentManagerInternal
          Internal version of the CommentManager interface; see the package-info.java for rationale.
 interface PageManagerInternal
          Internal version of the PageManager interface; see the package-info.java for rationale.
 

Uses of ContentEntityManager in com.atlassian.confluence.labels.actions
 

Methods in com.atlassian.confluence.labels.actions that return ContentEntityManager
 ContentEntityManager AbstractLabelsForEntityAction.getContentEntityManager()
           
 

Methods in com.atlassian.confluence.labels.actions with parameters of type ContentEntityManager
 void AbstractLabelsForEntityAction.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.links
 

Methods in com.atlassian.confluence.links with parameters of type ContentEntityManager
 void DefaultReferralManager.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 void ConfluenceLinkResolver.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.links.linktypes
 

Constructors in com.atlassian.confluence.links.linktypes with parameters of type ContentEntityManager
ContentLink(com.atlassian.renderer.links.GenericLinkParser parser, ContentEntityManager contentEntityManager)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.mail
 

Subinterfaces of ContentEntityManager in com.atlassian.confluence.mail
 interface MailContentManager
          Deprecated. 
 

Classes in com.atlassian.confluence.mail that implement ContentEntityManager
 class DefaultMailContentManager
          Deprecated. since 4.2. See MailContentManager.
 

Constructors in com.atlassian.confluence.mail with parameters of type ContentEntityManager
ChangeDigestNotificationBean(ContentEntityManager contentEntityManager, UserAccessor userAccessor, DefaultPermissionManager permissionManager, NotificationManager notificationManager)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.pages
 

Subinterfaces of ContentEntityManager in com.atlassian.confluence.pages
 interface CommentManager
          Manager for page comments.
 interface PageManager
          Manages the retrieval and manipulation both pages and blog entries.
 

Classes in com.atlassian.confluence.pages that implement ContentEntityManager
 class DefaultCommentManager
          Manager for page comments.
 class DefaultPageManager
           
 

Methods in com.atlassian.confluence.pages with parameters of type ContentEntityManager
 void DefaultTrashManager.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 

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

Fields in com.atlassian.confluence.pages.actions declared as ContentEntityManager
protected  ContentEntityManager RestoreTrashItemAction.contentEntityManager
           
protected  ContentEntityManager PurgeTrashItemAction.contentEntityManager
           
 

Methods in com.atlassian.confluence.pages.actions with parameters of type ContentEntityManager
 void RestoreTrashItemAction.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 void RestoreExistingTrashItemAction.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 void PurgeTrashItemAction.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 void PageAwareInterceptor.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 void AttachedImagesAction.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 void AttachFileAction.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.pages.wysiwyg
 

Methods in com.atlassian.confluence.pages.wysiwyg with parameters of type ContentEntityManager
 void DefaultConfluenceWysiwygConverter.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.plugins.dragdrop
 

Methods in com.atlassian.confluence.plugins.dragdrop with parameters of type ContentEntityManager
 void UploadAction.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.plugins.edgeindex
 

Constructors in com.atlassian.confluence.plugins.edgeindex with parameters of type ContentEntityManager
DefaultPopularContentQueries(EdgeQueries edgeQueries, ContentEntityManager contentEntityManager)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.plugins.like.actions
 

Methods in com.atlassian.confluence.plugins.like.actions with parameters of type ContentEntityManager
 void LikeAction.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.plugins.like.rest.resources
 

Constructors in com.atlassian.confluence.plugins.like.rest.resources with parameters of type ContentEntityManager
LikableContentResource(LikeManager likeManager, ContentEntityManager contentEntityManager, FollowManager followManager, UserEntityExpander userEntityExpander, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.plugins.popularcontent
 

Methods in com.atlassian.confluence.plugins.popularcontent with parameters of type ContentEntityManager
 void ContentStatsManagerImpl.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.plugins.replytoemail
 

Constructors in com.atlassian.confluence.plugins.replytoemail with parameters of type ContentEntityManager
ReplyToEmailHandler(ContentEntityManager contentEntityManager, CommentManager commentManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, UsersByEmailService usersByEmailService, EmailContentParser emailContentParser, AttachmentConverterService attachmentConverterService)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.plugins.rest.manager
 

Constructors in com.atlassian.confluence.plugins.rest.manager with parameters of type ContentEntityManager
DefaultRestContentManager(ContentEntityManager contentEntityManager, PermissionManager permissionManager, PageManager pageManager, RestAttachmentManager restAttachmentManager, EntityBuilderFactory entityBuilderFactory)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.plugins.rest.resources
 

Constructors in com.atlassian.confluence.plugins.rest.resources with parameters of type ContentEntityManager
ContentWatchesResource(NotificationManager notificationManager, ContentEntityManager contentEntityManager)
           
 

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

Fields in com.atlassian.confluence.rpc.soap.services declared as ContentEntityManager
protected  ContentEntityManager SoapServiceHelperImpl.contentEntityManager
           
 

Methods in com.atlassian.confluence.rpc.soap.services with parameters of type ContentEntityManager
 void SoapServiceHelperImpl.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 void PagesSoapService.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 void LabelsSoapService.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 void AttachmentsSoapService.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.spaces
 

Subinterfaces of ContentEntityManager in com.atlassian.confluence.spaces
 interface SpaceDescriptionManager
          SpaceDescriptionManagers should not be used directly except by the SpaceManager.
 

Classes in com.atlassian.confluence.spaces that implement ContentEntityManager
 class DefaultSpaceDescriptionManager
           
 

Uses of ContentEntityManager in com.atlassian.confluence.spaces.actions
 

Methods in com.atlassian.confluence.spaces.actions that return ContentEntityManager
 ContentEntityManager ViewSpaceSummaryAction.getContentEntityManager()
           
 

Methods in com.atlassian.confluence.spaces.actions with parameters of type ContentEntityManager
 void ViewSpaceSummaryAction.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 

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

Methods in com.atlassian.confluence.test.rpc with parameters of type ContentEntityManager
 void FuncTestRpcHandlerImpl.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.tinymceplugin.rest
 

Constructors in com.atlassian.confluence.tinymceplugin.rest with parameters of type ContentEntityManager
EmbeddedImage(EditorFormatService editorFormatService, ContentEntityManager contentEntityManager)
           
MacroResource(XhtmlContent xhtmlContent, EditorFormatService editorFormatService, ContentEntityManager contentEntityManager, HtmlToXmlConverter htmlToXmlConverter, HttpContext httpContext, MacroManager macroManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, PermissionManager permissionManager, MacroParameterTypeParser macroParameterTypeParser, MacroBodyTransformationCondition macroBodyTransformationCondition, XmlEventReaderFactory xmlEventReaderFactory, XmlOutputFactory xmlOutputFactory, FragmentTransformer defaultFragmentTransformer)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.ui.rest.builder
 

Constructors in com.atlassian.confluence.ui.rest.builder with parameters of type ContentEntityManager
ContentBuilder(PersonBuilder personBuilder, ContentBodyBuilder contentBodyBuilder, SpaceSummaryBuilder spaceSummaryBuilder, PermissionManager permissionManager, ContentEntityManager contentEntityManager)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.ui.rest.service.content
 

Constructors in com.atlassian.confluence.ui.rest.service.content with parameters of type ContentEntityManager
ContentServiceImpl(PageManager pageManager, CommentManager commentManager, ContentEntityManager contentEntityManager, PermissionManager permissionManager, ContentBuilder contentBuilder, ContentBodyBuilder contentBodyBuilder, FormatConverter formatConverter, ThemeManager themeManager, CustomLayoutManager customLayoutManager, LabelsService labelsService)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.user
 

Classes in com.atlassian.confluence.user that implement ContentEntityManager
 class DefaultPersonalInformationManager
           
 

Constructors in com.atlassian.confluence.user with parameters of type ContentEntityManager
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).
 

Uses of ContentEntityManager in com.atlassian.confluence.user.actions
 

Methods in com.atlassian.confluence.user.actions with parameters of type ContentEntityManager
 void ViewUserProfileAction.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 void ViewUserHistoryAction.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 void HistoryAction.setContentEntityManager(ContentEntityManager contentEntityManager)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.user.history
 

Constructors in com.atlassian.confluence.user.history with parameters of type ContentEntityManager
UserHistoryHelper(com.atlassian.user.User remoteUser, ContentEntityManager contentEntityManager, PermissionManager permissionManager)
           
 

Uses of ContentEntityManager in com.atlassian.confluence.userstatus
 

Subinterfaces of ContentEntityManager in com.atlassian.confluence.userstatus
 interface UserStatusManager
          Used to retrieve and store the user status for a user
 

Classes in com.atlassian.confluence.userstatus that implement ContentEntityManager
 class DefaultUserStatusManager
           
 

Uses of ContentEntityManager in com.atlassian.confluence.web.service
 

Constructors in com.atlassian.confluence.web.service with parameters of type ContentEntityManager
WebContextFactoryImpl(ContentEntityManager contentEntityManager, I18NBeanFactory i18nBeanFactory, LocaleManager localeManager, FormatSettingsManager formatSettingsManager, SpaceManager spaceManager)
           
 

Uses of ContentEntityManager in com.atlassian.studio.confluence.history
 

Constructors in com.atlassian.studio.confluence.history with parameters of type ContentEntityManager
ConfluenceBrowseHistory(UserHistory history, java.lang.String baseUrl, ContentEntityManager contentEntityManager)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.