Uses of Interface
com.atlassian.confluence.labels.service.RemoveLabelCommand
- 
Packages that use RemoveLabelCommand Package Description com.atlassian.confluence.labels.service  - 
- 
Uses of RemoveLabelCommand in com.atlassian.confluence.labels.service
Classes in com.atlassian.confluence.labels.service that implement RemoveLabelCommand Modifier and Type Class Description classRemoveLabelCommandImplMethods in com.atlassian.confluence.labels.service that return RemoveLabelCommand Modifier and Type Method Description RemoveLabelCommandDefaultLabelsService. newRemoveLabelCommand(long labelId, com.atlassian.user.User user, long entityId)RemoveLabelCommandDefaultLabelsService. newRemoveLabelCommand(Label label, com.atlassian.user.User user, long entityId)RemoveLabelCommandDefaultLabelsService. newRemoveLabelCommand(Label label, com.atlassian.user.User user, long entityId, String entityType)RemoveLabelCommandDefaultLabelsService. newRemoveLabelCommand(String labelIdString, com.atlassian.user.User user, long entityId)RemoveLabelCommandLabelsService. 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.RemoveLabelCommandLabelsService. 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.RemoveLabelCommandLabelsService. newRemoveLabelCommand(Label label, com.atlassian.user.User user, long entityId, String entityType)RemoveLabelCommandLabelsService. 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. 
 -