Uses of Interface
com.atlassian.confluence.api.service.content.AttachmentService.Validator
-
Packages that use AttachmentService.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 AttachmentService.Validator in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return AttachmentService.Validator Modifier and Type Method Description AttachmentService.ValidatorAttachmentService. validator()Provides a validator for validating actions on the AttachmentService and checking permissions related to attachments on Content -
Uses of AttachmentService.Validator in com.atlassian.confluence.rest.client
Methods in com.atlassian.confluence.rest.client that return AttachmentService.Validator Modifier and Type Method Description AttachmentService.ValidatorRemoteAttachmentServiceImpl. validator()Remote validation not supported
-