Package | Description |
---|---|
com.atlassian.confluence.labels.service |
Modifier and Type | Class and Description |
---|---|
class |
RemoveLabelCommandImpl |
Modifier and Type | Method and Description |
---|---|
RemoveLabelCommand |
LabelsService.newRemoveLabelCommand(Label label,
com.atlassian.user.User user,
long entityId)
Builds a command that takes removes the specified label
Page or Blog Post for the specified user.
|
RemoveLabelCommand |
DefaultLabelsService.newRemoveLabelCommand(Label label,
com.atlassian.user.User user,
long entityId) |
RemoveLabelCommand |
LabelsService.newRemoveLabelCommand(Label label,
com.atlassian.user.User user,
long entityId,
String entityType) |
RemoveLabelCommand |
DefaultLabelsService.newRemoveLabelCommand(Label label,
com.atlassian.user.User user,
long entityId,
String entityType) |
RemoveLabelCommand |
LabelsService.newRemoveLabelCommand(long labelId,
com.atlassian.user.User user,
long entityId)
Builds a command that takes removes the specified label
Page or Blog Post for the specified user.
|
RemoveLabelCommand |
DefaultLabelsService.newRemoveLabelCommand(long labelId,
com.atlassian.user.User user,
long entityId) |
RemoveLabelCommand |
LabelsService.newRemoveLabelCommand(String labelIdString,
com.atlassian.user.User user,
long entityId)
Builds a command that takes removes the specified label
Page or Blog Post for the specified user.
|
RemoveLabelCommand |
DefaultLabelsService.newRemoveLabelCommand(String labelIdString,
com.atlassian.user.User user,
long entityId) |
Copyright © 2003–2015 Atlassian. All rights reserved.