Interface ContentLabelService.Validator

Enclosing interface:
ContentLabelService

public static interface ContentLabelService.Validator
Provides methods for validating actions on the ContentLabelService
  • Method Summary

    Modifier and Type
    Method
    Description
    validateAddLabels(ContentId contentId, Label... labels)
    Validates that the list of labels can be added to the given content
  • Method Details

    • 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