Package | Description |
---|---|
com.atlassian.confluence.rpc.soap | |
com.atlassian.confluence.rpc.soap.services |
Modifier and Type | Method and Description |
---|---|
RemoteBlogEntry |
WikiSoapService.getBlogEntry(String token,
long entryId) |
RemoteBlogEntry |
XhtmlSoapService.getBlogEntry(String token,
long entryId) |
RemoteBlogEntry |
ConfluenceSoapService.getBlogEntry(String token,
long entryId) |
RemoteBlogEntry |
WikiSoapService.getBlogEntryByDateAndTitle(String token,
String spaceKey,
int year,
int month,
int dayOfMonth,
String postTitle) |
RemoteBlogEntry |
XhtmlSoapService.getBlogEntryByDateAndTitle(String token,
String spaceKey,
int year,
int month,
int dayOfMonth,
String postTitle) |
RemoteBlogEntry |
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.
|
RemoteBlogEntry |
WikiSoapService.getBlogEntryByDayAndTitle(String token,
String spaceKey,
int dayOfMonth,
String postTitle) |
RemoteBlogEntry |
XhtmlSoapService.getBlogEntryByDayAndTitle(String token,
String spaceKey,
int dayOfMonth,
String postTitle) |
RemoteBlogEntry |
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'
|
RemoteBlogEntry |
WikiSoapService.storeBlogEntry(String token,
RemoteBlogEntry blogEntry) |
RemoteBlogEntry |
XhtmlSoapService.storeBlogEntry(String token,
RemoteBlogEntry blogEntry) |
RemoteBlogEntry |
ConfluenceSoapService.storeBlogEntry(String token,
RemoteBlogEntry blogEntry) |
Modifier and Type | Method and Description |
---|---|
RemoteBlogEntry |
WikiSoapService.storeBlogEntry(String token,
RemoteBlogEntry blogEntry) |
RemoteBlogEntry |
XhtmlSoapService.storeBlogEntry(String token,
RemoteBlogEntry blogEntry) |
RemoteBlogEntry |
ConfluenceSoapService.storeBlogEntry(String token,
RemoteBlogEntry blogEntry) |
Modifier and Type | Method and Description |
---|---|
RemoteBlogEntry |
BlogsSoapService.getBlogEntry(long entryId) |
RemoteBlogEntry |
BlogsSoapService.getBlogEntryByDateAndTitle(String spaceKey,
int year,
int month,
int dayOfMonth,
String postTitle) |
RemoteBlogEntry |
BlogsSoapService.getBlogEntryByDayAndTitle(String spaceKey,
int dayOfMonth,
String postTitle) |
RemoteBlogEntry |
BlogsSoapService.storeBlogEntry(RemoteBlogEntry remoteBlogEntry) |
Modifier and Type | Method and Description |
---|---|
RemoteBlogEntry |
BlogsSoapService.storeBlogEntry(RemoteBlogEntry remoteBlogEntry) |
Copyright © 2003–2017 Atlassian. All rights reserved.