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