Class WorkflowTransition2SoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.tracker.WorkflowTransition2SoapList
-
public class WorkflowTransition2SoapList extends Object
WorkflowList class represents a list of workflow transition definitions.- Since:
- 17.8
-
-
Constructor Summary
Constructors Constructor Description WorkflowTransition2SoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowTransition2SoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(WorkflowTransition2SoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public WorkflowTransition2SoapRow[] getDataRows()
-
setDataRows
public void setDataRows(WorkflowTransition2SoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-