Constructor and Description |
---|
AttachmentServiceImpl(PermissionManager permissionManager,
ContentEntityManager contentEntityManager,
FileUploadManager fileUploadManager,
AttachmentManagerInternal attachmentManager,
AttachmentFactory attachmentFactory,
AttachmentContentTypeApiSupport binding,
FinderProxyFactory finderProxyFactory,
ContentTrashService trashService) |
ChildContentServiceImpl(ChildSupport childSupport,
ContentEntityManager contentEntityManager,
PermissionManager permissionManager,
FinderProxyFactory finderProxyFactory) |
Constructor and Description |
---|
ChildSupport(ContentTypeApiSupportProvider bindingProvider,
NavigationService navigationService,
ContentEntityManager contentEntityManager) |
HistoryFactory(PersonFactory personFactory,
VersionFactory versionFactory,
ContentEntityManager contentEntityManager,
AttachmentManager attachmentManager) |
Constructor and Description |
---|
AttachmentContentTypeApiSupport(ContentEntityManager contentEntityManager,
AttachmentFactory attachmentFactory,
AttachmentManagerInternal attachmentManager,
PaginationService paginationService,
PermissionManager permissionManager,
ApiSupportProvider apiSupportProvider) |
CommentContentTypeApiSupport(CommentManagerInternal commentManager,
PaginationService paginationService,
ContentFactory contentFactory,
PermissionManager permissionManager,
ContentEntityManager contentEntityManager,
ApiSupportProvider apiSupportProvider,
CommentService commentService,
ContentBodyConversionService contentBodyConversionService,
com.atlassian.plugin.PluginAccessor pluginAccessor) |
Constructor and Description |
---|
RelatableResolver(SpaceManager spaceManager,
ContentEntityManager contentEntityManager,
UserAccessor userAccessor) |
Modifier and Type | Interface and Description |
---|---|
interface |
CustomContentManager |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCustomContentManager
Generic manager for pluggable content.
|
Constructor and Description |
---|
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 riUtils,
ModelToRenderedClassMapper linkClassRenderer) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultRenderingService.setContentEntityManager(ContentEntityManager contentEntityManager) |
Constructor and Description |
---|
DefaultCommentService(CommentManager commentManager,
PermissionManager permissionManager,
ContentEntityManager contentManager,
EditorConverter editorConverter) |
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) |
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) |
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(com.atlassian.user.User user,
long entityId,
String entityType,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager) |
AddLabelsCommandImpl(String labelsString,
com.atlassian.user.User user,
long entityId,
String entityType,
LabelManager labelManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager) |
DefaultLabelsService(LabelManager labelManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager) |
RemoveLabelCommandImpl(Label label,
com.atlassian.user.User user,
long entityId,
LabelManager labelManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager) |
RemoveLabelCommandImpl(Label label,
com.atlassian.user.User user,
long entityId,
String entityType,
LabelManager labelManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager) |
RemoveLabelCommandImpl(long labelId,
com.atlassian.user.User user,
long entityId,
LabelManager labelManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager) |
RemoveLabelCommandImpl(long labelId,
com.atlassian.user.User user,
long entityId,
String entityType,
LabelManager labelManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager) |
RemoveLabelCommandImpl(String labelsString,
com.atlassian.user.User user,
long entityId,
LabelManager labelManager,
PermissionManager permissionManager,
SpaceManager spaceManager,
PageTemplateManager pageTemplateManager,
ContentEntityManager contentEntityManager) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultReferralManager.setContentEntityManager(ContentEntityManager contentEntityManager) |
void |
ConfluenceLinkResolver.setContentEntityManager(ContentEntityManager contentEntityManager) |
Constructor and Description |
---|
ContentLink(com.atlassian.renderer.links.GenericLinkParser parser,
ContentEntityManager contentEntityManager) |
Modifier and Type | Interface and Description |
---|---|
interface |
MailContentManager
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMailContentManager
Deprecated.
since 4.2. See
MailContentManager . |
Constructor and Description |
---|
ChangeDigestNotificationBean(ContentEntityManager contentEntityManager,
UserAccessor userAccessor,
DefaultPermissionManager permissionManager,
NotificationManager notificationManager) |
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 |
Modifier and Type | Method and Description |
---|---|
void |
DefaultTrashManager.setContentEntityManager(ContentEntityManager contentEntityManager) |
Constructor and Description |
---|
DefaultDraftsTransitionHelper(PageManagerInternal pageManager,
DraftManager draftManager,
ContentEntityManager contentEntityManager,
SharedDraftsDarkFeatureHelper sharedDraftsDarkFeatureHelper) |
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 |
UploadAction.setContentEntityManager(ContentEntityManager contentEntityManager) |
Constructor and Description |
---|
DefaultPopularContentQueries(EdgeQueries edgeQueries,
ContentEntityManager contentEntityManager) |
LuceneEdgeIndexManager(EdgeIndexTaskQueue taskQueue,
EdgeFactory edgeFactory,
ContentEntityManager contentEntityManager) |
Constructor and Description |
---|
EdgeIndexTaskFactory(EdgeDocumentFactory edgeDocumentFactory,
InheritedContentPermissionManager inheritedContentPermissionManager,
ContentEntityManager contentEntityManager,
com.atlassian.sal.api.transaction.TransactionTemplate txTemplate) |
Constructor and Description |
---|
ReIndexPermissionsIndexTask(String contentId,
ContentPermissionsExtractor contentPermissionsExtractor,
ContentEntityManager contentEntityManager,
com.atlassian.sal.api.transaction.TransactionTemplate txTemplate) |
Modifier and Type | Method and Description |
---|---|
void |
LikeAction.setContentEntityManager(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) |
Constructor and Description |
---|
DefaultRestContentManager(ContentEntityManager contentEntityManager,
PermissionManager permissionManager,
PageManager pageManager,
RestAttachmentManager restAttachmentManager,
EntityBuilderFactory entityBuilderFactory) |
Constructor and Description |
---|
ContentWatchesResource(NotificationManager notificationManager,
ContentEntityManager contentEntityManager) |
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 |
---|
ContentBuilder(PersonBuilder personBuilder,
ContentBodyBuilder contentBodyBuilder,
SpaceSummaryBuilder spaceSummaryBuilder,
PermissionManager permissionManager,
ContentEntityManager contentEntityManager) |
Constructor and Description |
---|
ContentServiceImpl(PageManager pageManager,
CommentManager commentManager,
ContentEntityManager contentEntityManager,
PermissionManager permissionManager,
ContentBuilder contentBuilder,
ContentBodyBuilder 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,
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,
com.atlassian.crowd.embedded.api.UnfilteredCrowdService unfilteredCrowdService,
com.google.common.base.Supplier<DarkFeaturesManager> darkFeaturesManagerSupplier,
org.springframework.transaction.PlatformTransactionManager transactionManager) |
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) |
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,
I18NBeanFactory i18nBeanFactory,
LocaleManager localeManager,
FormatSettingsManager formatSettingsManager,
SpaceManager spaceManager,
com.atlassian.sal.api.timezone.TimeZoneManager timeZoneManager) |
Copyright © 2003–2016 Atlassian. All rights reserved.