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

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

public class DeleteResourceFromView
extends java.lang.Object
implements OSAction<VoidResult>

Remove the current Resource from a Work List View in BRM, this will stop the Resource from seeing the view in the BPM client.

©2011 Cloud Software Group, Inc.

Since:
2.0.0
See Also:

Constructor Summary
DeleteResourceFromView(long workListViewID)
          Constructs a new DeleteResourceFromView 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

DeleteResourceFromView

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

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

getWorkListViewID

public long getWorkListViewID()
ID of the View

Returns:
Id of the View


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