com.tibco.bpm.web.client.services.results
Class WorkItemResult

java.lang.Object
  extended by com.tibco.bpm.web.client.services.results.WorkItemResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, net.customware.gwt.dispatch.shared.Result

public class WorkItemResult
extends java.lang.Object
implements net.customware.gwt.dispatch.shared.Result

Result containing a WorkItem

©2011 TIBCO Software Inc.

Since:
2.0
See Also:
WorkItem

Constructor Summary
WorkItemResult(WorkItem item)
           
 
Method Summary
 WorkItem getToDoItem()
          The WorkItem resulting from, for example, a call to OpenWorkItem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkItemResult

public WorkItemResult(WorkItem item)
Method Detail

getToDoItem

public WorkItem getToDoItem()
The WorkItem resulting from, for example, a call to OpenWorkItem

Returns:
Returns the toDoItem.


Copyright © 2015 TIBCO Software Inc. All Rights Reserved.