Class AttachmentSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.AttachmentSoapList
-
public class AttachmentSoapList extends Object
AttachmentSoapList is used to get a list of attachments.Change HistoryRelease: 6.1- Added transactionId, createdBy and createdByFullname information.
- Since:
- 4.4
-
-
Constructor Summary
Constructors Constructor Description AttachmentSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(AttachmentSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public AttachmentSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(AttachmentSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-