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

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

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

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

©2011 Cloud Software Group, Inc.

Since:
1.2.0
See Also:
ProcessInstancesDataResult

Constructor Summary
ProcessInstancesDataResult(ListPage<ProcessInstanceData> result)
           
 
Method Summary
 ListPage<ProcessInstanceData> getResult()
          ListPage containing a list of ProcessInstanceData 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

ProcessInstancesDataResult

public ProcessInstancesDataResult(ListPage<ProcessInstanceData> result)
Method Detail

getResult

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

Returns:
Returns the result.


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