com.atlassian.confluence.ui.rest.service.content
Class SpaceLabelServiceImpl

java.lang.Object
  extended by com.atlassian.confluence.ui.rest.service.content.SpaceLabelServiceImpl
All Implemented Interfaces:
SpaceLabelService

public class SpaceLabelServiceImpl
extends java.lang.Object
implements SpaceLabelService


Constructor Summary
SpaceLabelServiceImpl(SpaceManager spaceManager, PermissionManager permissionManager, LabelManager labelManager)
           
 
Method Summary
 void removeLabel(java.lang.String spaceKey, long labelId)
          Remove a label with labelId from the specified content
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceLabelServiceImpl

public SpaceLabelServiceImpl(SpaceManager spaceManager,
                             PermissionManager permissionManager,
                             LabelManager labelManager)
Method Detail

removeLabel

public void removeLabel(java.lang.String spaceKey,
                        long labelId)
                 throws java.lang.IllegalArgumentException
Description copied from interface: SpaceLabelService
Remove a label with labelId from the specified content

Specified by:
removeLabel in interface SpaceLabelService
Parameters:
spaceKey - the space key to remove the label from
labelId - the id of the label to remove
Throws:
java.lang.IllegalArgumentException - failed to remove the label


Copyright © 2003-2014 Atlassian. All Rights Reserved.