Package | Description |
---|---|
com.atlassian.confluence.labels.actions | |
com.atlassian.confluence.labels.service | |
com.atlassian.confluence.plugins.labels.actions |
Modifier and Type | Method and Description |
---|---|
protected AddLabelsCommand |
AddSpaceToFavouriteAjaxAction.getCommand() |
protected AddLabelsCommand |
AddFavouriteAction.getCommand() |
Modifier and Type | Class and Description |
---|---|
class |
AddLabelsCommandImpl |
Modifier and Type | Method and Description |
---|---|
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) |
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.
|
AddLabelsCommand |
DefaultLabelsService.newAddLabelCommand(String labelString,
com.atlassian.user.User user,
long entityId,
String entityType) |
Modifier and Type | Method and Description |
---|---|
protected AddLabelsCommand |
AddLabelAction.getCommand() |
Copyright © 2003–2015 Atlassian. All rights reserved.