Interface SpaceLabelService
- All Known Implementing Classes:
- LegacySpaceLabelServiceImpl
Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionvoidremoveLabel(String spaceKey, long labelId) Deprecated.Remove a label with labelId from the specified content
- 
Method Details- 
removeLabelDeprecated.Remove a label with labelId from the specified content- Parameters:
- spaceKey- the space key to remove the label from
- labelId- the id of the label to remove
- Throws:
- IllegalArgumentException- failed to remove the label
 
 
- 
ContentLabelService