Uses of Class
com.atlassian.confluence.rpc.soap.beans.RemoteBlogEntrySummary
-
Packages that use RemoteBlogEntrySummary Package Description com.atlassian.confluence.rpc.soap com.atlassian.confluence.rpc.soap.beans com.atlassian.confluence.rpc.soap.services -
-
Uses of RemoteBlogEntrySummary in com.atlassian.confluence.rpc.soap
Methods in com.atlassian.confluence.rpc.soap that return RemoteBlogEntrySummary Modifier and Type Method Description RemoteBlogEntrySummary[]ConfluenceSoapService. getBlogEntries(String token, String spaceKey)RemoteBlogEntrySummary[]WikiSoapService. getBlogEntries(String token, String spaceKey)RemoteBlogEntrySummary[]XhtmlSoapService. getBlogEntries(String token, String spaceKey)static RemoteBlogEntrySummary[]SoapUtils. getBlogEntrySummaries(List blogEntries) -
Uses of RemoteBlogEntrySummary in com.atlassian.confluence.rpc.soap.beans
Subclasses of RemoteBlogEntrySummary in com.atlassian.confluence.rpc.soap.beans Modifier and Type Class Description classRemoteBlogEntry -
Uses of RemoteBlogEntrySummary in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services that return RemoteBlogEntrySummary Modifier and Type Method Description RemoteBlogEntrySummary[]BlogsSoapService. getBlogEntries(String spaceKey)
-