|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(java.lang.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(java.lang.String labelString,
com.atlassian.user.User user,
long entityId)
|
AddLabelsCommand |
LabelsService.newAddLabelCommand(java.lang.String labelString,
com.atlassian.user.User user,
long entityId,
java.lang.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(java.lang.String labelString,
com.atlassian.user.User user,
long entityId,
java.lang.String entityType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||