xflow.protocol
Class GetActiveWorkflowsResponse

java.lang.Object
  extended byxflow.protocol.Response
      extended byxflow.protocol.GetActiveWorkflowsResponse
All Implemented Interfaces:
java.io.Serializable

public class GetActiveWorkflowsResponse
extends Response

See Also:
Serialized Form

Field Summary
 java.util.List activeWorkflows
          list of WorkflowState-s
 
Fields inherited from class xflow.protocol.Response
FAILURE, message, responseCode, SUCCESS
 
Constructor Summary
GetActiveWorkflowsResponse(int statusCode, java.util.List v)
           
GetActiveWorkflowsResponse(int statusCode, java.lang.String statusMsg, java.util.List v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activeWorkflows

public java.util.List activeWorkflows
list of WorkflowState-s

Constructor Detail

GetActiveWorkflowsResponse

public GetActiveWorkflowsResponse(int statusCode,
                                  java.lang.String statusMsg,
                                  java.util.List v)

GetActiveWorkflowsResponse

public GetActiveWorkflowsResponse(int statusCode,
                                  java.util.List v)