Uses of Interface
com.atlassian.confluence.api.service.permissions.ContentRestrictionService.Validator
-
Packages that use ContentRestrictionService.Validator Package Description com.atlassian.confluence.api.impl.service.permissions com.atlassian.confluence.api.service.permissions -
-
Uses of ContentRestrictionService.Validator in com.atlassian.confluence.api.impl.service.permissions
Classes in com.atlassian.confluence.api.impl.service.permissions that implement ContentRestrictionService.Validator Modifier and Type Class Description class
DefaultContentRestrictionServiceValidator
Default implementation ofContentRestrictionService.Validator
Contains per-service-operation methods as we used to in other services/validators.Methods in com.atlassian.confluence.api.impl.service.permissions that return ContentRestrictionService.Validator Modifier and Type Method Description ContentRestrictionService.Validator
ContentRestrictionServiceImpl. validator()
Constructors in com.atlassian.confluence.api.impl.service.permissions with parameters of type ContentRestrictionService.Validator Constructor Description ContentRestrictionServiceImpl(ContentEntityManagerInternal contentEntityManager, ContentPermissionManager contentPermissionManager, ContentRestrictionFactory contentRestrictionFactory, ConfluenceUserResolver confluenceUserResolver, NavigationService navigationService, ContentRestrictionService.Validator contentRestrictionServiceValidator)
-
Uses of ContentRestrictionService.Validator in com.atlassian.confluence.api.service.permissions
Methods in com.atlassian.confluence.api.service.permissions that return ContentRestrictionService.Validator Modifier and Type Method Description ContentRestrictionService.Validator
ContentRestrictionService. validator()
-