Interface SpaceLabelAware

All Known Implementing Classes:
AddLabelToSpaceAction, AddTeamLabelToSpaceAction, EditSpaceLabelAction, ViewRecentlyUpdatedSpaceContentAction, ViewSpaceSummaryAction

public interface SpaceLabelAware
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the labels for the space (excluding team labels) for rendering in the UI
    Returns the teams labels for the space for rendering in the UI
  • Method Details

    • getTeamLabelsOnThisSpace

      List<Label> getTeamLabelsOnThisSpace()
      Returns the teams labels for the space for rendering in the UI
      Returns:
      teams labels for the space
    • getLabelsOnThisSpace

      List<Label> getLabelsOnThisSpace()
      Returns the labels for the space (excluding team labels) for rendering in the UI
      Returns:
      teams labels for the space