Interface RemoveLabelCommand
- All Superinterfaces:
ServiceCommand
- All Known Implementing Classes:
RemoveLabelCommandImpl
Removes a label from a Page or Blog Post.
Includes validation.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the page or blog post that the label was removed from.A list of labels removed as stringsMethods inherited from interface com.atlassian.confluence.core.service.ServiceCommand
execute, getValidationErrors, isAuthorized, isValid
-
Method Details
-
getEntity
Labelable getEntity()Returns the page or blog post that the label was removed from.- Returns:
- page or blog post
-
getRemovedLabels
Collection<String> getRemovedLabels()A list of labels removed as strings- Returns:
- removef labels
-