Uses of Interface
com.atlassian.confluence.api.service.content.AttachmentService.AttachmentFinder
Packages that use AttachmentService.AttachmentFinder
Package
Description
-
Uses of AttachmentService.AttachmentFinder in com.atlassian.confluence.api.impl.service.content
Methods in com.atlassian.confluence.api.impl.service.content that return AttachmentService.AttachmentFinderModifier and TypeMethodDescription -
Uses of AttachmentService.AttachmentFinder in com.atlassian.confluence.api.service.content
Methods in com.atlassian.confluence.api.service.content that return AttachmentService.AttachmentFinderModifier and TypeMethodDescriptionCreates an attachment finder for locating attachments.AttachmentService.AttachmentFinder.withContainerId
(ContentId parentId) Restrict the attachments returned to those with the given parent.AttachmentService.AttachmentFinder.withFilename
(String filename) Restrict the attachments fetched to those with the given filename.AttachmentService.AttachmentFinder.withMediaType
(String type) Restrict the attachments fetched to those with the given file type, these file types should match the string representation of a type in javax.ws.rs.core.MediaType