com.atlassian.confluence.spaces.actions
Interface SpaceLabelAware

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

public interface SpaceLabelAware


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

Method Detail

getTeamLabelsOnThisSpace

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

Returns:
teams labels for the space

getLabelsOnThisSpace

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

Returns:
teams labels for the space


Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.