Uses of Interface
com.atlassian.confluence.labels.service.AddLabelsCommand
-
Packages that use AddLabelsCommand Package Description com.atlassian.confluence.labels.actions com.atlassian.confluence.labels.service com.atlassian.confluence.plugins.labels.actions -
-
Uses of AddLabelsCommand in com.atlassian.confluence.labels.actions
Methods in com.atlassian.confluence.labels.actions that return AddLabelsCommand Modifier and Type Method Description protected AddLabelsCommand
AddFavouriteAction. getCommand()
protected AddLabelsCommand
AddSpaceToFavouriteAjaxAction. getCommand()
-
Uses of AddLabelsCommand in com.atlassian.confluence.labels.service
Classes in com.atlassian.confluence.labels.service that implement AddLabelsCommand Modifier and Type Class Description class
AddLabelsCommandImpl
Methods in com.atlassian.confluence.labels.service that return AddLabelsCommand Modifier and Type Method Description AddLabelsCommand
DefaultLabelsService. newAddLabelCommand(String labelString, com.atlassian.user.User user, long entityId)
AddLabelsCommand
DefaultLabelsService. newAddLabelCommand(String labelString, com.atlassian.user.User user, long entityId, String entityType)
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
LabelsService. newAddLabelCommand(String labelString, com.atlassian.user.User user, long entityId, String entityType)
Builds a command that takes a string of comma separated labels and adds them to a Page or Blog Post for the specified user. -
Uses of AddLabelsCommand in com.atlassian.confluence.plugins.labels.actions
Methods in com.atlassian.confluence.plugins.labels.actions that return AddLabelsCommand Modifier and Type Method Description protected AddLabelsCommand
AddLabelAction. getCommand()
-