|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteBlogEntry | |
---|---|
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 | |
---|---|
RemoteBlogEntry |
XhtmlSoapService.getBlogEntry(java.lang.String token,
long entryId)
|
RemoteBlogEntry |
WikiSoapService.getBlogEntry(java.lang.String token,
long entryId)
|
RemoteBlogEntry |
ConfluenceSoapService.getBlogEntry(java.lang.String token,
long entryId)
|
RemoteBlogEntry |
XhtmlSoapService.getBlogEntryByDateAndTitle(java.lang.String token,
java.lang.String spaceKey,
int year,
int month,
int dayOfMonth,
java.lang.String postTitle)
|
RemoteBlogEntry |
WikiSoapService.getBlogEntryByDateAndTitle(java.lang.String token,
java.lang.String spaceKey,
int year,
int month,
int dayOfMonth,
java.lang.String postTitle)
|
RemoteBlogEntry |
ConfluenceSoapService.getBlogEntryByDateAndTitle(java.lang.String token,
java.lang.String spaceKey,
int year,
int month,
int dayOfMonth,
java.lang.String postTitle)
Retrieves a blog post in the given space, with the title and date as specified. |
RemoteBlogEntry |
XhtmlSoapService.getBlogEntryByDayAndTitle(java.lang.String token,
java.lang.String spaceKey,
int dayOfMonth,
java.lang.String postTitle)
|
RemoteBlogEntry |
WikiSoapService.getBlogEntryByDayAndTitle(java.lang.String token,
java.lang.String spaceKey,
int dayOfMonth,
java.lang.String postTitle)
|
RemoteBlogEntry |
ConfluenceSoapService.getBlogEntryByDayAndTitle(java.lang.String token,
java.lang.String spaceKey,
int dayOfMonth,
java.lang.String postTitle)
Retrieves a blog post in the Space with the given spaceKey, with the title 'postTitle' and posted on the day 'dayOfMonth' |
RemoteBlogEntry |
XhtmlSoapService.storeBlogEntry(java.lang.String token,
RemoteBlogEntry blogEntry)
|
RemoteBlogEntry |
WikiSoapService.storeBlogEntry(java.lang.String token,
RemoteBlogEntry blogEntry)
|
RemoteBlogEntry |
ConfluenceSoapService.storeBlogEntry(java.lang.String token,
RemoteBlogEntry blogEntry)
|
Methods in com.atlassian.confluence.rpc.soap with parameters of type RemoteBlogEntry | |
---|---|
RemoteBlogEntry |
XhtmlSoapService.storeBlogEntry(java.lang.String token,
RemoteBlogEntry blogEntry)
|
RemoteBlogEntry |
WikiSoapService.storeBlogEntry(java.lang.String token,
RemoteBlogEntry blogEntry)
|
RemoteBlogEntry |
ConfluenceSoapService.storeBlogEntry(java.lang.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 | |
---|---|
RemoteBlogEntry |
BlogsSoapService.getBlogEntry(long entryId)
|
RemoteBlogEntry |
BlogsSoapService.getBlogEntryByDateAndTitle(java.lang.String spaceKey,
int year,
int month,
int dayOfMonth,
java.lang.String postTitle)
|
RemoteBlogEntry |
BlogsSoapService.getBlogEntryByDayAndTitle(java.lang.String spaceKey,
int dayOfMonth,
java.lang.String postTitle)
|
RemoteBlogEntry |
BlogsSoapService.storeBlogEntry(RemoteBlogEntry remoteBlogEntry)
|
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type RemoteBlogEntry | |
---|---|
RemoteBlogEntry |
BlogsSoapService.storeBlogEntry(RemoteBlogEntry remoteBlogEntry)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |