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

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

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

Result containing the Process Instance data in an ListPage of ProcessInstanceData entries.

©2013 Cloud Software Group, Inc.

Since:
2.2.0
See Also:
ProcessInstancesDataResult2

Constructor Summary
ProcessInstancesDataResult2(ListPage<ProcessInstanceData2> result)
           
 
Method Summary
 ListPage<ProcessInstanceData2> getResult()
          ListPage containing a list of ProcessInstanceData2 entries for the Process Template.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessInstancesDataResult2

public ProcessInstancesDataResult2(ListPage<ProcessInstanceData2> result)
Method Detail

getResult

public ListPage<ProcessInstanceData2> getResult()
ListPage containing a list of ProcessInstanceData2 entries for the Process Template.

Returns:
Returns the result.


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