com.tibco.bpm.web.client.services.actions.processtemplates
Class QueryDone

java.lang.Object
  extended by com.tibco.bpm.web.client.services.actions.processtemplates.QueryDone
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, OSAction<StringResult>, net.customware.gwt.dispatch.shared.Action<StringResult>

public class QueryDone
extends java.lang.Object
implements OSAction<StringResult>

Finish a running query and free up any server side resources. After calling this method the pagingId is no longer valid for queries.

©2013 Cloud Software Group, Inc.

Since:
2.2.0

Constructor Summary
QueryDone(int pagingId)
          Constructor for QueryDone.
 
Method Summary
 int getPagingId()
          Gets the paging Id value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryDone

public QueryDone(int pagingId)
Constructor for QueryDone.

Parameters:
pagingId - The pagingId of the query to complete ( retrieved by calling QueryProcessInstances )
Method Detail

getPagingId

public int getPagingId()
Gets the paging Id value

Returns:
pagingId


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