com.atlassian.confluence.spaces.actions
Interface SpaceLabelAware

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

public interface SpaceLabelAware


Method Summary
 List getLabelsOnThisSpace()
          Returns the labels for the space (excluding team labels) for rendering in the UI
 List getTeamLabelsOnThisSpace()
          Returns the teams labels for the space for rendering in the UI
 

Method Detail

getTeamLabelsOnThisSpace

List getTeamLabelsOnThisSpace()
Returns the teams labels for the space for rendering in the UI

Returns:
teams labels for the space

getLabelsOnThisSpace

List getLabelsOnThisSpace()
Returns the labels for the space (excluding team labels) for rendering in the UI

Returns:
teams labels for the space


Copyright © 2003-2013 Atlassian. All Rights Reserved.