Class ForumSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.FolderSoapList
-
- com.collabnet.ce.soap60.webservices.discussion.ForumSoapList
-
public class ForumSoapList extends FolderSoapList
A forum list is represented by ForumSoapList class. Each row within a forum list is represented by the ForumSoapRow class.Change HistoryRelease: 6.0- Added forum specific fields in addition to folder fields
- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description ForumSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ForumSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(ForumSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public ForumSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(ForumSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-