Uses of Interface
com.atlassian.confluence.api.service.content.AttachmentService
-
Packages that use AttachmentService Package Description com.atlassian.confluence.api.impl.service.content com.atlassian.confluence.it.api com.atlassian.confluence.plugins.restapi.resources -
-
Uses of AttachmentService in com.atlassian.confluence.api.impl.service.content
Classes in com.atlassian.confluence.api.impl.service.content that implement AttachmentService Modifier and Type Class Description class
AttachmentServiceImpl
-
Uses of AttachmentService in com.atlassian.confluence.it.api
Constructors in com.atlassian.confluence.it.api with parameters of type AttachmentService Constructor Description TestAttachmentFactory(AttachmentService service)
-
Uses of AttachmentService in com.atlassian.confluence.plugins.restapi.resources
Constructors in com.atlassian.confluence.plugins.restapi.resources with parameters of type AttachmentService Constructor Description AttachmentResource(AttachmentService attachmentService, SettingsService settingsService)
-