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