com.atlassian.confluence.labels.service
Interface RemoveLabelCommand

All Superinterfaces:
ServiceCommand
All Known Implementing Classes:
RemoveLabelCommandImpl

public interface RemoveLabelCommand
extends ServiceCommand

Removes a label from a Page or Blog Post. Includes validation.


Method Summary
 Labelable getEntity()
          Returns the page or blog post that the label was removed from.
 Collection<String> getRemovedLabels()
          A list of labels removed as strings
 
Methods inherited from interface com.atlassian.confluence.core.service.ServiceCommand
execute, getValidationErrors, isAuthorized, isValid
 

Method Detail

getEntity

Labelable getEntity()
Returns the page or blog post that the label was removed from.

Returns:
page or blog post

getRemovedLabels

Collection<String> getRemovedLabels()
A list of labels removed as strings

Returns:
removef labels


Copyright © 2003-2011 Atlassian. All Rights Reserved.