Uses of Interface
com.atlassian.confluence.labels.service.LabelsService
Packages that use LabelsService
Package
Description
-
Uses of LabelsService in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type LabelsServiceModifierConstructorDescriptionContentLabelServiceImpl
(ContentService contentService, LabelsService labelsService, ContentEntityManagerInternal contentEntityManager) -
Uses of LabelsService in com.atlassian.confluence.labels.actions
Methods in com.atlassian.confluence.labels.actions with parameters of type LabelsServiceModifier and TypeMethodDescriptionvoid
AddFavouriteAction.setLabelsService
(LabelsService labelsService) void
AddSpaceToFavouriteAjaxAction.setLabelsService
(LabelsService labelsService) void
RemoveFavouriteAction.setLabelsService
(LabelsService labelsService) void
RemoveSpaceFromFavouriteAjaxAction.setLabelsService
(LabelsService labelsService) -
Uses of LabelsService in com.atlassian.confluence.labels.service
Classes in com.atlassian.confluence.labels.service that implement LabelsService -
Uses of LabelsService in com.atlassian.confluence.pages.actions
Methods in com.atlassian.confluence.pages.actions with parameters of type LabelsServiceModifier and TypeMethodDescriptionvoid
AddLabelAjaxAction.setLabelsService
(LabelsService labelsService) void
RemoveLabelAjaxAction.setLabelsService
(LabelsService labelsService) void
ValidateLabelAjaxAction.setLabelsService
(LabelsService labelsService) -
Uses of LabelsService in com.atlassian.confluence.plugins.labels.actions
Methods in com.atlassian.confluence.plugins.labels.actions with parameters of type LabelsServiceModifier and TypeMethodDescriptionvoid
AddLabelAction.setLabelsService
(LabelsService labelsService) void
RemoveLabelAction.setLabelsService
(LabelsService labelsService) -
Uses of LabelsService in com.atlassian.confluence.ui.rest.service.content
Constructors in com.atlassian.confluence.ui.rest.service.content with parameters of type LabelsServiceModifierConstructorDescriptionLegacyAttachmentServiceImpl
(AttachmentManager attachmentManager, PermissionManager permissionManager, LabelsService labelsService) Deprecated.LegacyContentServiceImpl
(PageManager pageManager, CommentManager commentManager, ContentEntityManager contentEntityManager, PermissionManager permissionManager, LegacyContentBuilder contentBuilder, LegacyContentBodyBuilder contentBodyBuilder, FormatConverter formatConverter, ThemeManager themeManager, CustomLayoutManager customLayoutManager, LabelsService labelsService) Deprecated.LegacyTemplateServiceImpl
(PageTemplateManager pageTemplateManager, PermissionManager permissionManager, LabelsService labelsService) Deprecated.