com.atlassian.confluence.legacyapi.service.content
Interface SpaceLabelService

All Known Implementing Classes:
SpaceLabelServiceImpl

public interface SpaceLabelService


Method Summary
 void removeLabel(java.lang.String spaceKey, long labelId)
          Remove a label with labelId from the specified content
 

Method Detail

removeLabel

void removeLabel(java.lang.String spaceKey,
                 long labelId)
                 throws java.lang.IllegalArgumentException
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:
java.lang.IllegalArgumentException - failed to remove the label


Copyright © 2003-2014 Atlassian. All Rights Reserved.