Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntry
-
Packages that use RemoteBlogEntry Package Description com.atlassian.confluence.rpc.soap com.atlassian.confluence.rpc.soap.services -
-
Uses of RemoteBlogEntry in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemoteBlogEntry Modifier and Type Method Description RemoteBlogEntryConfluenceSoapService. getBlogEntry(String token, long entryId)RemoteBlogEntryWikiSoapService. getBlogEntry(String token, long entryId)RemoteBlogEntryXhtmlSoapService. getBlogEntry(String token, long entryId)RemoteBlogEntryConfluenceSoapService. 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.RemoteBlogEntryWikiSoapService. getBlogEntryByDateAndTitle(String token, String spaceKey, int year, int month, int dayOfMonth, String postTitle)RemoteBlogEntryXhtmlSoapService. getBlogEntryByDateAndTitle(String token, String spaceKey, int year, int month, int dayOfMonth, String postTitle)RemoteBlogEntryConfluenceSoapService. 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'RemoteBlogEntryWikiSoapService. getBlogEntryByDayAndTitle(String token, String spaceKey, int dayOfMonth, String postTitle)RemoteBlogEntryXhtmlSoapService. getBlogEntryByDayAndTitle(String token, String spaceKey, int dayOfMonth, String postTitle)RemoteBlogEntryConfluenceSoapService. storeBlogEntry(String token, RemoteBlogEntry blogEntry)RemoteBlogEntryWikiSoapService. storeBlogEntry(String token, RemoteBlogEntry blogEntry)RemoteBlogEntryXhtmlSoapService. storeBlogEntry(String token, RemoteBlogEntry blogEntry)Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteBlogEntry Modifier and Type Method Description RemoteBlogEntryConfluenceSoapService. storeBlogEntry(String token, RemoteBlogEntry blogEntry)RemoteBlogEntryWikiSoapService. storeBlogEntry(String token, RemoteBlogEntry blogEntry)RemoteBlogEntryXhtmlSoapService. 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 RemoteBlogEntry Modifier and Type Method Description RemoteBlogEntryBlogsSoapService. getBlogEntry(long entryId)RemoteBlogEntryBlogsSoapService. getBlogEntryByDateAndTitle(String spaceKey, int year, int month, int dayOfMonth, String postTitle)RemoteBlogEntryBlogsSoapService. getBlogEntryByDayAndTitle(String spaceKey, int dayOfMonth, String postTitle)RemoteBlogEntryBlogsSoapService. storeBlogEntry(RemoteBlogEntry remoteBlogEntry)Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteBlogEntry Modifier and Type Method Description RemoteBlogEntryBlogsSoapService. storeBlogEntry(RemoteBlogEntry remoteBlogEntry)
-