public class SpaceLabelServiceImpl extends Object implements SpaceLabelService
Constructor and Description |
---|
SpaceLabelServiceImpl(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 SpaceLabelServiceImpl(SpaceManager spaceManager, PermissionManager permissionManager, LabelManager labelManager)
public void removeLabel(String spaceKey, long labelId) throws IllegalArgumentException
SpaceLabelService
removeLabel
in interface SpaceLabelService
spaceKey
- the space key to remove the label fromlabelId
- the id of the label to removeIllegalArgumentException
- failed to remove the labelCopyright © 2003–2015 Atlassian. All rights reserved.