Class TopicSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.FolderSoapList
-
- com.collabnet.ce.soap60.webservices.discussion.TopicSoapList
-
public class TopicSoapList extends FolderSoapList
Discussion topic list is represented by the TopicSoapList class. Each row within a topic list is repsented by the TopicSoapRow class.Change HistoryRelease: 4.1- No changes.
- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description TopicSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TopicSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(TopicSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public TopicSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(TopicSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-