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

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

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

Result containing the ID of a Work List View.

©2011 Cloud Software Group, Inc.

Since:
1.2.0

Constructor Summary
WorkListIDResult()
           
WorkListIDResult(long workListViewID)
           
 
Method Summary
 long getWorkListViewID()
          Get the id of the Work List View.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkListIDResult

public WorkListIDResult()

WorkListIDResult

public WorkListIDResult(long workListViewID)
Method Detail

getWorkListViewID

public long getWorkListViewID()
Get the id of the Work List View.

Returns:
id ID of Work List View.


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