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, ConfluenceUser user, long entityId) DefaultLabelsService.newRemoveLabelCommand(Label label, ConfluenceUser user, long entityId) DefaultLabelsService.newRemoveLabelCommand(Label label, ConfluenceUser user, long entityId, String entityType) DefaultLabelsService.newRemoveLabelCommand(String labelIdString, ConfluenceUser user, long entityId) LabelsService.newRemoveLabelCommand(long labelId, ConfluenceUser user, long entityId) Builds a command that takes removes the specified label Page or Blog Post for the specified user.LabelsService.newRemoveLabelCommand(Label label, ConfluenceUser user, long entityId) Builds a command that takes removes the specified label Page or Blog Post for the specified user.LabelsService.newRemoveLabelCommand(Label label, ConfluenceUser user, long entityId, String entityType) LabelsService.newRemoveLabelCommand(String labelIdString, ConfluenceUser user, long entityId) Builds a command that takes removes the specified label Page or Blog Post for the specified user.