Uses of Interface
com.atlassian.confluence.api.service.content.SpaceService.Validator
Packages that use SpaceService.Validator
Package
Description
This package contains the code which communicates with Confluence via REST API.
-
Uses of SpaceService.Validator in com.atlassian.confluence.api.impl.service.colorscheme
Constructors in com.atlassian.confluence.api.impl.service.colorscheme with parameters of type SpaceService.ValidatorModifierConstructorDescriptionSpaceColorSchemeServiceImpl
(ColourSchemeManager colourSchemeManager, SpaceService spaceService, SpaceService.Validator spaceValidator) -
Uses of SpaceService.Validator in com.atlassian.confluence.api.impl.service.content
Classes in com.atlassian.confluence.api.impl.service.content that implement SpaceService.ValidatorConstructors in com.atlassian.confluence.api.impl.service.content with parameters of type SpaceService.ValidatorModifierConstructorDescriptionSpaceLabelServiceImpl
(SpaceManagerInternal spaceManager, PaginationService paginationService, PermissionManager permissionManager, LabelManagerInternal labelManager, LabelFactory labelFactory, SpaceService.Validator spaceValidator, LabelPermissionEnforcer labelPermissionEnforcer, com.atlassian.config.ApplicationConfiguration applicationConfig) SpaceServiceImpl
(SpaceManagerInternal spaceManager, SpaceFactory spaceFactory, PageManagerInternal pageManager, ContentFactory contentFactory, PaginationService paginationService, SpacePermissionManager spacePermissionManager, LongRunningTaskManager longRunningTaskManager, LongTaskFactory longTaskFactory, I18NBeanFactory i18NBeanFactory, FinderProxyFactory finderProxyFactory, LabelManager labelManager, SpaceDeletionManager spaceDeletionManager, SpaceLabelService spaceLabelService, SpaceService.Validator spaceValidator, TrashManager trashManager, UserAccessor userAccessor) -
Uses of SpaceService.Validator in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return SpaceService.ValidatorModifier and TypeMethodDescriptionSpaceService.validator()
Get the validator view of the Space Service. -
Uses of SpaceService.Validator in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return SpaceService.Validator