xflow.protocol
Class GetWorkflowsByNameResponse

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

public class GetWorkflowsByNameResponse
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
GetWorkflowsByNameResponse(int statusCode, java.util.List v)
           
GetWorkflowsByNameResponse(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

GetWorkflowsByNameResponse

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

GetWorkflowsByNameResponse

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