Uses of Interface
com.atlassian.confluence.labels.SpaceLabelManager
-
Packages that use SpaceLabelManager Package Description com.atlassian.confluence.labels com.atlassian.confluence.plugins.macros.dashboard com.atlassian.confluence.spaces.actions -
-
Uses of SpaceLabelManager in com.atlassian.confluence.labels
Classes in com.atlassian.confluence.labels that implement SpaceLabelManager Modifier and Type Class Description class
SpaceLabelManagerImpl
-
Uses of SpaceLabelManager in com.atlassian.confluence.plugins.macros.dashboard
Methods in com.atlassian.confluence.plugins.macros.dashboard with parameters of type SpaceLabelManager Modifier and Type Method Description void
SpaceDetailsMacro. setSpaceLabelManager(SpaceLabelManager spaceLabelManager)
Deprecated. -
Uses of SpaceLabelManager in com.atlassian.confluence.spaces.actions
Methods in com.atlassian.confluence.spaces.actions that return SpaceLabelManager Modifier and Type Method Description SpaceLabelManager
EditSpaceLabelAction. getSpaceLabelManager()
SpaceLabelManager
ViewSpaceSummaryAction. getSpaceLabelManager()
Methods in com.atlassian.confluence.spaces.actions with parameters of type SpaceLabelManager Modifier and Type Method Description void
EditSpaceLabelAction. setSpaceLabelManager(SpaceLabelManager spaceLabelManager)
void
ViewSpaceSummaryAction. setSpaceLabelManager(SpaceLabelManager spaceLabelManager)
-