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

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

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

Result containing a list of TibcoBaseView2 which contain details of the Work Views.

This Version of the Result contains additional view parameters including what type of Work List the view is showing and what type of Work Items will be returned

©2013 Cloud Software Group, Inc.

Since:
2.2.0
See Also:
TibcoBaseView2

Constructor Summary
WorkViewsResult2(java.util.ArrayList<TibcoBaseView2> views)
           
 
Method Summary
 java.util.ArrayList<TibcoBaseView2> getViews()
          TibcoBaseView2 list containing the Views.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkViewsResult2

public WorkViewsResult2(java.util.ArrayList<TibcoBaseView2> views)
Method Detail

getViews

public java.util.ArrayList<TibcoBaseView2> getViews()
TibcoBaseView2 list containing the Views.

Returns:
Returns the list of views.


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