| Constructor and Description |
|---|
AttachmentServiceImpl(PermissionManager permissionManager,
ContentEntityManager contentEntityManager,
FileUploadManager fileUploadManager,
AttachmentManagerInternal attachmentManager,
ContentModelFactory contentFactory,
AttachmentContentTypeApiSupport binding,
FinderProxyFactory finderProxyFactory,
ContentTrashService trashService) |
ChildContentServiceImpl(ChildSupport childSupport,
ContentEntityManager contentEntityManager,
PermissionManager permissionManager,
FinderProxyFactory finderProxyFactory) |
| Constructor and Description |
|---|
ContentDraftServiceImpl(ContentDraftService legacyContentDraftServiceImpl,
ContentDraftService sharedContentDraftServiceImpl,
CollaborativeEditingHelper collaborativeEditingHelper,
ContentEntityManager contentEntityManager) |
| Constructor and Description |
|---|
ChildSupport(ContentTypeApiSupportProvider bindingProvider,
NavigationService navigationService,
ContentEntityManager contentEntityManager) |
HistoryFactory(PersonModelFactory personFactory,
VersionFactory versionFactory,
ContentEntityManager contentEntityManager,
ModelFactory<List<ConfluenceUser>,Contributors> contributorsFactory,
ContentEntityObjectDao contentEntityObjectDao) |
| Constructor and Description |
|---|
AttachmentContentTypeApiSupport(ContentEntityManager contentEntityManager,
ContentModelFactory contentFactory,
AttachmentManagerInternal attachmentManager,
PaginationService paginationService,
PermissionManager permissionManager,
ApiSupportProvider apiSupportProvider,
ContentCreator contentCreator) |
CommentContentTypeApiSupport(CommentManagerInternal commentManager,
PaginationService paginationService,
ContentModelFactory contentFactory,
PermissionManager permissionManager,
ContentEntityManager contentEntityManager,
ApiSupportProvider apiSupportProvider,
CommentService commentService,
ContentBodyConversionService contentBodyConversionService,
com.atlassian.plugin.PluginAccessor pluginAccessor,
ContentCreator contentCreator) |
| Constructor and Description |
|---|
WatchServiceImpl(UserAccessor userAccessor,
PermissionManager permissionManager,
NotificationManager notificationManager,
PersonModelFactory personFactory,
SpaceManager spaceManager,
ContentEntityManager contentEntityManager,
LabelManager labelManager) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CustomContentManager |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCustomContentManager
Generic manager for pluggable content.
|
| Modifier and Type | Method and Description |
|---|---|
ContentEntityManager |
CustomContentApiSupportParamsImpl.getContentEntityManager() |
ContentEntityManager |
CustomContentApiSupportParams.getContentEntityManager() |
| Constructor and Description |
|---|
CustomContentApiSupportParamsImpl(ApiSupportProvider provider,
CustomContentManager customContentManager,
ContentCreator contentCreator,
ContentEntityManager contentEntityManager,
PermissionManager permissionManager,
SpaceManager spaceManager) |
| Constructor and Description |
|---|
AttachmentResourceIdentifierResolver(AttachmentManager attachmentManager,
AttachmentOwningContentResolver attachmentOwningContentResolver,
ContentEntityManager contentEntityManager,
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ConversionContextFieldUtility conversionContextFieldUtility) |
BlogPostResourceIdentifierResolver(PageManager pageManager,
ContentEntityManager contentEntityManager,
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ConversionContextFieldUtility conversionContextFieldUtility) |
PageResourceIdentifierResolver(PageManager pageManager,
ContentEntityManager contentEntityManager,
ContentResourcePrefetcher contentResourcePrefetcher,
PagePrefetcher pagePrefetcher,
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers.ConversionContextFieldUtility conversionContextFieldUtility) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultRenderingService.setContentEntityManager(ContentEntityManager contentEntityManager) |
| Constructor and Description |
|---|
DefaultCommentService(CommentManager commentManager,
PermissionManager permissionManager,
ContentEntityManager contentManager,
EditorConverter editorConverter,
EditorConverter atlasEditorConverter,
AfterEntitySaveActionAttachmentsUtil afterEntitySaveActionAttachmentsUtil) |
IdContentLocator(ContentEntityManager contentEntityManager,
long contentId) |
| Constructor and Description |
|---|
CreateCommentCommandImpl(PermissionManager permissionManager,
ContentEntityManager contentManager,
CommentManager commentManager,
long contentId,
long parentCommentId,
String commentBody)
Deprecated.
since 5.6. Use
#CreateCommentCommandImpl(com.atlassian.confluence.security.PermissionManager, com.atlassian.confluence.core.ContentEntityManager, com.atlassian.confluence.pages.CommentManager, com.atlassian.confluence.core.ContentPropertyManager, long, long, String, java.util.UUID) |
CreateCommentCommandImpl(PermissionManager permissionManager,
ContentEntityManager contentManager,
CommentManager commentManager,
long contentId,
long parentCommentId,
String commentBody,
NewCommentDeduplicator commentDeduplicator) |
CreateCommentFromAtlassianEditorCommand(PermissionManager permissionManager,
ContentEntityManager contentManager,
CommentManager commentManager,
EditorConverter editConverter,
long pageId,
long parentCommentId,
ContentBody commentBody,
NewCommentDeduplicator commentDeduplicator,
AfterEntitySaveActionAttachmentsUtil afterEntitySaveActionAttachmentsUtil) |
CreateCommentFromEditorCommand(PermissionManager permissionManager,
ContentEntityManager contentManager,
CommentManager commentManager,
EditorConverter editConverter,
long pageId,
long parentCommentId,
String commentBody)
Deprecated.
since 5.6. Use
#CreateCommentFromEditorCommand(com.atlassian.confluence.security.PermissionManager, com.atlassian.confluence.core.ContentEntityManager, com.atlassian.confluence.pages.CommentManager, com.atlassian.confluence.content.render.xhtml.editor.EditorConverter, long, long, String, java.util.UUID) |
CreateCommentFromEditorCommand(PermissionManager permissionManager,
ContentEntityManager contentManager,
CommentManager commentManager,
EditorConverter editConverter,
long pageId,
long parentCommentId,
String commentBody,
NewCommentDeduplicator commentDeduplicator) |
| Constructor and Description |
|---|
RevertContentToVersionCommand(PermissionManager permissionManager,
ContentEntityManager contentEntityManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultContentEntityManager |
| Modifier and Type | Method and Description |
|---|---|
ContentEntityManager |
ConfigureRssFeedAction.getContentEntityManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigureRssFeedAction.setContentEntityManager(ContentEntityManager contentEntityManager) |
| Constructor and Description |
|---|
DatabaseLikesRemovalListener(LikeManager likeManager,
ContentEntityManager contentEntityManager,
AttachmentManager attachmentManager) |
| Constructor and Description |
|---|
PageAwareHelper(PageManager pageManager,
ContentEntityManager contentEntityManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
ConfluenceWebResourceManager webResourceManager,
com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager,
FeatureFlagServiceClient featureFlagServiceClient) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContentEntityManagerInternal
Internal version of the
ContentEntityManager interface; see the package-info.java for rationale. |
| Modifier and Type | Interface and Description |
|---|---|
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. |
| Constructor and Description |
|---|
AbstractLabelsCommand(ConfluenceUser user,
long entityId,
String entityType,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager) |
AddLabelsCommandImpl(String labelsString,
ConfluenceUser user,
long entityId,
String entityType,
LabelManager labelManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager,
UserHistoryManager userHistoryManager) |
DefaultLabelsService(LabelManager labelManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager,
UserHistoryManager userHistoryManager) |
RemoveLabelCommandImpl(Label label,
ConfluenceUser user,
long entityId,
String entityType,
LabelManager labelManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager) |
RemoveLabelCommandImpl(long labelId,
ConfluenceUser user,
long entityId,
LabelManager labelManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager) |
RemoveLabelCommandImpl(long labelId,
ConfluenceUser user,
long entityId,
String entityType,
LabelManager labelManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager) |
RemoveLabelCommandImpl(String labelsString,
ConfluenceUser user,
long entityId,
LabelManager labelManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager) |
| Constructor and Description |
|---|
DefaultLikeManager(org.springframework.transaction.PlatformTransactionManager transactionManager,
LikeEntityDao dao,
com.atlassian.event.api.EventPublisher publisher,
PermissionManager permissionManager,
ConfluenceAccessManager confluenceAccessManager,
ContentEntityManager contentEntityManager) |
| Constructor and Description |
|---|
ConfluenceLinkResolver(PageManager pageManager,
SpaceManager spaceManager,
UserAccessor userAccessor,
PermissionManager permissionManager,
AttachmentManager attachmentManager,
SettingsManager settingsManager,
ContentEntityManager contentEntityManager,
ShortcutLinksManager shortcutLinksManager,
PersonalInformationManager personalInformationManager,
com.atlassian.renderer.v2.macro.MacroManager macroManager,
StorageFormatCleaner storageFormatCleaner) |
DefaultReferralManager(ReferralDao referralDao,
TrackbackDao trackbackDao,
SettingsManager settingsManager,
org.hibernate.SessionFactory sessionFactory,
ContentEntityManager contentEntityManager,
AnyTypeDao anyTypeDao) |
| Constructor and Description |
|---|
ContentLink(com.atlassian.renderer.links.GenericLinkParser parser,
ContentEntityManager contentEntityManager) |
| Constructor and Description |
|---|
ChangeDigestNotificationBean(ContentEntityManager contentEntityManager,
UserAccessor userAccessor,
PermissionManager permissionManager,
NotificationManager notificationManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommentNotificationsListener.setContentEntityManager(ContentEntityManager contentEntityManager) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommentManager
Manager for page comments.
|
interface |
PageManager
Manages the retrieval and manipulation both pages and blog entries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultCommentManager
Manager for page comments.
|
class |
DefaultPageManager |
| Constructor and Description |
|---|
DefaultDraftsTransitionHelper(PageManagerInternal pageManager,
DraftManager draftManager,
ContentEntityManager contentEntityManager,
AttachmentManager attachmentManager,
ContentPermissionManager contentPermissionManager,
ContentPropertyManager contentPropertyManager,
LabelManager labelManager,
CollaborativeEditingHelper collaborativeEditingHelper,
SpaceManager spaceManager) |
DefaultTrashManager(ContentEntityObjectDao contentEntityObjectDao,
ContentEntityManager contentEntityManager,
CustomContentManager customContentManager,
org.springframework.transaction.PlatformTransactionManager transactionManager,
PageManager pageManager,
com.atlassian.event.api.EventPublisher eventPublisher,
AttachmentManager attachmentManager) |
| Modifier and Type | Field and Description |
|---|---|
protected ContentEntityManager |
RestoreTrashItemAction.contentEntityManager |
protected ContentEntityManager |
PurgeTrashItemAction.contentEntityManager |
| Modifier and Type | Method and Description |
|---|---|
ContentEntityManager |
ResumeDraftAction.getContentEntityManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
SetPagePermissionsAction.setContentEntityManager(ContentEntityManager contentEntityManager) |
void |
ResumeDraftAction.setContentEntityManager(ContentEntityManager contentEntityManager) |
void |
RestoreTrashItemAction.setContentEntityManager(ContentEntityManager contentEntityManager) |
void |
RestoreExistingTrashItemAction.setContentEntityManager(ContentEntityManager contentEntityManager) |
void |
PurgeTrashItemAction.setContentEntityManager(ContentEntityManager contentEntityManager) |
void |
PageAwareInterceptor.setContentEntityManager(ContentEntityManager contentEntityManager)
Deprecated.
since 5.8. No longer used.
|
void |
HeartbeatAction.setContentEntityManager(ContentEntityManager contentEntityManager) |
void |
GetPagePermissionsAction.setContentEntityManager(ContentEntityManager contentEntityManager) |
void |
AttachedImagesAction.setContentEntityManager(ContentEntityManager contentEntityManager) |
void |
AttachFileAction.setContentEntityManager(ContentEntityManager contentEntityManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultConfluenceWysiwygConverter.setContentEntityManager(ContentEntityManager contentEntityManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
UnpublishedStatusLozengeCondition.setContentEntityManager(ContentEntityManager contentEntityManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
UploadAction.setContentEntityManager(ContentEntityManager contentEntityManager) |
| Constructor and Description |
|---|
FileStoreUploadRest(ContentEntityManager contentEntityManager,
PermissionManager permissionManager,
FileUploadManager fileUploadManager,
AttachmentManager attachmentManager,
DraftService draftService,
SettingsService settingsService,
MediaApiClientIdentitySupplier clientIdentitySupplier,
FileStoreConfig fileStoreConfig,
EditorFormatService editorFormatService,
MediaApiClientSupplier clientSupplier) |
| Constructor and Description |
|---|
DefaultPopularContentQueries(EdgeQueries edgeQueries,
ContentEntityManager contentEntityManager) |
LuceneEdgeIndexManager(EdgeIndexTaskQueue taskQueue,
EdgeFactory edgeFactory,
ContentEntityManager contentEntityManager) |
| Constructor and Description |
|---|
EdgeIndexTaskFactory(EdgeDocumentFactory edgeDocumentFactory,
com.atlassian.bonnie.search.Extractor contentPermissionsExtractor,
ContentEntityManager contentEntityManager,
com.atlassian.sal.api.transaction.TransactionTemplate txTemplate,
PageManager pageManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
LikeAction.setContentEntityManager(ContentEntityManager contentEntityManager) |
| Constructor and Description |
|---|
LikesProvider(LikeManager likeManager,
PersonService personService,
NetworkService networkService,
ContentEntityManager contentEntityManager) |
| Constructor and Description |
|---|
DefaultLikeNotificationManager(UserAccessor userAccessor,
NotificationManager notificationManager,
LikeManager likeManager,
NetworkService networkService,
NotificationDao notificationDao,
ContentEntityManager entityManager) |
| Constructor and Description |
|---|
LikableContentResource(LikeManager likeManager,
ContentEntityManager contentEntityManager,
NetworkService networkService,
UserEntityExpander userEntityExpander,
I18NBeanFactory i18NBeanFactory,
LocaleManager localeManager,
com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate) |
| Modifier and Type | Method and Description |
|---|---|
void |
LabelledContentMacro.setContentEntityManager(ContentEntityManager contentEntityManager) |
| Constructor and Description |
|---|
InternalMediaApiSupportResource(MediaApiSupportService mediaApiSupportService,
PermissionManager permissionManager,
ContentEntityManager contentEntityManager,
DraftService draftService,
AttachmentManager attachmentManager) |
| Constructor and Description |
|---|
DefaultRestContentManager(ContentEntityManager contentEntityManager,
PermissionManager permissionManager,
PageManager pageManager,
RestAttachmentManager restAttachmentManager,
EntityBuilderFactory entityBuilderFactory) |
| Constructor and Description |
|---|
ContentWatchesResource(NotificationManager notificationManager,
ContentEntityManager contentEntityManager) |
| Constructor and Description |
|---|
CustomPageSettingsResource(CustomPageSettingsManager customPageSettingsManager,
com.atlassian.renderer.WikiStyleRenderer wikiStyleRenderer,
SpaceManager spaceManager,
ContentEntityManager contentEntityManager,
FrontEndDarkFeatureHelper frontEndDarkFeatureHelper) |
DashboardFilterResource(ContentService contentService,
ContentEntityManager contentEntityManager,
DraftsTransitionHelper draftsTransitionHelper,
com.atlassian.sal.api.features.DarkFeatureManager darkFeatureManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewSourceAction.setContentEntityManager(ContentEntityManager contentEntityManager) |
| Constructor and Description |
|---|
ViewSourceResource(ContentEntityManager contentEntityManager,
PermissionManager permissionManager,
Renderer renderer) |
| Modifier and Type | Field and Description |
|---|---|
protected ContentEntityManager |
SoapServiceHelperImpl.contentEntityManager |
| Modifier and Type | Method and Description |
|---|---|
void |
SoapServiceHelperImpl.setContentEntityManager(ContentEntityManager contentEntityManager) |
void |
PagesSoapService.setContentEntityManager(ContentEntityManager contentEntityManager) |
void |
LabelsSoapService.setContentEntityManager(ContentEntityManager contentEntityManager) |
void |
AttachmentsSoapService.setContentEntityManager(ContentEntityManager contentEntityManager) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpaceDescriptionManager
SpaceDescriptionManagers should not be used directly except by the
SpaceManager. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSpaceDescriptionManager |
| Modifier and Type | Method and Description |
|---|---|
ContentEntityManager |
ViewSpaceSummaryAction.getContentEntityManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewSpaceSummaryAction.setContentEntityManager(ContentEntityManager contentEntityManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
FuncTestRpcHandlerImpl.setContentEntityManager(ContentEntityManager contentEntityManager) |
| Constructor and Description |
|---|
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,
XmlEventReaderFactory xmlEventReaderFactory,
FragmentTransformer defaultFragmentTransformer,
StorageMacroBodyParser storageMacroBodyParser,
MacroMetadataManager macroMetadataManager) |
| Constructor and Description |
|---|
LegacyContentBuilder(LegacyPersonBuilder personBuilder,
LegacyContentBodyBuilder contentBodyBuilder,
LegacySpaceSummaryBuilder spaceSummaryBuilder,
PermissionManager permissionManager,
ContentEntityManager contentEntityManager) |
| Constructor and Description |
|---|
LegacyContentServiceImpl(PageManager pageManager,
CommentManager commentManager,
ContentEntityManager contentEntityManager,
PermissionManager permissionManager,
LegacyContentBuilder contentBuilder,
LegacyContentBodyBuilder contentBodyBuilder,
FormatConverter formatConverter,
ThemeManager themeManager,
CustomLayoutManager customLayoutManager,
LabelsService labelsService) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPersonalInformationManager |
| Constructor and Description |
|---|
DefaultUserAccessor(com.atlassian.user.configuration.RepositoryAccessor repositoryAccessor,
SpacePermissionManagerInternal spacePermissionManager,
ContentEntityManager contentEntityManager,
PersonalInformationManager personalInformationManager,
UserChecker userChecker,
com.atlassian.event.EventManager eventManager,
PermissionManager permissionManager,
com.atlassian.crowd.embedded.api.CrowdService crowdService,
DisabledUserManager disabledUserManager,
ConfluenceUserDao confluenceUserDao,
com.atlassian.user.UserManager backingUserManager,
SettingsManager settingsManager,
com.atlassian.crowd.embedded.api.UnfilteredCrowdService unfilteredCrowdService,
AvatarAccessor avatarAccessor,
FeatureFlagServiceClient featureFlagServiceClient) |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewUserProfileAction.setContentEntityManager(ContentEntityManager contentEntityManager) |
void |
ViewUserHistoryAction.setContentEntityManager(ContentEntityManager contentEntityManager) |
void |
HistoryAction.setContentEntityManager(ContentEntityManager contentEntityManager) |
| Constructor and Description |
|---|
UserHistoryHelper(com.atlassian.user.User remoteUser,
ContentEntityManager contentEntityManager,
PermissionManager permissionManager,
UserHistoryManager userHistoryManager) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserStatusManager
Deprecated.
Since 5.9.1
Used to retrieve and store the user status for a user
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultUserStatusManager
Deprecated.
Since 5.9.1
|
| Constructor and Description |
|---|
WebContextFactoryImpl(ContentEntityManager contentEntityManager,
PageManager pageManager,
I18NBeanFactory i18nBeanFactory,
LocaleManager localeManager,
FormatSettingsManager formatSettingsManager,
SpaceManager spaceManager,
com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager) |
Copyright © 2003–2017 Atlassian. All rights reserved.