Uses of Interface
com.atlassian.confluence.api.service.content.ContentLabelService.Validator
-
Packages that use ContentLabelService.Validator Package Description com.atlassian.confluence.api.service.content com.atlassian.confluence.rest.client This package contains the code which communicates with Confluence via REST API. -
-
Uses of ContentLabelService.Validator in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return ContentLabelService.Validator Modifier and Type Method Description ContentLabelService.ValidatorContentLabelService. validator()Provides a validator for validating actions on the ContentLabelService and checking permissions related to labels on Content -
Uses of ContentLabelService.Validator in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return ContentLabelService.Validator Modifier and Type Method Description ContentLabelService.ValidatorAbstractRemoteContentLabelService. validator()Remote validation is not currently supported, this method exists to satisfy the RemoteProxyCreatorContentLabelService.ValidatorRemoteContentLabelServiceImpl. validator()Remote validation is not currently supported, this method exists to satisfy the RemoteProxyCreator
-