xflow.protocol
Class GetNextWorkItemRequest

java.lang.Object
  extended byxflow.protocol.Request
      extended byxflow.protocol.WorkflowProcessRequest
          extended byxflow.protocol.GetNextWorkItemRequest
All Implemented Interfaces:
java.io.Serializable

public class GetNextWorkItemRequest
extends WorkflowProcessRequest

See Also:
Serialized Form

Field Summary
 
Fields inherited from class xflow.protocol.WorkflowProcessRequest
processName, workflowName, workflowVersion
 
Fields inherited from class xflow.protocol.Request
replyName, user
 
Constructor Summary
GetNextWorkItemRequest()
           
GetNextWorkItemRequest(java.lang.String workflowName, java.lang.String processName)
           
 
Methods inherited from class xflow.protocol.Request
service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetNextWorkItemRequest

public GetNextWorkItemRequest()

GetNextWorkItemRequest

public GetNextWorkItemRequest(java.lang.String workflowName,
                              java.lang.String processName)