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

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

public class GetWorkViewDetails2
extends java.lang.Object
implements OSAction<WorkViewsResult2>

Get the details of a Work View

This Version of the Action returns additional view parameters including what type of Work List the view is showing and what type of Work Items will be returned

©2013 Cloud Software Group, Inc.

Since:
2.2.0

Constructor Summary
GetWorkViewDetails2(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

GetWorkViewDetails2

public GetWorkViewDetails2(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.