Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntry
Packages that use RemoteBlogEntry
-
Uses of RemoteBlogEntry in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemoteBlogEntryModifier and TypeMethodDescriptionConfluenceSoapService.getBlogEntry
(String token, long entryId) WikiSoapService.getBlogEntry
(String token, long entryId) XhtmlSoapService.getBlogEntry
(String token, long entryId) ConfluenceSoapService.getBlogEntryByDateAndTitle
(String token, String spaceKey, int year, int month, int dayOfMonth, String postTitle) Retrieves a blog post in the given space, with the title and date as specified.WikiSoapService.getBlogEntryByDateAndTitle
(String token, String spaceKey, int year, int month, int dayOfMonth, String postTitle) XhtmlSoapService.getBlogEntryByDateAndTitle
(String token, String spaceKey, int year, int month, int dayOfMonth, String postTitle) ConfluenceSoapService.getBlogEntryByDayAndTitle
(String token, String spaceKey, int dayOfMonth, String postTitle) Retrieves a blog post in the Space with the given spaceKey, with the title 'postTitle' and posted on the day 'dayOfMonth'WikiSoapService.getBlogEntryByDayAndTitle
(String token, String spaceKey, int dayOfMonth, String postTitle) XhtmlSoapService.getBlogEntryByDayAndTitle
(String token, String spaceKey, int dayOfMonth, String postTitle) ConfluenceSoapService.storeBlogEntry
(String token, RemoteBlogEntry blogEntry) WikiSoapService.storeBlogEntry
(String token, RemoteBlogEntry blogEntry) XhtmlSoapService.storeBlogEntry
(String token, RemoteBlogEntry blogEntry) Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteBlogEntryModifier and TypeMethodDescriptionConfluenceSoapService.storeBlogEntry
(String token, RemoteBlogEntry blogEntry) WikiSoapService.storeBlogEntry
(String token, RemoteBlogEntry blogEntry) XhtmlSoapService.storeBlogEntry
(String token, RemoteBlogEntry blogEntry) -
Uses of RemoteBlogEntry in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return RemoteBlogEntryModifier and TypeMethodDescriptionBlogsSoapService.getBlogEntry
(long entryId) BlogsSoapService.getBlogEntryByDateAndTitle
(String spaceKey, int year, int month, int dayOfMonth, String postTitle) BlogsSoapService.getBlogEntryByDayAndTitle
(String spaceKey, int dayOfMonth, String postTitle) BlogsSoapService.storeBlogEntry
(RemoteBlogEntry remoteBlogEntry) Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteBlogEntryModifier and TypeMethodDescriptionBlogsSoapService.storeBlogEntry
(RemoteBlogEntry remoteBlogEntry)