Uses of Interface
com.atlassian.confluence.labels.service.LabelsService
- 
- 
Uses of LabelsService in com.atlassian.confluence.api.impl.service.contentConstructors in com.atlassian.confluence.api.impl.service.content with parameters of type LabelsService Constructor Description ContentLabelServiceImpl(ContentService contentService, LabelsService labelsService, ContentEntityManagerInternal contentEntityManager)
- 
Uses of LabelsService in com.atlassian.confluence.labels.actionsMethods in com.atlassian.confluence.labels.actions with parameters of type LabelsService Modifier and Type Method Description voidAddFavouriteAction. setLabelsService(LabelsService labelsService)voidAddSpaceToFavouriteAjaxAction. setLabelsService(LabelsService labelsService)voidRemoveFavouriteAction. setLabelsService(LabelsService labelsService)voidRemoveSpaceFromFavouriteAjaxAction. setLabelsService(LabelsService labelsService)
- 
Uses of LabelsService in com.atlassian.confluence.labels.serviceClasses in com.atlassian.confluence.labels.service that implement LabelsService Modifier and Type Class Description classDefaultLabelsService
- 
Uses of LabelsService in com.atlassian.confluence.pages.actionsMethods in com.atlassian.confluence.pages.actions with parameters of type LabelsService Modifier and Type Method Description voidAddLabelAjaxAction. setLabelsService(LabelsService labelsService)voidRemoveLabelAjaxAction. setLabelsService(LabelsService labelsService)voidValidateLabelAjaxAction. setLabelsService(LabelsService labelsService)
- 
Uses of LabelsService in com.atlassian.confluence.plugins.labels.actionsMethods in com.atlassian.confluence.plugins.labels.actions with parameters of type LabelsService Modifier and Type Method Description voidAddLabelAction. setLabelsService(LabelsService labelsService)voidRemoveLabelAction. setLabelsService(LabelsService labelsService)
- 
Uses of LabelsService in com.atlassian.confluence.ui.rest.service.contentConstructors in com.atlassian.confluence.ui.rest.service.content with parameters of type LabelsService Constructor Description LegacyAttachmentServiceImpl(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.
 
-