Uses of Interface
org.bsc.confluence.ConfluenceService.Model.Attachment
-
Packages that use ConfluenceService.Model.Attachment Package Description org.bsc.confluence org.bsc.confluence.rest org.bsc.confluence.rest.model org.bsc.confluence.xmlrpc -
-
Uses of ConfluenceService.Model.Attachment in org.bsc.confluence
Methods in org.bsc.confluence that return ConfluenceService.Model.Attachment Modifier and Type Method Description ConfluenceService.Model.AttachmentConfluenceService. createAttachment()factory methodMethods in org.bsc.confluence that return types with arguments of type ConfluenceService.Model.Attachment Modifier and Type Method Description CompletableFuture<ConfluenceService.Model.Attachment>ConfluenceService. addAttachment(ConfluenceService.Model.Page page, ConfluenceService.Model.Attachment attachment, InputStream source)CompletableFuture<Optional<ConfluenceService.Model.Attachment>>ConfluenceService. getAttachment(String pageId, String name, String version)Methods in org.bsc.confluence with parameters of type ConfluenceService.Model.Attachment Modifier and Type Method Description CompletableFuture<ConfluenceService.Model.Attachment>ConfluenceService. addAttachment(ConfluenceService.Model.Page page, ConfluenceService.Model.Attachment attachment, InputStream source) -
Uses of ConfluenceService.Model.Attachment in org.bsc.confluence.rest
Methods in org.bsc.confluence.rest that return ConfluenceService.Model.Attachment Modifier and Type Method Description ConfluenceService.Model.AttachmentRESTConfluenceServiceImpl. createAttachment()Methods in org.bsc.confluence.rest that return types with arguments of type ConfluenceService.Model.Attachment Modifier and Type Method Description CompletableFuture<ConfluenceService.Model.Attachment>RESTConfluenceServiceImpl. addAttachment(ConfluenceService.Model.Page page, ConfluenceService.Model.Attachment attachment, InputStream source)CompletableFuture<Optional<ConfluenceService.Model.Attachment>>RESTConfluenceServiceImpl. getAttachment(String pageId, String name, String version)Methods in org.bsc.confluence.rest with parameters of type ConfluenceService.Model.Attachment Modifier and Type Method Description CompletableFuture<ConfluenceService.Model.Attachment>RESTConfluenceServiceImpl. addAttachment(ConfluenceService.Model.Page page, ConfluenceService.Model.Attachment attachment, InputStream source) -
Uses of ConfluenceService.Model.Attachment in org.bsc.confluence.rest.model
Classes in org.bsc.confluence.rest.model that implement ConfluenceService.Model.Attachment Modifier and Type Class Description classAttachment -
Uses of ConfluenceService.Model.Attachment in org.bsc.confluence.xmlrpc
Methods in org.bsc.confluence.xmlrpc that return ConfluenceService.Model.Attachment Modifier and Type Method Description ConfluenceService.Model.AttachmentXMLRPCConfluenceServiceImpl. createAttachment()Methods in org.bsc.confluence.xmlrpc that return types with arguments of type ConfluenceService.Model.Attachment Modifier and Type Method Description CompletableFuture<ConfluenceService.Model.Attachment>XMLRPCConfluenceServiceImpl. addAttachment(ConfluenceService.Model.Page page, ConfluenceService.Model.Attachment attachment, InputStream source)CompletableFuture<Optional<ConfluenceService.Model.Attachment>>XMLRPCConfluenceServiceImpl. getAttachment(String pageId, String name, String version)Methods in org.bsc.confluence.xmlrpc with parameters of type ConfluenceService.Model.Attachment Modifier and Type Method Description CompletableFuture<ConfluenceService.Model.Attachment>XMLRPCConfluenceServiceImpl. addAttachment(ConfluenceService.Model.Page page, ConfluenceService.Model.Attachment attachment, InputStream source)
-