Class SpaceLabelServiceImpl.ValidatorImpl
java.lang.Object
com.atlassian.confluence.api.impl.service.content.SpaceLabelServiceImpl.ValidatorImpl
- All Implemented Interfaces:
SpaceLabelService.Validator
- Enclosing class:
- SpaceLabelServiceImpl
public class SpaceLabelServiceImpl.ValidatorImpl
extends Object
implements SpaceLabelService.Validator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvalidateFindRelatedContentLabelsPaginated
(String labelName, String spaceKey) Validates if find can be performed related to the label on a given space.
-
Constructor Details
-
ValidatorImpl
public ValidatorImpl()
-
-
Method Details
-
validateFindRelatedContentLabelsPaginated
public ValidationResult validateFindRelatedContentLabelsPaginated(String labelName, String spaceKey) Description copied from interface:SpaceLabelService.Validator
Validates if find can be performed related to the label on a given space.- Specified by:
validateFindRelatedContentLabelsPaginated
in interfaceSpaceLabelService.Validator
-