public class LegacySpaceLabelServiceImpl extends Object implements SpaceLabelService
| Constructor and Description |
|---|
LegacySpaceLabelServiceImpl(SpaceManager spaceManager,
PermissionManager permissionManager,
LabelManager labelManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
removeLabel(String spaceKey,
long labelId)
Remove a label with labelId from the specified content
|
public LegacySpaceLabelServiceImpl(SpaceManager spaceManager, PermissionManager permissionManager, LabelManager labelManager)
public void removeLabel(String spaceKey, long labelId) throws IllegalArgumentException
SpaceLabelServiceremoveLabel in interface SpaceLabelServicespaceKey - the space key to remove the label fromlabelId - the id of the label to removeIllegalArgumentException - failed to remove the labelCopyright © 2003–2017 Atlassian. All rights reserved.