Class AuditHistorySoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.AuditHistorySoapList
-
public class AuditHistorySoapList extends Object
AuditHistorySoapList class represents the audit history of an object.- Since:
- 4.1-SP3
-
-
Constructor Summary
Constructors Constructor Description AuditHistorySoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AuditHistorySoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(AuditHistorySoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public AuditHistorySoapRow[] getDataRows()
-
setDataRows
public void setDataRows(AuditHistorySoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-