Interface ContentLabelService.Validator
- Enclosing interface:
- ContentLabelService
public static interface ContentLabelService.Validator
Provides methods for validating actions on the ContentLabelService
-
Method Summary
Modifier and TypeMethodDescriptionvalidateAddLabels
(ContentId contentId, Label... labels) Validates that the list of labels can be added to the given content
-
Method Details
-
validateAddLabels
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
-