Uses of Interface
com.atlassian.confluence.labels.service.AddLabelsCommand
Packages that use AddLabelsCommand
Package
Description
-
Uses of AddLabelsCommand in com.atlassian.confluence.labels.actions
Methods in com.atlassian.confluence.labels.actions that return AddLabelsCommandModifier and TypeMethodDescriptionprotected AddLabelsCommandAddFavouriteAction.getCommand()protected AddLabelsCommandAddSpaceToFavouriteAjaxAction.getCommand() -
Uses of AddLabelsCommand in com.atlassian.confluence.labels.service
Classes in com.atlassian.confluence.labels.service that implement AddLabelsCommandMethods in com.atlassian.confluence.labels.service that return AddLabelsCommandModifier and TypeMethodDescriptionDefaultLabelsService.newAddLabelCommand(String labelString, ConfluenceUser user, long entityId) DefaultLabelsService.newAddLabelCommand(String labelString, ConfluenceUser user, long entityId, String entityType) LabelsService.newAddLabelCommand(String labelString, ConfluenceUser 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.LabelsService.newAddLabelCommand(String labelString, ConfluenceUser 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