xflow.protocol
Class GetAllWorkflowsResponse

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

public class GetAllWorkflowsResponse
extends Response

See Also:
Serialized Form

Field Summary
 java.util.List workflows
           
 
Fields inherited from class xflow.protocol.Response
FAILURE, message, responseCode, SUCCESS
 
Constructor Summary
GetAllWorkflowsResponse(int statusCode, java.util.List v)
           
GetAllWorkflowsResponse(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

workflows

public java.util.List workflows
Constructor Detail

GetAllWorkflowsResponse

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

GetAllWorkflowsResponse

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