com.tibco.bpm.web.client.services.actions.workviews
Class GetWorkViewDetails

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

public class GetWorkViewDetails
extends java.lang.Object
implements OSAction<WorkViewsResult>

Get the details of a Work View

©2011 Cloud Software Group, Inc.

Since:
2.0.0

Constructor Summary
GetWorkViewDetails(long workListViewID, boolean lockView)
          Constructs a new GetWorkViewDetails Action.
 
Method Summary
 long getWorkListViewID()
          ID of the Work View
 boolean isLockView()
          Whether the Work View should be locked
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetWorkViewDetails

public GetWorkViewDetails(long workListViewID,
                          boolean lockView)
Constructs a new GetWorkViewDetails Action.

Parameters:
workListId - ID of the Work View.
Method Detail

isLockView

public boolean isLockView()
Whether the Work View should be locked


getWorkListViewID

public long getWorkListViewID()
ID of the Work View



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