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

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

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

List of WorkItem containing the results of a WorkItemPreview

©2013 Cloud Software Group, Inc.

Since:
2.2.0
See Also:
WorkItem

Constructor Summary
PreviewWorkItemResult(java.util.List<WorkItem> workItems)
           
 
Method Summary
 java.util.List<WorkItem> getWorkItems()
          The List of WorkItem resulting from the PreviewWorkItem request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreviewWorkItemResult

public PreviewWorkItemResult(java.util.List<WorkItem> workItems)
Method Detail

getWorkItems

public java.util.List<WorkItem> getWorkItems()
The List of WorkItem resulting from the PreviewWorkItem request.

Returns:
Returns the list of work items.


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.