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

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

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

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

©2011 Cloud Software Group, Inc.

Since:
2.0.0
See Also:
TibcoBaseView

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

Constructor Detail

WorkViewsResult

public WorkViewsResult(java.util.ArrayList<TibcoBaseView> views)
Method Detail

getViews

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

Returns:
Returns the list of views.


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