Class SoapUtils
- java.lang.Object
-
- com.atlassian.confluence.rpc.soap.SoapUtils
-
public class SoapUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description SoapUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static RemoteAttachment[]
getAttachments(List attachments)
static RemoteBlogEntrySummary[]
getBlogEntrySummaries(List blogEntries)
static RemoteComment[]
getComments(List comments)
static RemotePageHistory[]
getPageHistory(AbstractPage page, PageManager pageManager)
static RemotePageSummary[]
getPageSummaries(List pages)
static RemoteSpaceGroup[]
getSpaceGroups(List spaceGroups)
Deprecated.since 5.9.static RemoteSpaceSummary[]
getSpaceSummaries(List spaces)
-
-
-
Method Detail
-
getSpaceSummaries
public static RemoteSpaceSummary[] getSpaceSummaries(List spaces)
-
getSpaceGroups
@Deprecated public static RemoteSpaceGroup[] getSpaceGroups(List spaceGroups)
Deprecated.since 5.9.SpaceGroup
and related classes likeSpaceGroupManager
andSpaceGroupComparator
will be removed. Please do not use them.
-
getPageSummaries
public static RemotePageSummary[] getPageSummaries(List pages)
-
getBlogEntrySummaries
public static RemoteBlogEntrySummary[] getBlogEntrySummaries(List blogEntries)
-
getPageHistory
public static RemotePageHistory[] getPageHistory(AbstractPage page, PageManager pageManager)
-
getComments
public static RemoteComment[] getComments(List comments)
-
getAttachments
public static RemoteAttachment[] getAttachments(List attachments)
-
-