com.atlassian.confluence.api.service.content
Interface ContentLabelService.Validator

Enclosing interface:
ContentLabelService

public static interface ContentLabelService.Validator

Provides methods for validating actions on the ContentLabelService


Method Summary
 ValidationResult validateAddLabels(ContentId contentId, Label... labels)
          Validates that the list of labels can be added to the given content
 

Method Detail

validateAddLabels

ValidationResult validateAddLabels(ContentId contentId,
                                   Label... labels)
Validates that the list of labels can be added to the given content

Parameters:
labels - the list of labels to validate
Returns:
a validation result indicating if the action can be performed


Copyright © 2003-2014 Atlassian. All Rights Reserved.