public interface

SpaceLabelManager

com.atlassian.confluence.labels.SpaceLabelManager
Known Indirect Subclasses

Summary

Public Methods
abstract List getAvailableTeamLabels(String spaceKey)
Returns the teams labels available for the given space
abstract List getLabelsOnSpace(Space space)
Returns the labels for the given space (excluding team labels)
abstract List getSuggestedLabelsForSpace(Space space, User remoteUser)
Returns the labels available for the given space (excluding team labels)
abstract List getTeamLabelsOnSpace(String spaceKey)
Returns the teams labels for the given space

Public Methods

public abstract List getAvailableTeamLabels (String spaceKey)

Returns the teams labels available for the given space

Returns
  • teams labels available for the given space

public abstract List getLabelsOnSpace (Space space)

Returns the labels for the given space (excluding team labels)

Returns
  • labels for the given space

public abstract List getSuggestedLabelsForSpace (Space space, User remoteUser)

Returns the labels available for the given space (excluding team labels)

Parameters
space - given space
remoteUser - logged in user
Returns
  • labels available for the given space

public abstract List getTeamLabelsOnSpace (String spaceKey)

Returns the teams labels for the given space

Returns
  • teams labels for the given space