public interface WikiPageServiceSoap
extends java.rmi.Remote
| Modifier and Type | Method and Description |
|---|---|
WikiPageSoap |
addPage(long nodeId,
java.lang.String title,
java.lang.String content,
java.lang.String summary,
boolean minorEdit,
ServiceContext serviceContext) |
WikiPageSoap |
addPage(long nodeId,
java.lang.String title,
java.lang.String content,
java.lang.String summary,
boolean minorEdit,
java.lang.String format,
java.lang.String parentTitle,
java.lang.String redirectTitle,
ServiceContext serviceContext) |
void |
addPageAttachments(long nodeId,
java.lang.String title,
java.lang.Object[] inputStreamOVPs) |
void |
changeParent(long nodeId,
java.lang.String title,
java.lang.String newParentTitle,
ServiceContext serviceContext) |
void |
copyPageAttachments(long templateNodeId,
java.lang.String templateTitle,
long nodeId,
java.lang.String title) |
void |
deletePage(long nodeId,
java.lang.String title) |
void |
deletePage(long nodeId,
java.lang.String title,
double version) |
void |
deletePageAttachment(long nodeId,
java.lang.String title,
java.lang.String fileName) |
void |
deletePageAttachments(long nodeId,
java.lang.String title) |
void |
deleteTempPageAttachment(long nodeId,
java.lang.String fileName,
java.lang.String tempFolderName) |
void |
deleteTrashPageAttachments(long nodeId,
java.lang.String title) |
void |
discardDraft(long nodeId,
java.lang.String title,
double version) |
WikiPageSoap[] |
getChildren(long groupId,
long nodeId,
boolean head,
java.lang.String parentTitle) |
WikiPageSoap |
getDraftPage(long nodeId,
java.lang.String title) |
WikiPageSoap[] |
getNodePages(long nodeId,
int max) |
java.lang.String |
getNodePagesRSS(long nodeId,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL) |
java.lang.String |
getNodePagesRSS(long nodeId,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
java.lang.String attachmentURLPrefix) |
WikiPageSoap[] |
getOrphans(long groupId,
long nodeId) |
WikiPageSoap |
getPage(long groupId,
long nodeId,
java.lang.String title) |
WikiPageSoap |
getPage(long nodeId,
java.lang.String title) |
WikiPageSoap |
getPage(long nodeId,
java.lang.String title,
boolean head) |
WikiPageSoap |
getPage(long nodeId,
java.lang.String title,
double version) |
WikiPageSoap[] |
getPages(long groupId,
long nodeId,
boolean head,
int status,
int start,
int end,
OrderByComparator obc) |
WikiPageSoap[] |
getPages(long groupId,
long userId,
long nodeId,
int status,
int start,
int end) |
int |
getPagesCount(long groupId,
long nodeId,
boolean head) |
int |
getPagesCount(long groupId,
long userId,
long nodeId,
int status) |
java.lang.String |
getPagesRSS(long companyId,
long nodeId,
java.lang.String title,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
java.lang.String locale) |
java.lang.String |
getPagesRSS(long companyId,
long nodeId,
java.lang.String title,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
java.lang.String attachmentURLPrefix,
java.lang.String locale) |
WikiPageSoap[] |
getRecentChanges(long groupId,
long nodeId,
int start,
int end) |
int |
getRecentChangesCount(long groupId,
long nodeId) |
java.lang.String[] |
getTempPageAttachmentNames(long nodeId,
java.lang.String tempFolderName) |
void |
movePage(long nodeId,
java.lang.String title,
java.lang.String newTitle,
ServiceContext serviceContext) |
FileEntrySoap |
movePageAttachmentToTrash(long nodeId,
java.lang.String title,
java.lang.String fileName) |
WikiPageSoap |
movePageToTrash(long nodeId,
java.lang.String title) |
WikiPageSoap |
movePageToTrash(long nodeId,
java.lang.String title,
double version) |
void |
restorePageAttachmentFromTrash(long nodeId,
java.lang.String title,
java.lang.String fileName) |
void |
restorePageFromTrash(long resourcePrimKey) |
WikiPageSoap |
revertPage(long nodeId,
java.lang.String title,
double version,
ServiceContext serviceContext) |
void |
subscribePage(long nodeId,
java.lang.String title) |
void |
unsubscribePage(long nodeId,
java.lang.String title) |
WikiPageSoap |
updatePage(long nodeId,
java.lang.String title,
double version,
java.lang.String content,
java.lang.String summary,
boolean minorEdit,
java.lang.String format,
java.lang.String parentTitle,
java.lang.String redirectTitle,
ServiceContext serviceContext) |
void addPageAttachments(long nodeId,
java.lang.String title,
java.lang.Object[] inputStreamOVPs)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiPageSoap addPage(long nodeId, java.lang.String title, java.lang.String content, java.lang.String summary, boolean minorEdit, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiPageSoap addPage(long nodeId, java.lang.String title, java.lang.String content, java.lang.String summary, boolean minorEdit, java.lang.String format, java.lang.String parentTitle, java.lang.String redirectTitle, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid changeParent(long nodeId,
java.lang.String title,
java.lang.String newParentTitle,
ServiceContext serviceContext)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid copyPageAttachments(long templateNodeId,
java.lang.String templateTitle,
long nodeId,
java.lang.String title)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deletePageAttachment(long nodeId,
java.lang.String title,
java.lang.String fileName)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deletePageAttachments(long nodeId,
java.lang.String title)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deletePage(long nodeId,
java.lang.String title)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deletePage(long nodeId,
java.lang.String title,
double version)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteTempPageAttachment(long nodeId,
java.lang.String fileName,
java.lang.String tempFolderName)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteTrashPageAttachments(long nodeId,
java.lang.String title)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid discardDraft(long nodeId,
java.lang.String title,
double version)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiPageSoap[] getChildren(long groupId, long nodeId, boolean head, java.lang.String parentTitle) throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiPageSoap getDraftPage(long nodeId, java.lang.String title) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getNodePagesRSS(long nodeId,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getNodePagesRSS(long nodeId,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
java.lang.String attachmentURLPrefix)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiPageSoap[] getNodePages(long nodeId, int max) throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiPageSoap[] getOrphans(long groupId, long nodeId) throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiPageSoap getPage(long groupId, long nodeId, java.lang.String title) throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiPageSoap getPage(long nodeId, java.lang.String title) throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiPageSoap getPage(long nodeId, java.lang.String title, boolean head) throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiPageSoap getPage(long nodeId, java.lang.String title, double version) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getPagesCount(long groupId,
long nodeId,
boolean head)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getPagesCount(long groupId,
long userId,
long nodeId,
int status)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getPagesRSS(long companyId,
long nodeId,
java.lang.String title,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
java.lang.String locale)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String getPagesRSS(long companyId,
long nodeId,
java.lang.String title,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL,
java.lang.String attachmentURLPrefix,
java.lang.String locale)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiPageSoap[] getPages(long groupId, long nodeId, boolean head, int status, int start, int end, OrderByComparator obc) throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiPageSoap[] getPages(long groupId, long userId, long nodeId, int status, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionint getRecentChangesCount(long groupId,
long nodeId)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiPageSoap[] getRecentChanges(long groupId, long nodeId, int start, int end) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String[] getTempPageAttachmentNames(long nodeId,
java.lang.String tempFolderName)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionFileEntrySoap movePageAttachmentToTrash(long nodeId, java.lang.String title, java.lang.String fileName) throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiPageSoap movePageToTrash(long nodeId, java.lang.String title) throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiPageSoap movePageToTrash(long nodeId, java.lang.String title, double version) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid movePage(long nodeId,
java.lang.String title,
java.lang.String newTitle,
ServiceContext serviceContext)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid restorePageAttachmentFromTrash(long nodeId,
java.lang.String title,
java.lang.String fileName)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid restorePageFromTrash(long resourcePrimKey)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiPageSoap revertPage(long nodeId, java.lang.String title, double version, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid subscribePage(long nodeId,
java.lang.String title)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid unsubscribePage(long nodeId,
java.lang.String title)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionWikiPageSoap updatePage(long nodeId, java.lang.String title, double version, java.lang.String content, java.lang.String summary, boolean minorEdit, java.lang.String format, java.lang.String parentTitle, java.lang.String redirectTitle, ServiceContext serviceContext) throws java.rmi.RemoteException
java.rmi.RemoteException