Uses of Interface
com.atlassian.confluence.labels.service.RemoveLabelCommand
Packages that use RemoveLabelCommand
-
Uses of RemoveLabelCommand in com.atlassian.confluence.labels.service
Classes in com.atlassian.confluence.labels.service that implement RemoveLabelCommandMethods in com.atlassian.confluence.labels.service that return RemoveLabelCommandModifier and TypeMethodDescriptionDefaultLabelsService.newRemoveLabelCommand
(long labelId, com.atlassian.user.User user, long entityId) DefaultLabelsService.newRemoveLabelCommand
(Label label, com.atlassian.user.User user, long entityId) DefaultLabelsService.newRemoveLabelCommand
(Label label, com.atlassian.user.User user, long entityId, String entityType) DefaultLabelsService.newRemoveLabelCommand
(String labelIdString, com.atlassian.user.User user, long entityId) 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.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.LabelsService.newRemoveLabelCommand
(Label label, com.atlassian.user.User user, long entityId, String entityType) 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.