public class GetComponentWorkflows extends XMLRequest implements java.lang.Iterable<ComponentWorkflowObjectName>
| Constructor and Description |
|---|
GetComponentWorkflows(java.lang.String application)
Creates a new
GetComponentWorkflows request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<ComponentWorkflowObjectName> |
iterator() |
int |
size()
Returns the number of workflows which where returned by this request.
|
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, sendpublic GetComponentWorkflows(java.lang.String application)
GetComponentWorkflows request.application - Name of the application or an empty String for all applicationspublic int size()
0 if this request has not been sent yetpublic java.util.Iterator<ComponentWorkflowObjectName> iterator()
iterator in interface java.lang.Iterable<ComponentWorkflowObjectName>