Interface SpaceLabelService
-
- All Known Implementing Classes:
LegacySpaceLabelServiceImpl
@Deprecated public interface SpaceLabelService
Deprecated.since 7.0.1 , useContentLabelService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
removeLabel(String spaceKey, long labelId)
Deprecated.Remove a label with labelId from the specified content
-
-
-
Method Detail
-
removeLabel
void removeLabel(String spaceKey, long labelId) throws IllegalArgumentException
Deprecated.Remove a label with labelId from the specified content- Parameters:
spaceKey
- the space key to remove the label fromlabelId
- the id of the label to remove- Throws:
IllegalArgumentException
- failed to remove the label
-
-