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

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

public class UnlockWorkListView
extends java.lang.Object
implements OSAction<WorkListIDResult>

Unlocks a locked Work List View to allow editing. Views can only be unlocked by an Owner or Author of the View.

©2011 Cloud Software Group, Inc.

Since:
2.0.0
See Also:

Constructor Summary
UnlockWorkListView(long workListViewID)
          Constructs a new UnlockWorkListView Action.
 
Method Summary
 long getWorkItemId()
          ID of the View
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnlockWorkListView

public UnlockWorkListView(long workListViewID)
Constructs a new UnlockWorkListView Action.

Parameters:
workListViewID - The ID of the Work List View to Unlock.
Method Detail

getWorkItemId

public long getWorkItemId()
ID of the View

Returns:
Id of the View


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