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

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

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

Delete a Work List View in BRM permanently.

©2011 Cloud Software Group, Inc.

Since:
2.0.0
See Also:

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

Constructor Detail

DeleteWorkListView

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

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

getWorkListViewID

public long getWorkListViewID()
ID of the View

Returns:
Id of the View


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