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

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

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

Result containing a ListPage of ECQueryResult entries which detail the audit entries retrieved.

©2011 Cloud Software Group, Inc.

Since:
1.2.0
See Also:
ListPage, ECQueryResult

Constructor Summary
QueryEventCollectorResult(ListPage<ECQueryResult> result)
           
 
Method Summary
 ListPage<ECQueryResult> getResult()
          ListPage containing the ECQueryResult entries for the retrieved Auit Trail.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryEventCollectorResult

public QueryEventCollectorResult(ListPage<ECQueryResult> result)
Method Detail

getResult

public ListPage<ECQueryResult> getResult()
ListPage containing the ECQueryResult entries for the retrieved Auit Trail.

Returns:
Returns the result.


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