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 AddLabelsCommandAddFavouriteAction. getCommand()protected AddLabelsCommandAddSpaceToFavouriteAjaxAction. 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 classAddLabelsCommandImplMethods in com.atlassian.confluence.labels.service that return AddLabelsCommand Modifier and Type Method Description AddLabelsCommandDefaultLabelsService. newAddLabelCommand(String labelString, com.atlassian.user.User user, long entityId)AddLabelsCommandDefaultLabelsService. newAddLabelCommand(String labelString, com.atlassian.user.User user, long entityId, String entityType)AddLabelsCommandLabelsService. 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.AddLabelsCommandLabelsService. 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 AddLabelsCommandAddLabelAction. getCommand()
-