package

com.atlassian.confluence.labels.service

Interfaces

AddLabelsCommand Takes a string of comma separated labels and adds them to a Page or Blog Post for the specified user. 
LabelsService Creates label commands  
RemoveLabelCommand Removes a label from a Page or Blog Post. 
ValidateLabelsCommand  

Classes

AbstractLabelsCommand Provides basic label methods that should be common to all label commands  
AddLabelsCommandImpl  
DefaultLabelsService  
LabelValidationHelper  
RemoveLabelCommandImpl  
ValidateLabelsCommandImpl