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