Uses of Interface
com.atlassian.confluence.labels.service.AddLabelsCommand

Packages that use AddLabelsCommand
com.atlassian.confluence.labels.actions   
com.atlassian.confluence.labels.service   
 

Uses of AddLabelsCommand in com.atlassian.confluence.labels.actions
 

Methods in com.atlassian.confluence.labels.actions that return AddLabelsCommand
protected  AddLabelsCommand AddSpaceToFavouriteAjaxAction.getCommand()
           
protected  AddLabelsCommand AddLabelAction.getCommand()
           
protected  AddLabelsCommand AddFavouriteAction.getCommand()
           
 

Uses of AddLabelsCommand in com.atlassian.confluence.labels.service
 

Classes in com.atlassian.confluence.labels.service that implement AddLabelsCommand
 class AddLabelsCommandImpl
           
 

Methods in com.atlassian.confluence.labels.service that return AddLabelsCommand
 AddLabelsCommand LabelsService.newAddLabelCommand(String labelString, com.atlassian.user.User user, long entityId)
          Builds a command that takes a string of comma separated labels and adds them to a Page or Blog Post for the specified user.
 AddLabelsCommand DefaultLabelsService.newAddLabelCommand(String labelString, com.atlassian.user.User user, long entityId)
           
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.